Home
last modified time | relevance | path

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

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