Searched refs:usb_otg (Results 1 – 3 of 3) sorted by relevance
16 struct usb_otg { struct28 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); argument64 otg_start_hnp(struct usb_otg *otg) in otg_start_hnp()74 otg_set_vbus(struct usb_otg *otg, bool enabled) in otg_set_vbus()84 otg_set_host(struct usb_otg *otg, struct usb_bus *host) in otg_set_host()96 otg_set_peripheral(struct usb_otg *otg, struct usb_gadget *periph) in otg_set_peripheral()[all …]
67 struct usb_otg;96 struct usb_otg *otg;
179 struct usb_otg *otg;
Completed in 8 milliseconds