Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/legacy/
H A Dzero.c180 status = usb_func_wakeup(func_lb); in zero_autoresume()
182 status = usb_func_wakeup(func_ss); in zero_autoresume()
/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.c448 ret = usb_func_wakeup(func); in ether_wakeup_host()
H A Du_serial.c597 return usb_func_wakeup(func); in gserial_wakeup_host()