Searched refs:usb_bus (Results 1 – 18 of 18) sorted by relevance
/third_party/FreeBSD/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 *); 193 void usb_bus_mem_flush_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb); 194 uint8_t usb_bus_mem_alloc_all(struct usb_bus *bus, bus_dma_tag_t dmat, usb_bus_mem_cb_t *cb); 195 void usb_bus_mem_free_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb); 196 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_bus.h | 39 struct usb_bus *bus; 46 struct usb_bus { struct
|
D | usb_hub.c | 503 struct usb_bus *bus; in uhub_explore_sub() 1020 uhub_root_intr(struct usb_bus *bus, const uint8_t *ptr, uint8_t len) in uhub_root_intr() 1621 struct usb_bus *bus; in uhub_detach() 1934 struct usb_bus *bus = udev->bus; in usb_hs_bandwidth_adjust() 2118 usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr) in usb_isoc_time_expand() 2156 struct usb_bus *bus; in usbd_fs_isoc_schedule_alloc_slot() 2276 usb_bus_port_get_device(struct usb_bus *bus, struct usb_port *up) in usb_bus_port_get_device() 2295 usb_bus_port_set_device(struct usb_bus *bus, struct usb_port *up, in usb_bus_port_set_device() 2333 struct usb_bus *bus; 2346 struct usb_bus *bus; in usb_needs_explore_sub() [all …]
|
D | usb_device.h | 210 struct usb_bus *bus; /* our USB BUS */ 297 struct usb_device *usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
|
D | usb_dev.h | 52 struct usb_bus *bus;
|
D | usb_core.h | 71 struct usb_bus;
|
D | usb_transfer.h | 183 struct usb_bus *bus; /* pointer to USB bus (cached) */
|
D | usb_handle_request.c | 391 struct usb_bus *bus; in usb_handle_remote_wakeup()
|
D | usb_device.c | 1476 usb_alloc_device(device_t parent_dev, struct usb_bus *bus, in usb_alloc_device() 2025 struct usb_bus *bus; in usb_free_device()
|
D | usb_transfer.c | 1613 struct usb_bus *bus; in usbd_transfer_submit() 2803 struct usb_bus *bus; in usbd_callback_wrapper_sub()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | usb_controller.c | 43 static void usb_attach_sub(device_t, struct usb_bus *); 98 usb_root_mount_rel(struct usb_bus *bus) in usb_root_mount_rel() 118 struct usb_bus *bus = (struct usb_bus *)device_get_ivars(dev); in usb_attach() 154 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); in usb_detach() 216 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); in usb_suspend() 244 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); in usb_resume() 270 usb_bus_reset_async_locked(struct usb_bus *bus) in usb_bus_reset_async_locked() 294 struct usb_bus *bus = device_get_softc(dev); in usb_shutdown() 329 struct usb_bus *bus; in usb_bus_explore() 391 struct usb_bus *bus; in usb_bus_detach() [all …]
|
D | xhci.h | 465 struct usb_bus sc_bus;
|
D | ehci.h | 323 struct usb_bus sc_bus; /* base device */
|
D | ehci.c | 84 static void ehci_do_poll(struct usb_bus *); 110 ehci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in ehci_iterate_hw_softc() 1479 ehci_do_poll(struct usb_bus *bus) in ehci_do_poll() 3855 ehci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) 3873 ehci_set_hw_power(struct usb_bus *bus)
|
D | xhci.c | 101 static void xhci_do_poll(struct usb_bus *); 172 xhci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in xhci_iterate_hw_softc() 663 xhci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) in xhci_set_hw_power_sleep() 1662 xhci_do_poll(struct usb_bus *bus) in xhci_do_poll() 4192 xhci_set_hw_power(struct usb_bus *bus) in xhci_set_hw_power()
|
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
D | st_tusb.h | 23 extern void usb_free_bus(struct usb_bus *bus); 24 extern void usb_register_bus(struct usb_bus *bus); 25 extern void usb_deregister_bus(struct usb_bus *bus); 40 void *(*buffer_alloc)(struct usb_bus *bus, size_t size, 43 void (*buffer_free)(struct usb_bus *bus, size_t size, 50 struct usb_bus self; /* hcd is-a bus */ 100 struct usb_bus *bus;
|
D | tusb.c | 300 struct usb_bus *bus = in test_find_usbdev() 301 (struct usb_bus *)kmalloc(sizeof(struct usb_bus), GFP_KERNEL); in test_find_usbdev() 317 memcpy(ltp_usb.bus, bus, sizeof(struct usb_bus)); in test_find_usbdev()
|