Symbol: usb_bus
lib/libusb/libusb01.c
78
struct usb_bus *usb_busses = NULL;
lib/libusb/libusb01.c
80
static struct usb_bus usb_global_bus = {
lib/libusb/libusb01.c
975
struct usb_bus *
lib/libusb/usb.h
220
struct usb_bus;
lib/libusb/usb.h
233
struct usb_bus *bus;
lib/libusb/usb.h
247
struct usb_bus *next;
lib/libusb/usb.h
248
struct usb_bus *prev;
lib/libusb/usb.h
262
extern struct usb_bus *usb_busses;
lib/libusb/usb.h
303
struct usb_bus *usb_get_busses(void);
sys/dev/usb/controller/atmegadci.c
108
static void atmegadci_do_poll(struct usb_bus *);
sys/dev/usb/controller/atmegadci.c
1350
atmegadci_do_poll(struct usb_bus *bus)
sys/dev/usb/controller/atmegadci.c
2060
atmegadci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state)
sys/dev/usb/controller/atmegadci.h
195
typedef void (atmegadci_clocks_t)(struct usb_bus *);
sys/dev/usb/controller/atmegadci.h
255
struct usb_bus sc_bus;
sys/dev/usb/controller/avr32dci.c
108
static void avr32dci_do_poll(struct usb_bus *);
sys/dev/usb/controller/avr32dci.c
1289
avr32dci_do_poll(struct usb_bus *bus)
sys/dev/usb/controller/avr32dci.c
2022
avr32dci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state)
sys/dev/usb/controller/avr32dci.h
161
typedef void (avr32dci_clocks_t)(struct usb_bus *);
sys/dev/usb/controller/avr32dci.h
223
struct usb_bus sc_bus;
sys/dev/usb/controller/dwc_otg.c
138
static void dwc_otg_do_poll(struct usb_bus *);
sys/dev/usb/controller/dwc_otg.c
4117
dwc_otg_do_poll(struct usb_bus *bus)
sys/dev/usb/controller/dwc_otg.c
4913
dwc_otg_set_hw_power_sleep(struct usb_bus *bus, uint32_t state)
sys/dev/usb/controller/dwc_otg.h
163
struct usb_bus sc_bus;
sys/dev/usb/controller/ehci.c
125
static void ehci_do_poll(struct usb_bus *);
sys/dev/usb/controller/ehci.c
149
ehci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb)
sys/dev/usb/controller/ehci.c
1535
ehci_do_poll(struct usb_bus *bus)
sys/dev/usb/controller/ehci.c
3763
ehci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state)
sys/dev/usb/controller/ehci.c
3781
ehci_set_hw_power(struct usb_bus *bus)
sys/dev/usb/controller/ehci.h
317
struct usb_bus sc_bus; /* base device */
sys/dev/usb/controller/musb_otg.c
130
static void musbotg_do_poll(struct usb_bus *);
sys/dev/usb/controller/musb_otg.c
3295
musbotg_do_poll(struct usb_bus *bus)
sys/dev/usb/controller/musb_otg.c
4156
musbotg_set_hw_power_sleep(struct usb_bus *bus, uint32_t state)
sys/dev/usb/controller/musb_otg.h
396
struct usb_bus sc_bus;
sys/dev/usb/controller/ohci.c
120
static void ohci_do_poll(struct usb_bus *bus);
sys/dev/usb/controller/ohci.c
1230
ohci_do_poll(struct usb_bus *bus)
sys/dev/usb/controller/ohci.c
147
ohci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb)
sys/dev/usb/controller/ohci.c
2622
ohci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state)
sys/dev/usb/controller/ohci.c
2640
ohci_set_hw_power(struct usb_bus *bus)
sys/dev/usb/controller/ohci.h
226
struct usb_bus sc_bus; /* base device */
sys/dev/usb/controller/uhci.c
1495
uhci_do_poll(struct usb_bus *bus)
sys/dev/usb/controller/uhci.c
158
static void uhci_do_poll(struct usb_bus *);
sys/dev/usb/controller/uhci.c
166
uhci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb)
sys/dev/usb/controller/uhci.c
3093
uhci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state)
sys/dev/usb/controller/uhci.c
3111
uhci_set_hw_power(struct usb_bus *bus)
sys/dev/usb/controller/uhci.h
205
struct usb_bus sc_bus; /* base device */
sys/dev/usb/controller/usb_controller.c
153
usb_root_mount_rel(struct usb_bus *bus)
sys/dev/usb/controller/usb_controller.c
169
struct usb_bus *bus = device_get_ivars(dev);
sys/dev/usb/controller/usb_controller.c
195
struct usb_bus *bus = device_get_softc(dev);
sys/dev/usb/controller/usb_controller.c
256
struct usb_bus *bus = device_get_softc(dev);
sys/dev/usb/controller/usb_controller.c
284
struct usb_bus *bus = device_get_softc(dev);
sys/dev/usb/controller/usb_controller.c
305
usb_bus_reset_async_locked(struct usb_bus *bus)
sys/dev/usb/controller/usb_controller.c
329
struct usb_bus *bus = device_get_softc(dev);
sys/dev/usb/controller/usb_controller.c
364
struct usb_bus *bus;
sys/dev/usb/controller/usb_controller.c
428
struct usb_bus *bus;
sys/dev/usb/controller/usb_controller.c
462
struct usb_bus *bus;
sys/dev/usb/controller/usb_controller.c
519
struct usb_bus *bus;
sys/dev/usb/controller/usb_controller.c
582
struct usb_bus *bus;
sys/dev/usb/controller/usb_controller.c
604
struct usb_bus *bus;
sys/dev/usb/controller/usb_controller.c
651
struct usb_bus *bus;
sys/dev/usb/controller/usb_controller.c
670
struct usb_bus *bus = arg;
sys/dev/usb/controller/usb_controller.c
702
struct usb_bus *bus;
sys/dev/usb/controller/usb_controller.c
803
usb_attach_sub(device_t dev, struct usb_bus *bus)
sys/dev/usb/controller/usb_controller.c
81
static void usb_attach_sub(device_t, struct usb_bus *);
sys/dev/usb/controller/usb_controller.c
900
usb_bus_mem_flush_all_cb(struct usb_bus *bus, struct usb_page_cache *pc,
sys/dev/usb/controller/usb_controller.c
912
usb_bus_mem_flush_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb)
sys/dev/usb/controller/usb_controller.c
925
usb_bus_mem_alloc_all_cb(struct usb_bus *bus, struct usb_page_cache *pc,
sys/dev/usb/controller/usb_controller.c
945
usb_bus_mem_alloc_all(struct usb_bus *bus, bus_dma_tag_t dmat,
sys/dev/usb/controller/usb_controller.c
988
usb_bus_mem_free_all_cb(struct usb_bus *bus, struct usb_page_cache *pc,
sys/dev/usb/controller/usb_controller.c
999
usb_bus_mem_free_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb)
sys/dev/usb/controller/uss820dci.c
111
static void uss820dci_do_poll(struct usb_bus *);
sys/dev/usb/controller/uss820dci.c
1560
uss820dci_do_poll(struct usb_bus *bus)
sys/dev/usb/controller/uss820dci.c
2349
uss820dci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state)
sys/dev/usb/controller/uss820dci.h
332
struct usb_bus sc_bus;
sys/dev/usb/controller/xhci.c
157
static void xhci_do_poll(struct usb_bus *);
sys/dev/usb/controller/xhci.c
1751
xhci_do_poll(struct usb_bus *bus)
sys/dev/usb/controller/xhci.c
223
xhci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb)
sys/dev/usb/controller/xhci.c
4346
xhci_set_hw_power(struct usb_bus *bus)
sys/dev/usb/controller/xhci.c
742
xhci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state)
sys/dev/usb/controller/xhci.h
497
struct usb_bus sc_bus;
sys/dev/usb/usb_bus.h
40
struct usb_bus *bus;
sys/dev/usb/usb_controller.h
119
void (*xfer_poll) (struct usb_bus *);
sys/dev/usb/usb_controller.h
189
void usb_bus_mem_flush_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb);
sys/dev/usb/usb_controller.h
190
uint8_t usb_bus_mem_alloc_all(struct usb_bus *bus, bus_dma_tag_t dmat, usb_bus_mem_cb_t *cb);
sys/dev/usb/usb_controller.h
191
void usb_bus_mem_free_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb);
sys/dev/usb/usb_controller.h
192
uint16_t usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr);
sys/dev/usb/usb_controller.h
193
void usb_bus_reset_async_locked(struct usb_bus *bus);
sys/dev/usb/usb_controller.h
37
struct usb_bus;
sys/dev/usb/usb_controller.h
48
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/dev/usb/usb_controller.h
49
typedef void (usb_bus_mem_cb_t)(struct usb_bus *bus, usb_bus_mem_sub_cb_t *scb);
sys/dev/usb/usb_controller.h
67
void (*set_hw_power) (struct usb_bus *);
sys/dev/usb/usb_controller.h
68
void (*set_hw_power_sleep) (struct usb_bus *, uint32_t);
sys/dev/usb/usb_core.h
72
struct usb_bus;
sys/dev/usb/usb_dev.h
56
struct usb_bus *bus;
sys/dev/usb/usb_device.c
138
struct usb_bus *bus;
sys/dev/usb/usb_device.c
1752
usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
sys/dev/usb/usb_device.c
2177
struct usb_bus *bus;
sys/dev/usb/usb_device.c
2291
struct usb_bus *bus;
sys/dev/usb/usb_device.h
215
struct usb_bus *bus; /* our USB BUS */
sys/dev/usb/usb_device.h
302
struct usb_device *usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
sys/dev/usb/usb_handle_request.c
432
struct usb_bus *bus;
sys/dev/usb/usb_hub.c
1553
struct usb_bus *bus = sc->sc_udev->bus;
sys/dev/usb/usb_hub.c
1866
struct usb_bus *bus = udev->bus;
sys/dev/usb/usb_hub.c
2050
usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr)
sys/dev/usb/usb_hub.c
2088
struct usb_bus *bus;
sys/dev/usb/usb_hub.c
2206
usb_bus_port_get_device(struct usb_bus *bus, struct usb_port *up)
sys/dev/usb/usb_hub.c
2225
usb_bus_port_set_device(struct usb_bus *bus, struct usb_port *up,
sys/dev/usb/usb_hub.c
2268
usb_needs_explore(struct usb_bus *bus, uint8_t do_probe)
sys/dev/usb/usb_hub.c
2315
struct usb_bus *bus;
sys/dev/usb/usb_hub.c
2372
usb_bus_power_update(struct usb_bus *bus)
sys/dev/usb/usb_hub.c
2487
usb_bus_powerd(struct usb_bus *bus)
sys/dev/usb/usb_hub.c
2654
struct usb_bus *bus;
sys/dev/usb/usb_hub.c
509
struct usb_bus *bus;
sys/dev/usb/usb_hub.c
957
uhub_root_intr(struct usb_bus *bus,
sys/dev/usb/usb_hub.h
69
void usb_bus_port_set_device(struct usb_bus *bus, struct usb_port *up,
sys/dev/usb/usb_hub.h
71
struct usb_device *usb_bus_port_get_device(struct usb_bus *bus,
sys/dev/usb/usb_hub.h
73
void usb_needs_explore(struct usb_bus *bus, uint8_t do_probe);
sys/dev/usb/usb_hub.h
75
void usb_bus_power_update(struct usb_bus *bus);
sys/dev/usb/usb_hub.h
76
void usb_bus_powerd(struct usb_bus *bus);
sys/dev/usb/usb_hub.h
77
void uhub_root_intr(struct usb_bus *, const uint8_t *, uint8_t);
sys/dev/usb/usb_pf.c
229
struct usb_bus *bus;
sys/dev/usb/usb_pf.c
78
usbpf_attach(struct usb_bus *ubus)
sys/dev/usb/usb_pf.c
88
usbpf_detach(struct usb_bus *ubus)
sys/dev/usb/usb_pf.h
115
void usbpf_attach(struct usb_bus *);
sys/dev/usb/usb_pf.h
116
void usbpf_detach(struct usb_bus *);
sys/dev/usb/usb_transfer.c
1721
struct usb_bus *bus;
sys/dev/usb/usb_transfer.c
2964
struct usb_bus *bus;
sys/dev/usb/usb_transfer.c
3433
struct usb_bus *bus;
sys/dev/usb/usb_transfer.h
77
struct usb_bus *bus; /* pointer to USB bus (cached) */