Home
last modified time | relevance | path

Searched refs:get_resuming_ports (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dhcd.h336 unsigned long (*get_resuming_ports)(struct usb_hcd *); member
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-hcd.c1263 .get_resuming_ports = ehci_get_resuming_ports,
H A Dxhci.c5421 .get_resuming_ports = xhci_get_resuming_ports,
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhub.c3791 if (hcd->driver->get_resuming_ports) { in report_wakeup_requests()
3801 resuming_ports = hcd->driver->get_resuming_ports(hcd); in report_wakeup_requests()