Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dcomposite.h257 int usb_func_wakeup(struct usb_function *func);
/linux/drivers/usb/gadget/
H A Dcomposite.c503 int usb_func_wakeup(struct usb_function *func) in usb_func_wakeup() function
527 EXPORT_SYMBOL_GPL(usb_func_wakeup);
/linux/drivers/usb/gadget/function/
H A Du_ether.c447 ret = usb_func_wakeup(func); in ether_wakeup_host()