| /drivers/usb/core/ |
| 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()
|
| /drivers/usb/host/ |
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| A D | ehci.h | 644 #define ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup) \ argument 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);
|
| 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()
|
| 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()
|
| A D | ohci-exynos.c | 215 bool do_wakeup = device_may_wakeup(dev); in exynos_ohci_suspend() local 216 int rc = ohci_suspend(hcd, do_wakeup); in exynos_ohci_suspend()
|
| A D | ehci-exynos.c | 240 bool do_wakeup = device_may_wakeup(dev); in exynos_ehci_suspend() local 243 rc = ehci_suspend(hcd, do_wakeup); in exynos_ehci_suspend()
|
| A D | ohci-st.c | 259 bool do_wakeup = device_may_wakeup(dev); in st_ohci_suspend() local 262 ret = ohci_suspend(hcd, do_wakeup); in st_ohci_suspend()
|
| A D | ehci-st.c | 277 bool do_wakeup = device_may_wakeup(dev); in st_ehci_suspend() local 280 ret = ehci_suspend(hcd, do_wakeup); in st_ehci_suspend()
|
| A D | ohci-omap.c | 354 bool do_wakeup = device_may_wakeup(&pdev->dev); in ohci_omap_suspend() local 361 ret = ohci_suspend(hcd, do_wakeup); in ohci_omap_suspend()
|
| 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()
|
| A D | ohci-s3c2410.c | 418 bool do_wakeup = device_may_wakeup(dev); in ohci_hcd_s3c2410_drv_suspend() local 421 rc = ohci_suspend(hcd, do_wakeup); in ohci_hcd_s3c2410_drv_suspend()
|
| A D | xhci-pci.c | 793 static int xhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) in xhci_pci_suspend() argument 822 ret = xhci_suspend(xhci, do_wakeup); in xhci_pci_suspend() 872 static int xhci_pci_poweroff_late(struct usb_hcd *hcd, bool do_wakeup) in xhci_pci_poweroff_late() argument 909 if (udev->do_remote_wakeup && do_wakeup) in xhci_pci_poweroff_late()
|
| A D | ehci-platform.c | 435 bool do_wakeup = device_may_wakeup(dev); in ehci_platform_suspend() local 441 ret = ehci_suspend(hcd, do_wakeup); in ehci_platform_suspend()
|
| A D | ohci-da8xx.c | 486 bool do_wakeup = device_may_wakeup(&pdev->dev); in ohci_da8xx_suspend() local 494 ret = ohci_suspend(hcd, do_wakeup); in ohci_da8xx_suspend()
|
| A D | ohci-pxa27x.c | 525 bool do_wakeup = device_may_wakeup(dev); in ohci_hcd_pxa27x_drv_suspend() local 533 ret = ohci_suspend(hcd, do_wakeup); in ohci_hcd_pxa27x_drv_suspend()
|
| A D | ehci-hcd.c | 1133 int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ehci_suspend() argument 1145 ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup); in ehci_suspend() 1157 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in ehci_suspend()
|
| 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()
|
| /drivers/tty/hvc/ |
| 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()
|
| A D | hvc_console.h | 39 int do_wakeup; member
|
| /drivers/usb/cdns3/ |
| A D | core.h | 32 int (*suspend)(struct cdns *cdns, bool do_wakeup);
|
| /drivers/usb/fotg210/ |
| 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)
|