Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dgadget.h609 int usb_gadget_wakeup(struct usb_gadget *gadget);
624 static inline int usb_gadget_wakeup(struct usb_gadget *gadget) in usb_gadget_wakeup() function
/openbmc/u-boot/include/linux/usb/
H A Dgadget.h594 static inline int usb_gadget_wakeup(struct usb_gadget *gadget) in usb_gadget_wakeup() function
/openbmc/linux/drivers/usb/gadget/udc/
H A Dcore.c510 int usb_gadget_wakeup(struct usb_gadget *gadget) in usb_gadget_wakeup() function
526 EXPORT_SYMBOL_GPL(usb_gadget_wakeup);
1720 usb_gadget_wakeup(udc->gadget); in srp_store()
H A Dtrace.h89 DEFINE_EVENT(udc_log_gadget, usb_gadget_wakeup,
/openbmc/linux/drivers/usb/gadget/legacy/
H A Dzero.c169 int status = usb_gadget_wakeup(g); in zero_autoresume()
/openbmc/linux/drivers/usb/gadget/function/
H A Du_ether.c449 ret = usb_gadget_wakeup(gadget); in ether_wakeup_host()
/openbmc/linux/Documentation/driver-api/usb/
H A Dgadget.rst301 Also, SRP changes the semantics of ``usb_gadget_wakeup`` slightly.