Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhcd-pci.c422 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()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H 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()
H A Dehci-npcm7xx.c43 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 Dehci-spear.c40 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 Dohci-spear.c122 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 Dehci.h641 #define ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup) \ argument
642 ehci_adjust_port_wakeup_flags(ehci, true, do_wakeup)
893 extern int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup);
896 bool suspending, bool do_wakeup);
H 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()
H A Dehci-brcm.c204 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 Dohci-exynos.c244 bool do_wakeup = device_may_wakeup(dev); in exynos_ohci_suspend() local
245 int rc = ohci_suspend(hcd, do_wakeup); in exynos_ohci_suspend()
H A Dohci-st.c269 bool do_wakeup = device_may_wakeup(dev); in st_ohci_suspend() local
272 ret = ohci_suspend(hcd, do_wakeup); in st_ohci_suspend()
H A Dehci-exynos.c276 bool do_wakeup = device_may_wakeup(dev); in exynos_ehci_suspend() local
279 rc = ehci_suspend(hcd, do_wakeup); in exynos_ehci_suspend()
H A Dohci-s3c2410.c415 bool do_wakeup = device_may_wakeup(dev); in ohci_hcd_s3c2410_drv_suspend() local
418 rc = ohci_suspend(hcd, do_wakeup); in ohci_hcd_s3c2410_drv_suspend()
H A Dohci-platform.c276 bool do_wakeup = device_may_wakeup(dev); in ohci_platform_suspend() local
279 ret = ohci_suspend(hcd, do_wakeup); in ohci_platform_suspend()
H A Dehci-st.c287 bool do_wakeup = device_may_wakeup(dev); in st_ehci_suspend() local
290 ret = ehci_suspend(hcd, do_wakeup); in st_ehci_suspend()
H A Dohci-omap.c438 bool do_wakeup = device_may_wakeup(&pdev->dev); in ohci_omap_suspend() local
445 ret = ohci_suspend(hcd, do_wakeup); in ohci_omap_suspend()
H A Dfotg210.h597 #define fotg210_prepare_ports_for_controller_suspend(fotg210, do_wakeup) \ argument
598 fotg210_adjust_port_wakeup_flags(fotg210, true, do_wakeup)
H 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()
H A Dohci-pxa27x.c544 bool do_wakeup = device_may_wakeup(dev); in ohci_hcd_pxa27x_drv_suspend() local
552 ret = ohci_suspend(hcd, do_wakeup); in ohci_hcd_pxa27x_drv_suspend()
H A Dehci-platform.c510 bool do_wakeup = device_may_wakeup(dev); in ehci_platform_suspend() local
516 ret = ehci_suspend(hcd, do_wakeup); in ehci_platform_suspend()
H A Dehci-hcd.c1118 int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ehci_suspend() argument
1130 ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup); in ehci_suspend()
1142 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in ehci_suspend()
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dcore.h40 int (*suspend)(struct cdns3 *cdns, bool do_wakeup);
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
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()
H A Dhvc_console.h39 int do_wakeup; member
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dcore.h32 int (*suspend)(struct cdns3 *cdns, bool do_wakeup);

12