Home
last modified time | relevance | path

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

/include/linux/usb/
A Dotg.h64 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()
76 if (otg && otg->set_vbus) in otg_set_vbus()
77 return otg->set_vbus(otg, enabled); in otg_set_vbus()
86 if (otg && otg->set_host) in otg_set_host()
87 return otg->set_host(otg, host); in otg_set_host()
98 if (otg && otg->set_peripheral) in otg_set_peripheral()
99 return otg->set_peripheral(otg, periph); in otg_set_peripheral()
107 if (otg && otg->start_srp) in otg_start_srp()
[all …]
A Dotg-fsm.h179 struct usb_otg *otg; member
A Dphy.h96 struct usb_otg *otg; member
/include/linux/platform_data/
A Dusb-omap1.h24 u8 otg; /* port number, 1-based: usb1 == 2 */ member

Completed in 9 milliseconds