Home
last modified time | relevance | path

Searched refs:do_wakeup (Results 1 – 14 of 14) 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 Dehci-brcm.c206 bool do_wakeup = device_may_wakeup(dev); in ehci_brcm_suspend() local
208 ret = ehci_suspend(hcd, do_wakeup); in ehci_brcm_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 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 Dohci.h739 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
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()
/linux/drivers/tty/hvc/
H A Dhvc_console.h39 int do_wakeup; member
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()
/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)