Searched refs:usb_bus (Results 1 – 20 of 20) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/ |
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 *); 190 void usb_bus_mem_flush_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb); 191 uint8_t usb_bus_mem_alloc_all(struct usb_bus *bus, bus_dma_tag_t dmat, usb_bus_mem_cb_t *cb); 192 void usb_bus_mem_free_all(struct usb_bus *bus, usb_bus_mem_cb_t *cb); 193 uint16_t usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr); [all …]
|
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);
|
D | usb_bus.h | 38 struct usb_bus *bus; 45 struct usb_bus { struct
|
D | usb_hub.c | 501 struct usb_bus *bus; in uhub_explore_sub() 1019 uhub_root_intr(struct usb_bus *bus, const uint8_t *ptr, uint8_t len) in uhub_root_intr() 1616 struct usb_bus *bus; in uhub_detach() 1927 struct usb_bus *bus = udev->bus; in usb_hs_bandwidth_adjust() 2111 usb_isoc_time_expand(struct usb_bus *bus, uint16_t isoc_time_curr) in usb_isoc_time_expand() 2149 struct usb_bus *bus; in usbd_fs_isoc_schedule_alloc_slot() 2267 usb_bus_port_get_device(struct usb_bus *bus, struct usb_port *up) in usb_bus_port_get_device() 2286 usb_bus_port_set_device(struct usb_bus *bus, struct usb_port *up, in usb_bus_port_set_device() 2324 struct usb_bus *bus; 2337 struct usb_bus *bus; in usb_needs_explore_sub() [all …]
|
D | usb_device.h | 209 struct usb_bus *bus; /* our USB BUS */ 296 struct usb_device *usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
|
D | usb_dev.h | 51 struct usb_bus *bus;
|
D | usb_transfer.h | 79 struct usb_bus *bus; /* pointer to USB bus (cached) */
|
D | usb_core.h | 72 struct usb_bus;
|
D | usb_handle_request.c | 389 struct usb_bus *bus; in usb_handle_remote_wakeup()
|
D | usb_device.c | 1464 usb_alloc_device(device_t parent_dev, struct usb_bus *bus, in usb_alloc_device() 2012 struct usb_bus *bus; in usb_free_device()
|
D | usb_transfer.c | 1590 struct usb_bus *bus; in usbd_transfer_submit() 2774 struct usb_bus *bus; in usbd_callback_wrapper_sub()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | usb_controller.c | 42 static void usb_attach_sub(device_t, struct usb_bus *); 97 usb_root_mount_rel(struct usb_bus *bus) in usb_root_mount_rel() 117 struct usb_bus *bus = (struct usb_bus *)device_get_ivars(dev); in usb_attach() 153 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); in usb_detach() 215 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); in usb_suspend() 243 struct usb_bus *bus = (struct usb_bus *)device_get_softc(dev); in usb_resume() 269 usb_bus_reset_async_locked(struct usb_bus *bus) in usb_bus_reset_async_locked() 293 struct usb_bus *bus = device_get_softc(dev); in usb_shutdown() 328 struct usb_bus *bus; in usb_bus_explore() 389 struct usb_bus *bus; in usb_bus_detach() [all …]
|
D | xhci.h | 464 struct usb_bus sc_bus;
|
D | ehci.h | 321 struct usb_bus sc_bus; /* base device */
|
D | ehci.c | 83 static void ehci_do_poll(struct usb_bus *); 109 ehci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in ehci_iterate_hw_softc() 1473 ehci_do_poll(struct usb_bus *bus) in ehci_do_poll() 3819 ehci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) 3837 ehci_set_hw_power(struct usb_bus *bus)
|
D | xhci.c | 100 static void xhci_do_poll(struct usb_bus *); 171 xhci_iterate_hw_softc(struct usb_bus *bus, usb_bus_mem_sub_cb_t *cb) in xhci_iterate_hw_softc() 662 xhci_set_hw_power_sleep(struct usb_bus *bus, uint32_t state) in xhci_set_hw_power_sleep() 1654 xhci_do_poll(struct usb_bus *bus) in xhci_do_poll() 4162 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-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…
|
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…
|