Home
last modified time | relevance | path

Searched refs:usb_bus (Results 1 – 20 of 20) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_controller.h37 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 …]
Dusb_hub.h69 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);
Dusb_bus.h38 struct usb_bus *bus;
45 struct usb_bus { struct
Dusb_hub.c501 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 …]
Dusb_device.h209 struct usb_bus *bus; /* our USB BUS */
296 struct usb_device *usb_alloc_device(device_t parent_dev, struct usb_bus *bus,
Dusb_dev.h51 struct usb_bus *bus;
Dusb_transfer.h79 struct usb_bus *bus; /* pointer to USB bus (cached) */
Dusb_core.h72 struct usb_bus;
Dusb_handle_request.c389 struct usb_bus *bus; in usb_handle_remote_wakeup()
Dusb_device.c1464 usb_alloc_device(device_t parent_dev, struct usb_bus *bus, in usb_alloc_device()
2012 struct usb_bus *bus; in usb_free_device()
Dusb_transfer.c1590 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/
Dusb_controller.c42 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 …]
Dxhci.h464 struct usb_bus sc_bus;
Dehci.h321 struct usb_bus sc_bus; /* base device */
Dehci.c83 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)
Dxhci.c100 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/
Dst_tusb.h23 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;
Dtusb.c300 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/
Dtest-PR27569-v0.abi44558 …<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…
Dtest-PR27569-v1.abi44587 …<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…