Searched defs:usb_otg (Results 1 – 1 of 1) sorted by relevance
16 struct usb_otg { struct25 enum usb_otg_state state; argument28 int (*set_host)(struct usb_otg *otg, struct usb_bus *host); argument31 int (*set_peripheral)(struct usb_otg *otg, argument35 int (*set_vbus)(struct usb_otg *otg, bool enabled); argument38 int (*start_srp)(struct usb_otg *otg); argument41 int (*start_hnp)(struct usb_otg *otg); argument
Completed in 3 milliseconds