Searched refs:otg (Results 1 – 6 of 6) sorted by relevance
28 int (*set_host)(struct usb_otg *otg, struct usb_bus *host);31 int (*set_peripheral)(struct usb_otg *otg,35 int (*set_vbus)(struct usb_otg *otg, bool enabled);38 int (*start_srp)(struct usb_otg *otg);41 int (*start_hnp)(struct usb_otg *otg);64 otg_start_hnp(struct usb_otg *otg) in otg_start_hnp() argument66 if (otg && otg->start_hnp) in otg_start_hnp()67 return otg->start_hnp(otg); in otg_start_hnp()74 otg_set_vbus(struct usb_otg *otg, bool enabled) in otg_set_vbus() argument76 if (otg && otg->set_vbus) in otg_set_vbus()[all …]
192 struct usb_otg *otg; member
96 struct usb_otg *otg; member
10 struct usb_phy *otg; member
24 u8 otg; /* port number, 1-based: usb1 == 2 */ member
716 header-test- += linux/usb/otg-fsm.h