/drivers/usb/core/ |
D | hcd-pci.c | 412 static int suspend_common(struct device *dev, bool do_wakeup) in suspend_common() argument 431 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) in suspend_common() 433 if (do_wakeup && hcd->shared_hcd && in suspend_common() 436 retval = hcd->driver->pci_suspend(hcd, do_wakeup); in suspend_common() 440 if ((retval == 0 && do_wakeup && HCD_WAKEUP_PENDING(hcd)) || in suspend_common() 441 (retval == 0 && do_wakeup && hcd->shared_hcd && in suspend_common()
|
/drivers/usb/host/ |
D | uhci-pci.c | 172 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()
|
D | ehci-npcm7xx.c | 44 bool do_wakeup = device_may_wakeup(dev); in ehci_npcm7xx_drv_suspend() local 46 return ehci_suspend(hcd, do_wakeup); in ehci_npcm7xx_drv_suspend()
|
D | ehci-spear.c | 41 bool do_wakeup = device_may_wakeup(dev); in ehci_spear_drv_suspend() local 43 return ehci_suspend(hcd, do_wakeup); in ehci_spear_drv_suspend()
|
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()
|
D | ehci.h | 634 #define ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup) \ argument 635 ehci_adjust_port_wakeup_flags(ehci, true, do_wakeup) 886 extern int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup); 889 bool suspending, bool do_wakeup);
|
D | xhci-pci.h | 14 int xhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup);
|
D | ohci-sm501.c | 215 bool do_wakeup = device_may_wakeup(dev); in ohci_sm501_suspend() local 222 ret = ohci_suspend(hcd, do_wakeup); in ohci_sm501_suspend()
|
D | ohci-st.c | 269 bool do_wakeup = device_may_wakeup(dev); in st_ohci_suspend() local 272 ret = ohci_suspend(hcd, do_wakeup); in st_ohci_suspend()
|
D | ohci-exynos.c | 245 bool do_wakeup = device_may_wakeup(dev); in exynos_ohci_suspend() local 246 int rc = ohci_suspend(hcd, do_wakeup); in exynos_ohci_suspend()
|
D | ehci-exynos.c | 277 bool do_wakeup = device_may_wakeup(dev); in exynos_ehci_suspend() local 280 rc = ehci_suspend(hcd, do_wakeup); in exynos_ehci_suspend()
|
D | ehci-st.c | 287 bool do_wakeup = device_may_wakeup(dev); in st_ehci_suspend() local 290 ret = ehci_suspend(hcd, do_wakeup); in st_ehci_suspend()
|
D | ehci-platform.c | 300 bool do_wakeup = device_may_wakeup(dev); in ehci_platform_suspend() local 303 ret = ehci_suspend(hcd, do_wakeup); in ehci_platform_suspend()
|
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()
|
D | ohci-s3c2410.c | 415 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()
|
D | ohci-omap.c | 422 bool do_wakeup = device_may_wakeup(&pdev->dev); in ohci_omap_suspend() local 429 ret = ohci_suspend(hcd, do_wakeup); in ohci_omap_suspend()
|
D | fotg210.h | 597 #define fotg210_prepare_ports_for_controller_suspend(fotg210, do_wakeup) \ argument 598 fotg210_adjust_port_wakeup_flags(fotg210, true, do_wakeup)
|
D | ohci-da8xx.c | 488 bool do_wakeup = device_may_wakeup(&pdev->dev); in ohci_da8xx_suspend() local 496 ret = ohci_suspend(hcd, do_wakeup); in ohci_da8xx_suspend()
|
D | ohci-pxa27x.c | 544 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()
|
D | xhci-pci.c | 462 int xhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) in xhci_pci_suspend() argument 481 ret = xhci_suspend(xhci, do_wakeup); in xhci_pci_suspend()
|
D | ehci-hcd.c | 1084 int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ehci_suspend() argument 1096 ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup); in ehci_suspend() 1108 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in ehci_suspend()
|
D | ohci-hcd.c | 1094 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ohci_suspend() argument 1113 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in ohci_suspend()
|
/drivers/usb/cdns3/ |
D | core.h | 32 int (*suspend)(struct cdns3 *cdns, bool do_wakeup);
|
/drivers/tty/hvc/ |
D | hvc_console.c | 494 hp->do_wakeup = 1; in hvc_push() 505 hp->do_wakeup = 1; in hvc_push() 754 if (hp->do_wakeup) { in __hvc_poll() 755 hp->do_wakeup = 0; in __hvc_poll()
|
D | hvc_console.h | 39 int do_wakeup; member
|