Searched refs:usb_bus (Results 1 – 20 of 20) 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); 68 void (*set_hw_power) (struct usb_bus *); 69 void (*set_hw_power_sleep) (struct usb_bus *, uint32_t); 120 void (*xfer_poll) (struct usb_bus *); 191 void usb_bus_mem_flush_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb); 192 uint8_t usb_bus_mem_alloc_all(struct usb_bus *bus, bus_dma_tag_t dmat, usb_bus_mem_cb_t *cb); 193 void usb_bus_mem_free_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb); 194 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 | 502 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() 1617 struct usb_bus *bus; in uhub_detach() 1928 struct usb_bus *bus = udev->bus; in usb_hs_bandwidth_adjust() 2112 usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr) in usb_isoc_time_expand() 2150 struct usb_bus *bus; in usbd_fs_isoc_schedule_alloc_slot() 2268 usb_bus_port_get_device(struct usb_bus *bus, struct usb_port *up) in usb_bus_port_get_device() 2287 usb_bus_port_set_device(struct usb_bus *bus, struct usb_port *up, in usb_bus_port_set_device() 2325 struct usb_bus *bus; 2338 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_transfer.h | 80 struct usb_bus *bus; /* pointer to USB bus (cached) */
|
D | usb_core.h | 71 struct usb_bus;
|
D | usb_handle_request.c | 390 struct usb_bus *bus; in usb_handle_remote_wakeup()
|
D | usb_device.c | 1465 usb_alloc_device(device_t parent_dev, struct usb_bus *bus, in usb_alloc_device() 2013 struct usb_bus *bus; in usb_free_device()
|
D | usb_transfer.c | 1588 struct usb_bus *bus; in usbd_transfer_submit() 2772 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() 390 struct usb_bus *bus; in usb_bus_detach() [all …]
|
D | xhci.h | 465 struct usb_bus sc_bus;
|
D | ehci.h | 322 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() 1474 ehci_do_poll(struct usb_bus *bus) in ehci_do_poll() 3820 ehci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) 3838 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() 1655 xhci_do_poll(struct usb_bus *bus) in xhci_do_poll() 4163 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()
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 44587 …<class-decl name="usb_bus" size-in-bits="1344" is-struct="yes" visibility="default" filepath="incl… 65410 …<class-decl name="usb_bus" size-in-bits="1344" is-struct="yes" visibility="default" filepath="incl…
|
D | test-PR27569-v0.abi | 44558 …<class-decl name="usb_bus" size-in-bits="1344" is-struct="yes" visibility="default" filepath="incl… 65396 …<class-decl name="usb_bus" size-in-bits="1344" is-struct="yes" visibility="default" filepath="incl…
|