Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/usb/
Dhcd.h318 unsigned long (*get_resuming_ports)(struct usb_hcd *); member
/Linux-v6.6/drivers/usb/host/
Dehci-hcd.c1282 .get_resuming_ports = ehci_get_resuming_ports,
Dxhci.c5317 .get_resuming_ports = xhci_get_resuming_ports,
/Linux-v6.6/drivers/usb/core/
Dhub.c3923 if (hcd->driver->get_resuming_ports) { in report_wakeup_requests()
3933 resuming_ports = hcd->driver->get_resuming_ports(hcd); in report_wakeup_requests()