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

12

/linux-master/arch/x86/platform/intel/
H A Diosf_mbi.c235 bool do_wakeup; local
239 do_wakeup = iosf_mbi_pmic_punit_access_count == 0;
242 if (do_wakeup)
384 bool do_wakeup = false; local
392 do_wakeup = true;
396 if (do_wakeup)
/linux-master/drivers/usb/host/
H A Dehci-npcm7xx.c32 bool do_wakeup = device_may_wakeup(dev); local
34 return ehci_suspend(hcd, do_wakeup);
H A Dehci-spear.c38 bool do_wakeup = device_may_wakeup(dev); local
40 return ehci_suspend(hcd, do_wakeup);
H A Dohci-spear.c119 bool do_wakeup = device_may_wakeup(&pdev->dev); local
126 ret = ohci_suspend(hcd, do_wakeup);
H A Duhci-pci.c174 static int uhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) argument
193 if (do_wakeup) {
206 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) {
H A Dohci-sm501.c214 bool do_wakeup = device_may_wakeup(dev); local
221 ret = ohci_suspend(hcd, do_wakeup);
H A Dehci-brcm.c206 bool do_wakeup = device_may_wakeup(dev); local
208 ret = ehci_suspend(hcd, do_wakeup);
H A Dohci-exynos.c220 bool do_wakeup = device_may_wakeup(dev); local
221 int rc = ohci_suspend(hcd, do_wakeup);
H A Dehci-exynos.c245 bool do_wakeup = device_may_wakeup(dev); local
248 rc = ehci_suspend(hcd, do_wakeup);
H A Dehci.h644 #define ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup) \
645 ehci_adjust_port_wakeup_flags(ehci, true, do_wakeup)
905 extern int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup);
908 bool suspending, bool do_wakeup);
H A Dohci-s3c2410.c418 bool do_wakeup = device_may_wakeup(dev); local
421 rc = ohci_suspend(hcd, do_wakeup);
H A Dohci-omap.c354 bool do_wakeup = device_may_wakeup(&pdev->dev); local
361 ret = ohci_suspend(hcd, do_wakeup);
H A Dehci-st.c277 bool do_wakeup = device_may_wakeup(dev); local
280 ret = ehci_suspend(hcd, do_wakeup);
H A Dohci-st.c259 bool do_wakeup = device_may_wakeup(dev); local
262 ret = ohci_suspend(hcd, do_wakeup);
H A Dohci-platform.c274 bool do_wakeup = device_may_wakeup(dev); local
277 ret = ohci_suspend(hcd, do_wakeup);
H A Dehci-platform.c434 bool do_wakeup = device_may_wakeup(dev); local
440 ret = ehci_suspend(hcd, do_wakeup);
H A Dohci-da8xx.c486 bool do_wakeup = device_may_wakeup(&pdev->dev); local
494 ret = ohci_suspend(hcd, do_wakeup);
H A Dohci-pxa27x.c525 bool do_wakeup = device_may_wakeup(dev); local
533 ret = ohci_suspend(hcd, do_wakeup);
H A Dxhci-pci.c733 static int xhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) argument
762 ret = xhci_suspend(xhci, do_wakeup);
812 static int xhci_pci_poweroff_late(struct usb_hcd *hcd, bool do_wakeup) argument
849 if (udev->do_remote_wakeup && do_wakeup)
/linux-master/drivers/usb/core/
H A Dhcd-pci.c422 bool do_wakeup; local
425 do_wakeup = PMSG_IS_AUTO(msg) ? true : device_may_wakeup(dev);
440 if (do_wakeup && HCD_WAKEUP_PENDING(hcd))
442 if (do_wakeup && hcd->shared_hcd &&
445 retval = hcd->driver->pci_suspend(hcd, do_wakeup);
449 if ((retval == 0 && do_wakeup && HCD_WAKEUP_PENDING(hcd)) ||
450 (retval == 0 && do_wakeup && hcd->shared_hcd &&
/linux-master/drivers/usb/cdns3/
H A Dcore.h32 int (*suspend)(struct cdns *cdns, bool do_wakeup);
/linux-master/drivers/tty/hvc/
H A Dhvc_console.h39 int do_wakeup; member in struct:hvc_struct
H A Dhvc_console.c483 hp->do_wakeup = 1;
494 hp->do_wakeup = 1;
743 if (hp->do_wakeup) {
744 hp->do_wakeup = 0;
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.h595 #define fotg210_prepare_ports_for_controller_suspend(fotg210, do_wakeup) \
596 fotg210_adjust_port_wakeup_flags(fotg210, true, do_wakeup)
/linux-master/include/linux/usb/
H A Dhcd.h265 int (*pci_suspend)(struct usb_hcd *hcd, bool do_wakeup);
271 int (*pci_poweroff_late)(struct usb_hcd *hcd, bool do_wakeup);

Completed in 407 milliseconds

12