Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/core/
Dhcd-pci.c437 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) in suspend_common()
440 HCD_WAKEUP_PENDING(hcd->shared_hcd)) in suspend_common()
446 if ((retval == 0 && do_wakeup && HCD_WAKEUP_PENDING(hcd)) || in suspend_common()
448 HCD_WAKEUP_PENDING(hcd->shared_hcd))) { in suspend_common()
/linux-6.1.9/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-6.1.9/include/linux/usb/
Dhcd.h122 #define HCD_WAKEUP_PENDING(hcd) ((hcd)->flags & (1U << HCD_FLAG_WAKEUP_PENDING)) macro