Searched refs:otg (Results 1 – 4 of 4) sorted by relevance
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()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 …]
179 struct usb_otg *otg; member
96 struct usb_otg *otg; member
24 u8 otg; /* port number, 1-based: usb1 == 2 */ member
Completed in 9 milliseconds