Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dcore.c111 if (bus->ops->wakeup_endpoint) { in usb_wakeup()
112 bus->ops->wakeup_endpoint(bus, ep, stream); in usb_wakeup()
H A Dhcd-ehci.c2406 .wakeup_endpoint = ehci_wakeup_endpoint,
2409 .wakeup_endpoint = ehci_wakeup_endpoint,
H A Dhcd-dwc2.c1218 .wakeup_endpoint = dwc2_wakeup_endpoint,
H A Dhcd-xhci.c3312 .wakeup_endpoint = xhci_wakeup_endpoint,
/openbmc/qemu/include/hw/
H A Dusb.h495 void (*wakeup_endpoint)(USBBus *bus, USBEndpoint *ep, unsigned int stream); member