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