Searched refs:get_resuming_ports (Results 1 – 4 of 4) sorted by relevance
318 unsigned long (*get_resuming_ports)(struct usb_hcd *); member
1282 .get_resuming_ports = ehci_get_resuming_ports,
5325 .get_resuming_ports = xhci_get_resuming_ports,
3932 if (hcd->driver->get_resuming_ports) { in report_wakeup_requests()3942 resuming_ports = hcd->driver->get_resuming_ports(hcd); in report_wakeup_requests()