Searched refs:set_host (Results 1 – 1 of 1) sorted by relevance
28 int (*set_host)(struct usb_otg *otg, struct usb_bus *host); member86 if (otg && otg->set_host) in otg_set_host()87 return otg->set_host(otg, host); in otg_set_host()