Home
last modified time | relevance | path

Searched refs:do_wakeup (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.3-rc2/arch/x86/platform/intel/
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-6.3-rc2/drivers/usb/host/
A Duhci-pci.c172 static int uhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) in uhci_pci_suspend() argument
191 if (do_wakeup) { in uhci_pci_suspend()
204 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in uhci_pci_suspend()
A Dehci-npcm7xx.c32 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()
A Dehci-spear.c38 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()
A Dohci-spear.c121 bool do_wakeup = device_may_wakeup(&pdev->dev); in spear_ohci_hcd_drv_suspend() local
128 ret = ohci_suspend(hcd, do_wakeup); in spear_ohci_hcd_drv_suspend()
A Dehci.h637 #define ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup) \ argument
638 ehci_adjust_port_wakeup_flags(ehci, true, do_wakeup)
889 extern int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup);
892 bool suspending, bool do_wakeup);
A Dohci-sm501.c217 bool do_wakeup = device_may_wakeup(dev); in ohci_sm501_suspend() local
224 ret = ohci_suspend(hcd, do_wakeup); in ohci_sm501_suspend()
A Dehci-brcm.c207 bool do_wakeup = device_may_wakeup(dev); in ehci_brcm_suspend() local
209 ret = ehci_suspend(hcd, do_wakeup); in ehci_brcm_suspend()
A Dohci-exynos.c232 bool do_wakeup = device_may_wakeup(dev); in exynos_ohci_suspend() local
233 int rc = ohci_suspend(hcd, do_wakeup); in exynos_ohci_suspend()
A Dehci-exynos.c257 bool do_wakeup = device_may_wakeup(dev); in exynos_ehci_suspend() local
260 rc = ehci_suspend(hcd, do_wakeup); in exynos_ehci_suspend()
A Dohci-st.c267 bool do_wakeup = device_may_wakeup(dev); in st_ohci_suspend() local
270 ret = ohci_suspend(hcd, do_wakeup); in st_ohci_suspend()
A Dxhci-pci.c602 static int xhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) in xhci_pci_suspend() argument
624 ret = xhci_suspend(xhci, do_wakeup); in xhci_pci_suspend()
670 static int xhci_pci_poweroff_late(struct usb_hcd *hcd, bool do_wakeup) in xhci_pci_poweroff_late() argument
709 if (udev->do_remote_wakeup && do_wakeup) in xhci_pci_poweroff_late()
A Dohci-omap.c355 bool do_wakeup = device_may_wakeup(&pdev->dev); in ohci_omap_suspend() local
362 ret = ohci_suspend(hcd, do_wakeup); in ohci_omap_suspend()
A Dohci-platform.c277 bool do_wakeup = device_may_wakeup(dev); in ohci_platform_suspend() local
280 ret = ohci_suspend(hcd, do_wakeup); in ohci_platform_suspend()
A Dohci-s3c2410.c419 bool do_wakeup = device_may_wakeup(dev); in ohci_hcd_s3c2410_drv_suspend() local
422 rc = ohci_suspend(hcd, do_wakeup); in ohci_hcd_s3c2410_drv_suspend()
A Dehci-st.c285 bool do_wakeup = device_may_wakeup(dev); in st_ehci_suspend() local
288 ret = ehci_suspend(hcd, do_wakeup); in st_ehci_suspend()
A Dehci-platform.c437 bool do_wakeup = device_may_wakeup(dev); in ehci_platform_suspend() local
443 ret = ehci_suspend(hcd, do_wakeup); in ehci_platform_suspend()
A Dohci-da8xx.c488 bool do_wakeup = device_may_wakeup(&pdev->dev); in ohci_da8xx_suspend() local
496 ret = ohci_suspend(hcd, do_wakeup); in ohci_da8xx_suspend()
A Dohci-pxa27x.c533 bool do_wakeup = device_may_wakeup(dev); in ohci_hcd_pxa27x_drv_suspend() local
541 ret = ohci_suspend(hcd, do_wakeup); in ohci_hcd_pxa27x_drv_suspend()
/linux-6.3-rc2/drivers/usb/core/
A Dhcd-pci.c418 static int suspend_common(struct device *dev, bool do_wakeup) in suspend_common() argument
437 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) in suspend_common()
439 if (do_wakeup && hcd->shared_hcd && in suspend_common()
442 retval = hcd->driver->pci_suspend(hcd, do_wakeup); in suspend_common()
446 if ((retval == 0 && do_wakeup && HCD_WAKEUP_PENDING(hcd)) || in suspend_common()
447 (retval == 0 && do_wakeup && hcd->shared_hcd && in suspend_common()
/linux-6.3-rc2/drivers/tty/hvc/
A Dhvc_console.h39 int do_wakeup; member
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-6.3-rc2/drivers/usb/cdns3/
A Dcore.h32 int (*suspend)(struct cdns *cdns, bool do_wakeup);
/linux-6.3-rc2/drivers/usb/fotg210/
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)
/linux-6.3-rc2/include/linux/usb/
A Dhcd.h267 int (*pci_suspend)(struct usb_hcd *hcd, bool do_wakeup);
273 int (*pci_poweroff_late)(struct usb_hcd *hcd, bool do_wakeup);

Completed in 48 milliseconds

12