Symbol: do_wakeup
arch/x86/platform/intel/iosf_mbi.c
235
bool do_wakeup;
arch/x86/platform/intel/iosf_mbi.c
239
do_wakeup = iosf_mbi_pmic_punit_access_count == 0;
arch/x86/platform/intel/iosf_mbi.c
242
if (do_wakeup)
arch/x86/platform/intel/iosf_mbi.c
384
bool do_wakeup = false;
arch/x86/platform/intel/iosf_mbi.c
392
do_wakeup = true;
arch/x86/platform/intel/iosf_mbi.c
396
if (do_wakeup)
drivers/block/floppy.c
2000
.redo = do_wakeup,
drivers/md/raid5.c
331
bool do_wakeup = false;
drivers/md/raid5.c
352
do_wakeup = true;
drivers/md/raid5.c
359
if (do_wakeup) {
drivers/tty/hvc/hvc_console.c
483
hp->do_wakeup = 1;
drivers/tty/hvc/hvc_console.c
494
hp->do_wakeup = 1;
drivers/tty/hvc/hvc_console.c
743
if (hp->do_wakeup) {
drivers/tty/hvc/hvc_console.c
744
hp->do_wakeup = 0;
drivers/tty/hvc/hvc_console.h
39
int do_wakeup;
drivers/usb/cdns3/cdns3-gadget.c
3457
static int cdns3_gadget_suspend(struct cdns *cdns, bool do_wakeup)
drivers/usb/cdns3/cdnsp-gadget.c
2012
static int cdnsp_gadget_suspend(struct cdns *cdns, bool do_wakeup)
drivers/usb/cdns3/core.h
32
int (*suspend)(struct cdns *cdns, bool do_wakeup);
drivers/usb/core/hcd-pci.c
422
bool do_wakeup;
drivers/usb/core/hcd-pci.c
426
do_wakeup = true;
drivers/usb/core/hcd-pci.c
428
do_wakeup = false;
drivers/usb/core/hcd-pci.c
430
do_wakeup = device_may_wakeup(dev);
drivers/usb/core/hcd-pci.c
445
if (do_wakeup && HCD_WAKEUP_PENDING(hcd))
drivers/usb/core/hcd-pci.c
447
if (do_wakeup && hcd->shared_hcd &&
drivers/usb/core/hcd-pci.c
450
retval = hcd->driver->pci_suspend(hcd, do_wakeup);
drivers/usb/core/hcd-pci.c
454
if ((retval == 0 && do_wakeup && HCD_WAKEUP_PENDING(hcd)) ||
drivers/usb/core/hcd-pci.c
455
(retval == 0 && do_wakeup && hcd->shared_hcd &&
drivers/usb/fotg210/fotg210-hcd.h
595
#define fotg210_prepare_ports_for_controller_suspend(fotg210, do_wakeup) \
drivers/usb/fotg210/fotg210-hcd.h
596
fotg210_adjust_port_wakeup_flags(fotg210, true, do_wakeup)
drivers/usb/host/ehci-brcm.c
206
bool do_wakeup = device_may_wakeup(dev);
drivers/usb/host/ehci-brcm.c
208
ret = ehci_suspend(hcd, do_wakeup);
drivers/usb/host/ehci-exynos.c
240
bool do_wakeup = device_may_wakeup(dev);
drivers/usb/host/ehci-exynos.c
243
rc = ehci_suspend(hcd, do_wakeup);
drivers/usb/host/ehci-hcd.c
1133
int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup)
drivers/usb/host/ehci-hcd.c
1145
ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup);
drivers/usb/host/ehci-hcd.c
1157
if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) {
drivers/usb/host/ehci-hub.c
147
bool suspending, bool do_wakeup)
drivers/usb/host/ehci-hub.c
157
if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup)
drivers/usb/host/ehci-npcm7xx.c
32
bool do_wakeup = device_may_wakeup(dev);
drivers/usb/host/ehci-npcm7xx.c
34
return ehci_suspend(hcd, do_wakeup);
drivers/usb/host/ehci-platform.c
444
bool do_wakeup = device_may_wakeup(dev);
drivers/usb/host/ehci-platform.c
450
ret = ehci_suspend(hcd, do_wakeup);
drivers/usb/host/ehci-spear.c
38
bool do_wakeup = device_may_wakeup(dev);
drivers/usb/host/ehci-spear.c
40
return ehci_suspend(hcd, do_wakeup);
drivers/usb/host/ehci-st.c
277
bool do_wakeup = device_may_wakeup(dev);
drivers/usb/host/ehci-st.c
280
ret = ehci_suspend(hcd, do_wakeup);
drivers/usb/host/ehci.h
644
#define ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup) \
drivers/usb/host/ehci.h
645
ehci_adjust_port_wakeup_flags(ehci, true, do_wakeup)
drivers/usb/host/ehci.h
905
extern int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup);
drivers/usb/host/ehci.h
908
bool suspending, bool do_wakeup);
drivers/usb/host/ohci-da8xx.c
469
bool do_wakeup = device_may_wakeup(&pdev->dev);
drivers/usb/host/ohci-da8xx.c
477
ret = ohci_suspend(hcd, do_wakeup);
drivers/usb/host/ohci-exynos.c
215
bool do_wakeup = device_may_wakeup(dev);
drivers/usb/host/ohci-exynos.c
216
int rc = ohci_suspend(hcd, do_wakeup);
drivers/usb/host/ohci-hcd.c
1105
int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup)
drivers/usb/host/ohci-hcd.c
1124
if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) {
drivers/usb/host/ohci-omap.c
354
bool do_wakeup = device_may_wakeup(&pdev->dev);
drivers/usb/host/ohci-omap.c
361
ret = ohci_suspend(hcd, do_wakeup);
drivers/usb/host/ohci-platform.c
274
bool do_wakeup = device_may_wakeup(dev);
drivers/usb/host/ohci-platform.c
277
ret = ohci_suspend(hcd, do_wakeup);
drivers/usb/host/ohci-pxa27x.c
525
bool do_wakeup = device_may_wakeup(dev);
drivers/usb/host/ohci-pxa27x.c
533
ret = ohci_suspend(hcd, do_wakeup);
drivers/usb/host/ohci-s3c2410.c
418
bool do_wakeup = device_may_wakeup(dev);
drivers/usb/host/ohci-s3c2410.c
421
rc = ohci_suspend(hcd, do_wakeup);
drivers/usb/host/ohci-sm501.c
214
bool do_wakeup = device_may_wakeup(dev);
drivers/usb/host/ohci-sm501.c
221
ret = ohci_suspend(hcd, do_wakeup);
drivers/usb/host/ohci-spear.c
118
bool do_wakeup = device_may_wakeup(&pdev->dev);
drivers/usb/host/ohci-spear.c
125
ret = ohci_suspend(hcd, do_wakeup);
drivers/usb/host/ohci-st.c
259
bool do_wakeup = device_may_wakeup(dev);
drivers/usb/host/ohci-st.c
262
ret = ohci_suspend(hcd, do_wakeup);
drivers/usb/host/ohci.h
739
extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
drivers/usb/host/uhci-pci.c
174
static int uhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup)
drivers/usb/host/uhci-pci.c
193
if (do_wakeup) {
drivers/usb/host/uhci-pci.c
206
if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) {
drivers/usb/host/xhci-pci.c
800
static int xhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup)
drivers/usb/host/xhci-pci.c
829
ret = xhci_suspend(xhci, do_wakeup);
drivers/usb/host/xhci-pci.c
879
static int xhci_pci_poweroff_late(struct usb_hcd *hcd, bool do_wakeup)
drivers/usb/host/xhci-pci.c
916
if (udev->do_remote_wakeup && do_wakeup)
drivers/usb/host/xhci.c
897
bool do_wakeup)
drivers/usb/host/xhci.c
911
if (!do_wakeup)
drivers/usb/host/xhci.c
968
int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup)
drivers/usb/host/xhci.c
984
xhci_disable_hub_port_wake(xhci, &xhci->usb3_rhub, do_wakeup);
drivers/usb/host/xhci.c
985
xhci_disable_hub_port_wake(xhci, &xhci->usb2_rhub, do_wakeup);
drivers/usb/host/xhci.h
1894
int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup);
fs/nfsd/nfs4state.c
6730
bool do_wakeup = false;
fs/nfsd/nfs4state.c
6751
do_wakeup = true;
fs/nfsd/nfs4state.c
6756
if (do_wakeup)
include/linux/usb/hcd.h
265
int (*pci_suspend)(struct usb_hcd *hcd, bool do_wakeup);
include/linux/usb/hcd.h
271
int (*pci_poweroff_late)(struct usb_hcd *hcd, bool do_wakeup);