Home
last modified time | relevance | path

Searched refs:do_wakeup (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/usb/core/
H A Dhcd-pci.c422 bool do_wakeup; in suspend_common() local
426 do_wakeup = true; in suspend_common()
428 do_wakeup = false; in suspend_common()
430 do_wakeup = device_may_wakeup(dev); in suspend_common()
445 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) in suspend_common()
447 if (do_wakeup && hcd->shared_hcd && in suspend_common()
450 retval = hcd->driver->pci_suspend(hcd, do_wakeup); in suspend_common()
454 if ((retval == 0 && do_wakeup && HCD_WAKEUP_PENDING(hcd)) || in suspend_common()
455 (retval == 0 && do_wakeup && hcd->shared_hcd && in suspend_common()
/linux/arch/x86/platform/intel/
H A Diosf_mbi.c235 bool do_wakeup; in iosf_mbi_punit_release() local
239 do_wakeup = iosf_mbi_pmic_punit_access_count == 0; in iosf_mbi_punit_release()
242 if (do_wakeup) in iosf_mbi_punit_release()
384 bool do_wakeup = false; in iosf_mbi_unblock_punit_i2c_access() local
392 do_wakeup = true; in iosf_mbi_unblock_punit_i2c_access()
396 if (do_wakeup) in iosf_mbi_unblock_punit_i2c_access()
/linux/drivers/usb/host/
H A Duhci-pci.c174 static int uhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) in uhci_pci_suspend() argument
193 if (do_wakeup) { in uhci_pci_suspend()
206 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in uhci_pci_suspend()
H A Dohci-spear.c118 bool do_wakeup = device_may_wakeup(&pdev->dev); in spear_ohci_hcd_drv_suspend() local
125 ret = ohci_suspend(hcd, do_wakeup); in spear_ohci_hcd_drv_suspend()
H A Dohci-platform.c274 bool do_wakeup = device_may_wakeup(dev); in ohci_platform_suspend() local
277 ret = ohci_suspend(hcd, do_wakeup); in ohci_platform_suspend()
H A Dxhci-pci.c800 static int xhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) in xhci_pci_suspend() argument
829 ret = xhci_suspend(xhci, do_wakeup); in xhci_pci_suspend()
879 static int xhci_pci_poweroff_late(struct usb_hcd *hcd, bool do_wakeup) in xhci_pci_poweroff_late() argument
916 if (udev->do_remote_wakeup && do_wakeup) in xhci_pci_poweroff_late()
H A Dohci-da8xx.c469 bool do_wakeup = device_may_wakeup(&pdev->dev); in ohci_da8xx_suspend() local
477 ret = ohci_suspend(hcd, do_wakeup); in ohci_da8xx_suspend()
H A Dehci-platform.c444 bool do_wakeup = device_may_wakeup(dev); in ehci_platform_suspend() local
450 ret = ehci_suspend(hcd, do_wakeup); in ehci_platform_suspend()
H A Dehci-hub.c147 bool suspending, bool do_wakeup) in ehci_adjust_port_wakeup_flags() argument
157 if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup) in ehci_adjust_port_wakeup_flags()
H A Dohci-hcd.c1105 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ohci_suspend() argument
1124 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in ohci_suspend()
H A Dohci.h739 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
H A Dxhci.c897 bool do_wakeup) in xhci_disable_hub_port_wake() argument
911 if (!do_wakeup) in xhci_disable_hub_port_wake()
968 int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup) in xhci_suspend() argument
984 xhci_disable_hub_port_wake(xhci, &xhci->usb3_rhub, do_wakeup); in xhci_suspend()
985 xhci_disable_hub_port_wake(xhci, &xhci->usb2_rhub, do_wakeup); in xhci_suspend()
H A Dxhci.h1894 int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup);
/linux/drivers/tty/hvc/
H A Dhvc_console.c483 hp->do_wakeup = 1; in hvc_push()
494 hp->do_wakeup = 1; in hvc_push()
743 if (hp->do_wakeup) { in __hvc_poll()
744 hp->do_wakeup = 0; in __hvc_poll()
H A Dhvc_console.h39 int do_wakeup; member
/linux/drivers/usb/cdns3/
H A Dcore.h32 int (*suspend)(struct cdns *cdns, bool do_wakeup);
H A Dcdnsp-gadget.c2012 static int cdnsp_gadget_suspend(struct cdns *cdns, bool do_wakeup) in cdnsp_gadget_suspend() argument
H A Dcdns3-gadget.c3453 static int cdns3_gadget_suspend(struct cdns *cdns, bool do_wakeup) in cdns3_gadget_suspend() argument
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h595 #define fotg210_prepare_ports_for_controller_suspend(fotg210, do_wakeup) \ argument
596 fotg210_adjust_port_wakeup_flags(fotg210, true, do_wakeup)
/linux/include/linux/usb/
H A Dhcd.h265 int (*pci_suspend)(struct usb_hcd *hcd, bool do_wakeup);
271 int (*pci_poweroff_late)(struct usb_hcd *hcd, bool do_wakeup);
/linux/fs/nfsd/
H A Dnfs4state.c6677 bool do_wakeup = false; in nfsd4_ssc_expire_umount() local
6698 do_wakeup = true; in nfsd4_ssc_expire_umount()
6703 if (do_wakeup) in nfsd4_ssc_expire_umount()