| /linux/drivers/usb/core/ |
| H A D | hcd-pci.c | 422 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 D | iosf_mbi.c | 235 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 D | uhci-pci.c | 174 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 D | ohci-spear.c | 118 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 D | ohci-platform.c | 274 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 D | xhci-pci.c | 800 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 D | ohci-da8xx.c | 469 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 D | ehci-platform.c | 444 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 D | ehci-hub.c | 147 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 D | ohci-hcd.c | 1105 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 D | ohci.h | 739 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
|
| H A D | xhci.c | 897 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 D | xhci.h | 1894 int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup);
|
| /linux/drivers/tty/hvc/ |
| H A D | hvc_console.c | 483 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 D | hvc_console.h | 39 int do_wakeup; member
|
| /linux/drivers/usb/cdns3/ |
| H A D | core.h | 32 int (*suspend)(struct cdns *cdns, bool do_wakeup);
|
| H A D | cdnsp-gadget.c | 2012 static int cdnsp_gadget_suspend(struct cdns *cdns, bool do_wakeup) in cdnsp_gadget_suspend() argument
|
| H A D | cdns3-gadget.c | 3453 static int cdns3_gadget_suspend(struct cdns *cdns, bool do_wakeup) in cdns3_gadget_suspend() argument
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.h | 595 #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 D | hcd.h | 265 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 D | nfs4state.c | 6677 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()
|