Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/core/
Dhcd-pci.c442 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) in suspend_common()
445 HCD_WAKEUP_PENDING(hcd->shared_hcd)) in suspend_common()
451 if ((retval == 0 && do_wakeup && HCD_WAKEUP_PENDING(hcd)) || in suspend_common()
453 HCD_WAKEUP_PENDING(hcd->shared_hcd))) { in suspend_common()
/linux-5.19.10/drivers/usb/host/
Duhci-pci.c204 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in uhci_pci_suspend()
Dehci-hcd.c1154 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in ehci_suspend()
Dohci-hcd.c1115 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in ohci_suspend()
/linux-5.19.10/include/linux/usb/
Dhcd.h136 #define HCD_WAKEUP_PENDING(hcd) ((hcd)->flags & (1U << HCD_FLAG_WAKEUP_PENDING)) macro