Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/core/
Dhcd-pci.c460 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) in suspend_common()
463 HCD_WAKEUP_PENDING(hcd->shared_hcd)) in suspend_common()
469 if ((retval == 0 && do_wakeup && HCD_WAKEUP_PENDING(hcd)) || in suspend_common()
471 HCD_WAKEUP_PENDING(hcd->shared_hcd))) { in suspend_common()
/linux-4.1.27/drivers/usb/host/
Duhci-pci.c199 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in uhci_pci_suspend()
Dehci-hcd.c1103 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in ehci_suspend()
Dohci-hcd.c1085 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in ohci_suspend()
/linux-4.1.27/include/linux/usb/
Dhcd.h130 #define HCD_WAKEUP_PENDING(hcd) ((hcd)->flags & (1U << HCD_FLAG_WAKEUP_PENDING)) macro