/third_party/FreeBSD/sys/dev/usb/ |
H A 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 *pg, usb_size_t size, usb_size_t align); 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 *bu [all...] |
H A 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);
|
H A D | usb_bus.h | 38 struct usb_bus *bus; 45 struct usb_bus { struct
|
H A 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 *bu in usb_needs_explore_sub() [all...] |
H A 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,
|
H A D | usb_dev.h | 51 struct usb_bus *bus;
|
H A D | usb_core.h | 72 struct usb_bus;
|
H A D | usb_transfer.h | 79 struct usb_bus *bus; /* pointer to USB bus (cached) */
|
H A D | usb_handle_request.c | 389 struct usb_bus *bus; in usb_handle_remote_wakeup()
|
H A 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()
|
H A 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/ |
H A 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_soft in usb_resume() [all...] |
H A D | xhci.h | 464 struct usb_bus sc_bus;
|
H A D | ehci.h | 321 struct usb_bus sc_bus; /* base device */
|
H A 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()
|
H A 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)
|
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
H A D | st_tusb.h | 20 //extern struct usb_bus *usb_alloc_bus(struct usb_operations *); 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;
|
H A 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() 309 /* allocate the usb_bus pointer */ in test_find_usbdev() 317 memcpy(ltp_usb.bus, bus, sizeof(struct usb_bus)); in test_find_usbdev()
|
/third_party/backends/tools/ |
H A D | sane-find-scanner.c | 1443 dev->bus = calloc (1, sizeof (struct usb_bus)); in parse_file() 1963 struct usb_bus *bus; in main()
|
/third_party/backends/backend/ |
H A D | sm3840_lib.c | 172 struct usb_bus *bus; in find_device()
|
/third_party/backends/sanei/ |
H A D | sanei_usb.c | 1799 struct usb_bus *bus; in libusb_scan_devices()
|