Home
last modified time | relevance | path

Searched refs:otg (Results 1 – 6 of 6) sorted by relevance

/include/linux/usb/
Dotg.h28 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() argument
66 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() argument
76 if (otg && otg->set_vbus) in otg_set_vbus()
[all …]
Dotg-fsm.h192 struct usb_otg *otg; member
Dphy.h96 struct usb_otg *otg; member
/include/linux/platform_data/
Dusb-ehci-mxc.h10 struct usb_phy *otg; member
Dusb-omap1.h24 u8 otg; /* port number, 1-based: usb1 == 2 */ member
/include/
DKbuild716 header-test- += linux/usb/otg-fsm.h