Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/usb/
Dotg.h28 int (*set_host)(struct usb_otg *otg, struct usb_bus *host); member
86 if (otg && otg->set_host) in otg_set_host()
87 return otg->set_host(otg, host); in otg_set_host()