/freebsd/sys/dev/usb/ |
H A D | usb_controller.h | 37 struct usb_bus; 48 typedef void (usb_bus_mem_sub_cb_t)(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page… 49 typedef void (usb_bus_mem_cb_t)(struct usb_bus *bus, usb_bus_mem_sub_cb_t *scb); 67 void (*set_hw_power) (struct usb_bus *); 68 void (*set_hw_power_sleep) (struct usb_bus *, uint32_t); 119 void (*xfer_poll) (struct usb_bus *); 189 void usb_bus_mem_flush_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb); 190 uint8_t usb_bus_mem_alloc_all(struct usb_bus *bus, bus_dma_tag_t dmat, usb_bus_mem_cb_t *cb); 191 void usb_bus_mem_free_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb); 192 uint16_t usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr); [all …]
|
H A D | usb_hub.h | 69 void usb_bus_port_set_device(struct usb_bus *bus, struct usb_port *up, 71 struct usb_device *usb_bus_port_get_device(struct usb_bus *bus, 73 void usb_needs_explore(struct usb_bus *bus, uint8_t do_probe); 75 void usb_bus_power_update(struct usb_bus *bus); 76 void usb_bus_powerd(struct usb_bus *bus); 77 void uhub_root_intr(struct usb_bus *, const uint8_t *, uint8_t);
|
H A D | usb_pf.c | 75 static struct usb_bus *usbpf_ifname2ubus(const char *); 105 struct usb_bus *ubus; in usbpf_uninit() 133 static struct usb_bus * 159 struct usb_bus *ubus; in usbpf_clone_match() 177 struct usb_bus *ubus; in usbpf_clone_create() 219 struct usb_bus *ubus; in usbpf_clone_destroy() 241 usbpf_attach(struct usb_bus *ubus) in usbpf_attach() 249 usbpf_detach(struct usb_bus *ubus) in usbpf_detach() 390 struct usb_bus *bus; in usbpf_xfertap()
|
H A D | usb_pf.h | 115 void usbpf_attach(struct usb_bus *); 116 void usbpf_detach(struct usb_bus *);
|
H A D | usb_bus.h | 40 struct usb_bus *bus; 47 struct usb_bus { struct
|
H A D | usb_hub.c | 509 struct usb_bus *bus; in uhub_explore_sub() 957 uhub_root_intr(struct usb_bus *bus, const uint8_t *ptr, uint8_t len) in uhub_root_intr() 1552 struct usb_bus *bus = sc->sc_udev->bus; in uhub_detach() 1865 struct usb_bus *bus = udev->bus; in usb_hs_bandwidth_adjust() 2049 usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr) in usb_isoc_time_expand() 2087 struct usb_bus *bus; in usbd_fs_isoc_schedule_alloc_slot() 2205 usb_bus_port_get_device(struct usb_bus *bus, struct usb_port *up) in usb_bus_port_get_device() 2224 usb_bus_port_set_device(struct usb_bus *bus, struct usb_port *up, in usb_bus_port_set_device() 2267 usb_needs_explore(struct usb_bus *bus, uint8_t do_probe) in usb_needs_explore() 2314 struct usb_bus *bus; in usb_needs_explore_all() [all …]
|
H A D | usb_device.h | 215 struct usb_bus *bus; /* our USB BUS */ 302 struct usb_device *usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
|
H A D | usb_dev.h | 56 struct usb_bus *bus;
|
H A D | usb_transfer.h | 77 struct usb_bus *bus; /* pointer to USB bus (cached) */
|
H A D | usb_core.h | 72 struct usb_bus;
|
/freebsd/sys/dev/usb/controller/ |
H A D | usb_controller.c | 81 static void usb_attach_sub(device_t, struct usb_bus *); 153 usb_root_mount_rel(struct usb_bus *bus) in usb_root_mount_rel() 169 struct usb_bus *bus = device_get_ivars(dev); in usb_attach() 195 struct usb_bus *bus = device_get_softc(dev); in usb_detach() 256 struct usb_bus *bus = device_get_softc(dev); in usb_suspend() 284 struct usb_bus *bus = device_get_softc(dev); in usb_resume() 305 usb_bus_reset_async_locked(struct usb_bus *bus) in usb_bus_reset_async_locked() 329 struct usb_bus *bus = device_get_softc(dev); in usb_shutdown() 364 struct usb_bus *bus; in usb_bus_explore() 428 struct usb_bus *bus; in usb_bus_detach() [all …]
|
H A D | atmegadci.h | 195 typedef void (atmegadci_clocks_t)(struct usb_bus *); 255 struct usb_bus sc_bus;
|
H A D | avr32dci.h | 161 typedef void (avr32dci_clocks_t)(struct usb_bus *); 223 struct usb_bus sc_bus;
|
H A D | uhci.h | 205 struct usb_bus sc_bus; /* base device */
|
H A D | dwc_otg.h | 163 struct usb_bus sc_bus;
|
H A D | ohci.h | 226 struct usb_bus sc_bus; /* base device */
|
H A D | uss820dci.h | 332 struct usb_bus sc_bus;
|
H A D | musb_otg.h | 396 struct usb_bus sc_bus;
|
H A D | ohci.c | 120 static void ohci_do_poll(struct usb_bus *bus); 147 ohci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in ohci_iterate_hw_softc() 1230 ohci_do_poll(struct usb_bus *bus) in ohci_do_poll() 2622 ohci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) in ohci_set_hw_power_sleep() 2640 ohci_set_hw_power(struct usb_bus *bus) in ohci_set_hw_power()
|
H A D | atmegadci.c | 108 static void atmegadci_do_poll(struct usb_bus *); 1350 atmegadci_do_poll(struct usb_bus *bus) in atmegadci_do_poll() 2060 atmegadci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) in atmegadci_set_hw_power_sleep()
|
H A D | avr32dci.c | 108 static void avr32dci_do_poll(struct usb_bus *); 1289 avr32dci_do_poll(struct usb_bus *bus) in avr32dci_do_poll() 2022 avr32dci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) in avr32dci_set_hw_power_sleep()
|
H A D | uhci.c | 158 static void uhci_do_poll(struct usb_bus *); 166 uhci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in uhci_iterate_hw_softc() 1495 uhci_do_poll(struct usb_bus *bus) in uhci_do_poll() 3093 uhci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) in uhci_set_hw_power_sleep() 3111 uhci_set_hw_power(struct usb_bus *bus) in uhci_set_hw_power()
|
H A D | uss820dci.c | 111 static void uss820dci_do_poll(struct usb_bus *); 1560 uss820dci_do_poll(struct usb_bus *bus) in uss820dci_do_poll() 2349 uss820dci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) in uss820dci_set_hw_power_sleep()
|
/freebsd/lib/libusb/ |
H A D | usb.h | 220 struct usb_bus; 233 struct usb_bus *bus; 246 struct usb_bus { struct 247 struct usb_bus *next; argument 248 struct usb_bus *prev; argument 262 extern struct usb_bus *usb_busses; argument 303 struct usb_bus *usb_get_busses(void);
|
H A D | libusb01.c | 78 struct usb_bus *usb_busses = NULL; 80 static struct usb_bus usb_global_bus = { 973 struct usb_bus *
|