/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hcd-pci.c | 422 bool do_wakeup; in suspend_common() local 425 do_wakeup = PMSG_IS_AUTO(msg) ? true : device_may_wakeup(dev); in suspend_common() 440 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) in suspend_common() 442 if (do_wakeup && hcd->shared_hcd && in suspend_common() 445 retval = hcd->driver->pci_suspend(hcd, do_wakeup); in suspend_common() 449 if ((retval == 0 && do_wakeup && HCD_WAKEUP_PENDING(hcd)) || in suspend_common() 450 (retval == 0 && do_wakeup && hcd->shared_hcd && in suspend_common()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hcd-pci.c | 422 static int suspend_common(struct device *dev, bool do_wakeup) in suspend_common() argument 441 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) in suspend_common() 443 if (do_wakeup && hcd->shared_hcd && in suspend_common() 446 retval = hcd->driver->pci_suspend(hcd, do_wakeup); in suspend_common() 450 if ((retval == 0 && do_wakeup && HCD_WAKEUP_PENDING(hcd)) || in suspend_common() 451 (retval == 0 && do_wakeup && hcd->shared_hcd && in suspend_common()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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 | ehci-spear.c | 40 bool do_wakeup = device_may_wakeup(dev); in ehci_spear_drv_suspend() local 42 return ehci_suspend(hcd, do_wakeup); in ehci_spear_drv_suspend()
|
H A D | ohci-spear.c | 122 bool do_wakeup = device_may_wakeup(&pdev->dev); in spear_ohci_hcd_drv_suspend() local 129 ret = ohci_suspend(hcd, do_wakeup); in spear_ohci_hcd_drv_suspend()
|
H A D | ehci-npcm7xx.c | 43 bool do_wakeup = device_may_wakeup(dev); in ehci_npcm7xx_drv_suspend() local 45 return ehci_suspend(hcd, do_wakeup); in ehci_npcm7xx_drv_suspend()
|
H A D | ehci.h | 635 #define ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup) \ 636 ehci_adjust_port_wakeup_flags(ehci, true, do_wakeup) 887 extern int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup); 890 bool suspending, bool do_wakeup);
|
H A D | ohci-sm501.c | 217 bool do_wakeup = device_may_wakeup(dev); in ohci_sm501_suspend() local 224 ret = ohci_suspend(hcd, do_wakeup); in ohci_sm501_suspend()
|
H A D | ehci-brcm.c | 204 bool do_wakeup = device_may_wakeup(dev); in ehci_brcm_suspend() local 206 ret = ehci_suspend(hcd, do_wakeup); in ehci_brcm_suspend()
|
H A D | ohci-platform.c | 276 bool do_wakeup = device_may_wakeup(dev); in ohci_platform_suspend() local 279 ret = ohci_suspend(hcd, do_wakeup); in ohci_platform_suspend()
|
/kernel/linux/linux-6.6/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 | ehci-npcm7xx.c | 32 bool do_wakeup = device_may_wakeup(dev); in ehci_npcm7xx_drv_suspend() local 34 return ehci_suspend(hcd, do_wakeup); in ehci_npcm7xx_drv_suspend()
|
H A D | ehci-spear.c | 38 bool do_wakeup = device_may_wakeup(dev); in ehci_spear_drv_suspend() local 40 return ehci_suspend(hcd, do_wakeup); in ehci_spear_drv_suspend()
|
H A D | ohci-spear.c | 119 bool do_wakeup = device_may_wakeup(&pdev->dev); in spear_ohci_hcd_drv_suspend() local 126 ret = ohci_suspend(hcd, do_wakeup); in spear_ohci_hcd_drv_suspend()
|
H A D | ehci.h | 638 #define ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup) \ 639 ehci_adjust_port_wakeup_flags(ehci, true, do_wakeup) 899 extern int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup); 902 bool suspending, bool do_wakeup);
|
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-sm501.c | 214 bool do_wakeup = device_may_wakeup(dev); in ohci_sm501_suspend() local 221 ret = ohci_suspend(hcd, do_wakeup); in ohci_sm501_suspend()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | core.h | 32 int (*suspend)(struct cdns3 *cdns, bool do_wakeup);
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | core.h | 32 int (*suspend)(struct cdns *cdns, bool do_wakeup);
|