Home
last modified time | relevance | path

Searched defs:usb_bus_methods (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_controller.h56 struct usb_bus_methods { struct
60 usb_handle_req_t *roothub_exec;
62 void (*endpoint_init) (struct usb_device *,
64 void (*xfer_setup) (struct usb_setup_params *);
65 void (*xfer_unsetup) (struct usb_xfer *);
66 void (*get_dma_delay) (struct usb_device *, uint32_t *);
67 void (*device_suspend) (struct usb_device *);
68 void (*device_resume) (struct usb_device *);
69 void (*set_hw_power) (struct usb_bus *);
70 void (*set_hw_power_sleep) (struct usb_bus *, uint32_t);
[all …]