| /freebsd-12-stable/sys/dev/usb/ |
| D | usb_controller.h | 38 struct usb_bus; 49 typedef void (usb_bus_mem_sub_cb_t)(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page… 50 typedef void (usb_bus_mem_cb_t)(struct usb_bus *bus, usb_bus_mem_sub_cb_t *scb); 69 void (*set_hw_power) (struct usb_bus *); 70 void (*set_hw_power_sleep) (struct usb_bus *, uint32_t); 121 void (*xfer_poll) (struct usb_bus *); 192 void usb_bus_mem_flush_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb); 193 uint8_t usb_bus_mem_alloc_all(struct usb_bus *bus, bus_dma_tag_t dmat, usb_bus_mem_cb_t *cb); 194 void usb_bus_mem_free_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb); 195 uint16_t usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr); [all …]
|
| D | usb_hub.h | 70 void usb_bus_port_set_device(struct usb_bus *bus, struct usb_port *up, 72 struct usb_device *usb_bus_port_get_device(struct usb_bus *bus, 74 void usb_needs_explore(struct usb_bus *bus, uint8_t do_probe); 76 void usb_bus_power_update(struct usb_bus *bus); 77 void usb_bus_powerd(struct usb_bus *bus); 78 void uhub_root_intr(struct usb_bus *, const uint8_t *, uint8_t);
|
| D | usb_pf.c | 75 static struct usb_bus *usbpf_ifname2ubus(const char *); 101 struct usb_bus *ubus; in usbpf_uninit() 129 static struct usb_bus * 155 struct usb_bus *ubus; in usbpf_clone_match() 172 struct usb_bus *ubus; in usbpf_clone_create() 220 struct usb_bus *ubus; in usbpf_clone_destroy() 242 usbpf_attach(struct usb_bus *ubus) in usbpf_attach() 250 usbpf_detach(struct usb_bus *ubus) in usbpf_detach() 391 struct usb_bus *bus; in usbpf_xfertap()
|
| D | usb_pf.h | 117 void usbpf_attach(struct usb_bus *); 118 void usbpf_detach(struct usb_bus *);
|
| D | usb_bus.h | 41 struct usb_bus *bus; 48 struct usb_bus { struct
|
| D | usb_hub.c | 545 struct usb_bus *bus; in uhub_explore_sub() 994 uhub_root_intr(struct usb_bus *bus, const uint8_t *ptr, uint8_t len) in uhub_root_intr() 1580 struct usb_bus *bus = sc->sc_udev->bus; in uhub_detach() 1887 struct usb_bus *bus = udev->bus; in usb_hs_bandwidth_adjust() 2071 usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr) in usb_isoc_time_expand() 2109 struct usb_bus *bus; in usbd_fs_isoc_schedule_alloc_slot() 2229 usb_bus_port_get_device(struct usb_bus *bus, struct usb_port *up) in usb_bus_port_get_device() 2248 usb_bus_port_set_device(struct usb_bus *bus, struct usb_port *up, in usb_bus_port_set_device() 2291 usb_needs_explore(struct usb_bus *bus, uint8_t do_probe) in usb_needs_explore() 2338 struct usb_bus *bus; in usb_needs_explore_all() [all …]
|
| D | usb_device.h | 216 struct usb_bus *bus; /* our USB BUS */ 303 struct usb_device *usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
|
| D | usb_dev.h | 57 struct usb_bus *bus;
|
| D | usb_core.h | 73 struct usb_bus;
|
| D | usb_transfer.h | 183 struct usb_bus *bus; /* pointer to USB bus (cached) */
|
| /freebsd-12-stable/sys/dev/usb/controller/ |
| D | usb_controller.c | 82 static void usb_attach_sub(device_t, struct usb_bus *); 156 usb_root_mount_rel(struct usb_bus *bus) in usb_root_mount_rel() 172 struct usb_bus *bus = device_get_ivars(dev); in usb_attach() 198 struct usb_bus *bus = device_get_softc(dev); in usb_detach() 259 struct usb_bus *bus = device_get_softc(dev); in usb_suspend() 287 struct usb_bus *bus = device_get_softc(dev); in usb_resume() 308 usb_bus_reset_async_locked(struct usb_bus *bus) in usb_bus_reset_async_locked() 332 struct usb_bus *bus = device_get_softc(dev); in usb_shutdown() 367 struct usb_bus *bus; in usb_bus_explore() 429 struct usb_bus *bus; in usb_bus_detach() [all …]
|
| D | atmegadci.h | 196 typedef void (atmegadci_clocks_t)(struct usb_bus *); 256 struct usb_bus sc_bus;
|
| D | avr32dci.h | 162 typedef void (avr32dci_clocks_t)(struct usb_bus *); 224 struct usb_bus sc_bus;
|
| D | saf1761_otg.h | 131 struct usb_bus sc_bus;
|
| D | dwc_otg.h | 164 struct usb_bus sc_bus;
|
| D | uhci.h | 206 struct usb_bus sc_bus; /* base device */
|
| D | ohci.h | 227 struct usb_bus sc_bus; /* base device */
|
| D | uss820dci.h | 333 struct usb_bus sc_bus;
|
| D | ohci.c | 121 static void ohci_do_poll(struct usb_bus *bus); 148 ohci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in ohci_iterate_hw_softc() 1240 ohci_do_poll(struct usb_bus *bus) in ohci_do_poll() 2670 ohci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) in ohci_set_hw_power_sleep() 2688 ohci_set_hw_power(struct usb_bus *bus) in ohci_set_hw_power()
|
| D | musb_otg.h | 397 struct usb_bus sc_bus;
|
| D | avr32dci.c | 108 static void avr32dci_do_poll(struct usb_bus *); 1307 avr32dci_do_poll(struct usb_bus *bus) in avr32dci_do_poll() 2072 avr32dci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) in avr32dci_set_hw_power_sleep()
|
| /freebsd-12-stable/lib/libusb/ |
| D | usb.h | 221 struct usb_bus; 234 struct usb_bus *bus; 247 struct usb_bus { struct 248 struct usb_bus *next; argument 249 struct usb_bus *prev; argument 263 extern struct usb_bus *usb_busses; argument 304 struct usb_bus *usb_get_busses(void);
|
| D | libusb01.c | 79 struct usb_bus *usb_busses = NULL; 81 static struct usb_bus usb_global_bus = { 974 struct usb_bus *
|
| /freebsd-12-stable/sys/mips/cavium/usb/ |
| D | octusb.h | 114 struct usb_bus sc_bus; /* base device */
|
| D | octusb.c | 111 static void octusb_do_poll(struct usb_bus *); 847 octusb_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in octusb_iterate_hw_softc() 965 octusb_do_poll(struct usb_bus *bus) in octusb_do_poll() 1910 octusb_set_hw_power(struct usb_bus *bus) in octusb_set_hw_power() 1916 octusb_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) in octusb_set_hw_power_sleep()
|