Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_controller.h55 struct usb_bus_methods { struct
58 usb_handle_req_t *roothub_exec;
60 void (*endpoint_init) (struct usb_device *,
62 void (*xfer_setup) (struct usb_setup_params *);
63 void (*xfer_unsetup) (struct usb_xfer *);
64 void (*get_dma_delay) (struct usb_device *, uint32_t *);
65 void (*device_suspend) (struct usb_device *);
66 void (*device_resume) (struct usb_device *);
67 void (*set_hw_power) (struct usb_bus *);
68 void (*set_hw_power_sleep) (struct usb_bus *, uint32_t);
[all …]