Searched defs:usb_bus_methods (Results 1 – 1 of 1) sorted by relevance
56 struct usb_bus_methods { struct59 usb_handle_req_t *roothub_exec;61 void (*endpoint_init) (struct usb_device *,63 void (*xfer_setup) (struct usb_setup_params *);64 void (*xfer_unsetup) (struct usb_xfer *);65 void (*get_dma_delay) (struct usb_device *, uint32_t *);66 void (*device_suspend) (struct usb_device *);67 void (*device_resume) (struct usb_device *);68 void (*set_hw_power) (struct usb_bus *);69 void (*set_hw_power_sleep) (struct usb_bus *, uint32_t);[all …]