Searched refs:do_wakeup (Results 1 – 14 of 14) sorted by relevance
| /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 | ehci-brcm.c | 206 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 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 | 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 | ohci.h | 739 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
|
| 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()
|
| /linux/drivers/tty/hvc/ |
| H A D | hvc_console.h | 39 int do_wakeup; member
|
| 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()
|
| /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)
|