Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dgadget.h641 int usb_gadget_wakeup(struct usb_gadget *gadget);
656 static inline int usb_gadget_wakeup(struct usb_gadget *gadget) in usb_gadget_wakeup() function
/linux/drivers/usb/gadget/legacy/
H A Dzero.c184 status = usb_gadget_wakeup(g); in zero_autoresume()
/linux/drivers/usb/gadget/udc/
H A Dcore.c513 int usb_gadget_wakeup(struct usb_gadget *gadget) in usb_gadget_wakeup() function
529 EXPORT_SYMBOL_GPL(usb_gadget_wakeup);
1764 usb_gadget_wakeup(udc->gadget); in srp_store()
/linux/drivers/usb/gadget/function/
H A Du_ether.c449 ret = usb_gadget_wakeup(gadget); in ether_wakeup_host()
H A Du_serial.c599 return usb_gadget_wakeup(gadget); in gserial_wakeup_host()
/linux/Documentation/driver-api/usb/
H A Dgadget.rst301 Also, SRP changes the semantics of ``usb_gadget_wakeup`` slightly.