Symbol: usb_bus
lib/libusb/libusb01.c
77
struct usb_bus *usb_busses = NULL;
lib/libusb/libusb01.c
79
static struct usb_bus usb_global_bus = {
lib/libusb/libusb01.c
972
struct usb_bus *
lib/libusb/usb.h
219
struct usb_bus;
lib/libusb/usb.h
232
struct usb_bus *bus;
lib/libusb/usb.h
246
struct usb_bus *next;
lib/libusb/usb.h
247
struct usb_bus *prev;
lib/libusb/usb.h
261
extern struct usb_bus *usb_busses;
lib/libusb/usb.h
302
struct usb_bus *usb_get_busses(void);
sys/bus/u4b/controller/ehci.c
121
static void ehci_do_poll(struct usb_bus *);
sys/bus/u4b/controller/ehci.c
145
ehci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb)
sys/bus/u4b/controller/ehci.c
1576
ehci_do_poll(struct usb_bus *bus)
sys/bus/u4b/controller/ehci.c
3873
ehci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state)
sys/bus/u4b/controller/ehci.c
3891
ehci_set_hw_power(struct usb_bus *bus)
sys/bus/u4b/controller/ehci.h
317
struct usb_bus sc_bus; /* base device */
sys/bus/u4b/controller/ohci.c
113
static void ohci_do_poll(struct usb_bus *bus);
sys/bus/u4b/controller/ohci.c
1232
ohci_do_poll(struct usb_bus *bus)
sys/bus/u4b/controller/ohci.c
140
ohci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb)
sys/bus/u4b/controller/ohci.c
2664
ohci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state)
sys/bus/u4b/controller/ohci.c
2682
ohci_set_hw_power(struct usb_bus *bus)
sys/bus/u4b/controller/ohci.h
225
struct usb_bus sc_bus; /* base device */
sys/bus/u4b/controller/uhci.c
1510
uhci_do_poll(struct usb_bus *bus)
sys/bus/u4b/controller/uhci.c
154
static void uhci_do_poll(struct usb_bus *);
sys/bus/u4b/controller/uhci.c
162
uhci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb)
sys/bus/u4b/controller/uhci.c
3161
uhci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state)
sys/bus/u4b/controller/uhci.c
3179
uhci_set_hw_power(struct usb_bus *bus)
sys/bus/u4b/controller/uhci.h
204
struct usb_bus sc_bus; /* base device */
sys/bus/u4b/controller/usb_controller.c
1000
usb_bus_mem_free_all_cb(struct usb_bus *bus, struct usb_page_cache *pc,
sys/bus/u4b/controller/usb_controller.c
1011
usb_bus_mem_free_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb)
sys/bus/u4b/controller/usb_controller.c
149
usb_root_mount_rel(struct usb_bus *bus)
sys/bus/u4b/controller/usb_controller.c
165
struct usb_bus *bus = device_get_ivars(dev);
sys/bus/u4b/controller/usb_controller.c
191
struct usb_bus *bus = device_get_softc(dev);
sys/bus/u4b/controller/usb_controller.c
251
struct usb_bus *bus = device_get_softc(dev);
sys/bus/u4b/controller/usb_controller.c
279
struct usb_bus *bus = device_get_softc(dev);
sys/bus/u4b/controller/usb_controller.c
300
usb_bus_reset_async_locked(struct usb_bus *bus)
sys/bus/u4b/controller/usb_controller.c
324
struct usb_bus *bus = device_get_softc(dev);
sys/bus/u4b/controller/usb_controller.c
358
struct usb_bus *bus;
sys/bus/u4b/controller/usb_controller.c
422
struct usb_bus *bus;
sys/bus/u4b/controller/usb_controller.c
461
struct usb_bus *bus;
sys/bus/u4b/controller/usb_controller.c
518
struct usb_bus *bus;
sys/bus/u4b/controller/usb_controller.c
581
struct usb_bus *bus;
sys/bus/u4b/controller/usb_controller.c
603
struct usb_bus *bus;
sys/bus/u4b/controller/usb_controller.c
650
struct usb_bus *bus;
sys/bus/u4b/controller/usb_controller.c
670
struct usb_bus *bus = arg;
sys/bus/u4b/controller/usb_controller.c
702
struct usb_bus *bus;
sys/bus/u4b/controller/usb_controller.c
73
static void usb_attach_sub(device_t, struct usb_bus *);
sys/bus/u4b/controller/usb_controller.c
811
usb_attach_sub(device_t dev, struct usb_bus *bus)
sys/bus/u4b/controller/usb_controller.c
916
usb_bus_mem_flush_all_cb(struct usb_bus *bus, struct usb_page_cache *pc,
sys/bus/u4b/controller/usb_controller.c
928
usb_bus_mem_flush_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb)
sys/bus/u4b/controller/usb_controller.c
941
usb_bus_mem_alloc_all_cb(struct usb_bus *bus, struct usb_page_cache *pc,
sys/bus/u4b/controller/usb_controller.c
961
usb_bus_mem_alloc_all(struct usb_bus *bus, bus_dma_tag_t dmat,
sys/bus/u4b/controller/xhci.c
144
static void xhci_do_poll(struct usb_bus *);
sys/bus/u4b/controller/xhci.c
1711
xhci_do_poll(struct usb_bus *bus)
sys/bus/u4b/controller/xhci.c
214
xhci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb)
sys/bus/u4b/controller/xhci.c
4355
xhci_set_hw_power(struct usb_bus *bus)
sys/bus/u4b/controller/xhci.c
690
xhci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state)
sys/bus/u4b/controller/xhci.h
491
struct usb_bus sc_bus;
sys/bus/u4b/usb_bus.h
39
struct usb_bus *bus;
sys/bus/u4b/usb_controller.h
119
void (*xfer_poll) (struct usb_bus *);
sys/bus/u4b/usb_controller.h
190
void usb_bus_mem_flush_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb);
sys/bus/u4b/usb_controller.h
191
uint8_t usb_bus_mem_alloc_all(struct usb_bus *bus, bus_dma_tag_t dmat, usb_bus_mem_cb_t *cb);
sys/bus/u4b/usb_controller.h
192
void usb_bus_mem_free_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb);
sys/bus/u4b/usb_controller.h
193
uint16_t usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr);
sys/bus/u4b/usb_controller.h
194
void usb_bus_reset_async_locked(struct usb_bus *bus);
sys/bus/u4b/usb_controller.h
36
struct usb_bus;
sys/bus/u4b/usb_controller.h
47
typedef void (usb_bus_mem_sub_cb_t)(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page *pg, usb_size_t size, usb_size_t align);
sys/bus/u4b/usb_controller.h
48
typedef void (usb_bus_mem_cb_t)(struct usb_bus *bus, usb_bus_mem_sub_cb_t *scb);
sys/bus/u4b/usb_controller.h
67
void (*set_hw_power) (struct usb_bus *);
sys/bus/u4b/usb_controller.h
68
void (*set_hw_power_sleep) (struct usb_bus *, uint32_t);
sys/bus/u4b/usb_core.h
67
struct usb_bus;
sys/bus/u4b/usb_dev.h
52
struct usb_bus *bus;
sys/bus/u4b/usb_device.c
1536
usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
sys/bus/u4b/usb_device.c
2023
struct usb_bus *bus;
sys/bus/u4b/usb_device.c
2140
struct usb_bus *bus;
sys/bus/u4b/usb_device.h
206
struct usb_bus *bus; /* our USB BUS */
sys/bus/u4b/usb_device.h
293
struct usb_device *usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
sys/bus/u4b/usb_handle_request.c
425
struct usb_bus *bus;
sys/bus/u4b/usb_hub.c
1556
struct usb_bus *bus = sc->sc_udev->bus;
sys/bus/u4b/usb_hub.c
1848
struct usb_bus *bus = udev->bus;
sys/bus/u4b/usb_hub.c
2032
usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr)
sys/bus/u4b/usb_hub.c
2070
struct usb_bus *bus;
sys/bus/u4b/usb_hub.c
2190
usb_bus_port_get_device(struct usb_bus *bus, struct usb_port *up)
sys/bus/u4b/usb_hub.c
2209
usb_bus_port_set_device(struct usb_bus *bus, struct usb_port *up,
sys/bus/u4b/usb_hub.c
2252
usb_needs_explore(struct usb_bus *bus, uint8_t do_probe)
sys/bus/u4b/usb_hub.c
2294
struct usb_bus *bus;
sys/bus/u4b/usb_hub.c
2331
usb_bus_power_update(struct usb_bus *bus)
sys/bus/u4b/usb_hub.c
2446
usb_bus_powerd(struct usb_bus *bus)
sys/bus/u4b/usb_hub.c
2571
struct usb_bus *bus;
sys/bus/u4b/usb_hub.c
532
struct usb_bus *bus;
sys/bus/u4b/usb_hub.c
967
uhub_root_intr(struct usb_bus *bus, const uint8_t *ptr, uint8_t len)
sys/bus/u4b/usb_hub.h
68
void usb_bus_port_set_device(struct usb_bus *bus, struct usb_port *up,
sys/bus/u4b/usb_hub.h
70
struct usb_device *usb_bus_port_get_device(struct usb_bus *bus,
sys/bus/u4b/usb_hub.h
72
void usb_needs_explore(struct usb_bus *bus, uint8_t do_probe);
sys/bus/u4b/usb_hub.h
74
void usb_bus_power_update(struct usb_bus *bus);
sys/bus/u4b/usb_hub.h
75
void usb_bus_powerd(struct usb_bus *bus);
sys/bus/u4b/usb_hub.h
76
void uhub_root_intr(struct usb_bus *, const uint8_t *, uint8_t);
sys/bus/u4b/usb_pf.c
102
struct usb_bus *ubus;
sys/bus/u4b/usb_pf.c
129
static struct usb_bus *
sys/bus/u4b/usb_pf.c
150
struct usb_bus *ubus;
sys/bus/u4b/usb_pf.c
185
struct usb_bus *ubus;
sys/bus/u4b/usb_pf.c
200
usbpf_attach(struct usb_bus *ubus)
sys/bus/u4b/usb_pf.c
207
usbpf_detach(struct usb_bus *ubus)
sys/bus/u4b/usb_pf.c
347
struct usb_bus *bus;
sys/bus/u4b/usb_pf.c
71
static struct usb_bus *usbpf_ifname2ubus(int unit);
sys/bus/u4b/usb_pf.h
115
void usbpf_attach(struct usb_bus *);
sys/bus/u4b/usb_pf.h
116
void usbpf_detach(struct usb_bus *);
sys/bus/u4b/usb_transfer.c
1665
struct usb_bus *bus;
sys/bus/u4b/usb_transfer.c
2868
struct usb_bus *bus;
sys/bus/u4b/usb_transfer.h
181
struct usb_bus *bus; /* pointer to USB bus (cached) */