Home
last modified time | relevance | path

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

/include/linux/usb/
Dotg.h29 int (*set_host)(struct usb_otg *otg, struct usb_bus *host); member
88 if (otg && otg->set_host) in otg_set_host()
89 return otg->set_host(otg, host); in otg_set_host()