/linux-4.1.27/drivers/usb/host/ |
H A D | ehci-sead3.c | 151 bool do_wakeup = device_may_wakeup(dev); ehci_hcd_sead3_drv_suspend() local 153 return ehci_suspend(hcd, do_wakeup); ehci_hcd_sead3_drv_suspend()
|
H A D | ehci-msm.c | 168 bool do_wakeup = device_may_wakeup(dev); ehci_msm_pm_suspend() local 172 return ehci_suspend(hcd, do_wakeup); ehci_msm_pm_suspend()
|
H A D | ehci-spear.c | 44 bool do_wakeup = device_may_wakeup(dev); ehci_spear_drv_suspend() local 46 return ehci_suspend(hcd, do_wakeup); ehci_spear_drv_suspend()
|
H A D | ohci-spear.c | 128 bool do_wakeup = device_may_wakeup(&pdev->dev); spear_ohci_hcd_drv_suspend() local 135 ret = ohci_suspend(hcd, do_wakeup); spear_ohci_hcd_drv_suspend()
|
H A D | uhci-pci.c | 167 static int uhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) uhci_pci_suspend() argument 186 if (do_wakeup) { uhci_pci_suspend() 199 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { uhci_pci_suspend()
|
H A D | ehci-exynos.c | 260 bool do_wakeup = device_may_wakeup(dev); exynos_ehci_suspend() local 263 rc = ehci_suspend(hcd, do_wakeup); exynos_ehci_suspend()
|
H A D | ehci-st.c | 297 bool do_wakeup = device_may_wakeup(dev); st_ehci_suspend() local 300 ret = ehci_suspend(hcd, do_wakeup); st_ehci_suspend()
|
H A D | ohci-exynos.c | 227 bool do_wakeup = device_may_wakeup(dev); exynos_ohci_suspend() local 228 int rc = ohci_suspend(hcd, do_wakeup); exynos_ohci_suspend()
|
H A D | ohci-platform.c | 336 bool do_wakeup = device_may_wakeup(dev); ohci_platform_suspend() local 339 ret = ohci_suspend(hcd, do_wakeup); ohci_platform_suspend()
|
H A D | ohci-sm501.c | 222 bool do_wakeup = device_may_wakeup(dev); ohci_sm501_suspend() local 229 ret = ohci_suspend(hcd, do_wakeup); ohci_sm501_suspend()
|
H A D | ohci-st.c | 275 bool do_wakeup = device_may_wakeup(dev); st_ohci_suspend() local 278 ret = ohci_suspend(hcd, do_wakeup); st_ohci_suspend()
|
H A D | ehci-platform.c | 360 bool do_wakeup = device_may_wakeup(dev); ehci_platform_suspend() local 363 ret = ehci_suspend(hcd, do_wakeup); ehci_platform_suspend()
|
H A D | ohci-da8xx.c | 388 bool do_wakeup = device_may_wakeup(&pdev->dev); ohci_da8xx_suspend() local 396 ret = ohci_suspend(hcd, do_wakeup); ohci_da8xx_suspend()
|
H A D | ohci-omap.c | 439 bool do_wakeup = device_may_wakeup(&pdev->dev); ohci_omap_suspend() local 446 ret = ohci_suspend(hcd, do_wakeup); ohci_omap_suspend()
|
H A D | ohci-s3c2410.c | 427 bool do_wakeup = device_may_wakeup(dev); ohci_hcd_s3c2410_drv_suspend() local 430 rc = ohci_suspend(hcd, do_wakeup); ohci_hcd_s3c2410_drv_suspend()
|
H A D | ohci-pxa27x.c | 555 bool do_wakeup = device_may_wakeup(dev); ohci_hcd_pxa27x_drv_suspend() local 563 ret = ohci_suspend(hcd, do_wakeup); ohci_hcd_pxa27x_drv_suspend()
|
H A D | xhci-pci.c | 370 static int xhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) xhci_pci_suspend() argument 389 ret = xhci_suspend(xhci, do_wakeup); xhci_pci_suspend()
|
H A D | xhci-plat.c | 222 * xhci_suspend() needs `do_wakeup` to know whether host is allowed xhci_plat_suspend()
|
H A D | fotg210.h | 587 #define fotg210_prepare_ports_for_controller_suspend(fotg210, do_wakeup) \ 588 fotg210_adjust_port_wakeup_flags(fotg210, true, do_wakeup);
|
H A D | fusbh200.h | 577 #define fusbh200_prepare_ports_for_controller_suspend(fusbh200, do_wakeup) \ 578 fusbh200_adjust_port_wakeup_flags(fusbh200, true, do_wakeup);
|
H A D | ehci.h | 634 #define ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup) \ 635 ehci_adjust_port_wakeup_flags(ehci, true, do_wakeup); 873 extern int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup);
|
H A D | ehci-hcd.c | 1079 int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup) ehci_suspend() argument 1091 ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup); ehci_suspend() 1103 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { ehci_suspend()
|
H A D | ehci-hub.c | 159 bool suspending, bool do_wakeup) ehci_adjust_port_wakeup_flags() 169 if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup) ehci_adjust_port_wakeup_flags() 158 ehci_adjust_port_wakeup_flags(struct ehci_hcd *ehci, bool suspending, bool do_wakeup) ehci_adjust_port_wakeup_flags() argument
|
H A D | ohci-hcd.c | 1066 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup) ohci_suspend() argument 1085 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { ohci_suspend()
|
H A D | ohci.h | 739 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
|
H A D | xhci.h | 1762 int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup);
|
H A D | xhci.c | 909 int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup) xhci_suspend() argument 921 if (!do_wakeup) xhci_suspend()
|
/linux-4.1.27/arch/x86/mm/kmemcheck/ |
H A D | error.c | 139 static void do_wakeup(unsigned long data) do_wakeup() function 151 static DECLARE_TASKLET(kmemcheck_tasklet, &do_wakeup, 0);
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
H A D | um_idi.c | 679 int do_wakeup = 0; process_idi_ind() local 702 do_wakeup = 1; process_idi_ind() 720 do_wakeup = 1; process_idi_ind() 724 do_wakeup = 0; process_idi_ind() 727 return (do_wakeup); process_idi_ind()
|
/linux-4.1.27/fs/ |
H A D | pipe.c | 234 int do_wakeup; pipe_read() local 241 do_wakeup = 0; pipe_read() 286 do_wakeup = 1; pipe_read() 314 if (do_wakeup) { pipe_read() 323 if (do_wakeup) { pipe_read() 343 int do_wakeup = 0; pipe_write() local 378 do_wakeup = 1; pipe_write() 415 do_wakeup = 1; pipe_write() 452 if (do_wakeup) { pipe_write() 455 do_wakeup = 0; pipe_write() 463 if (do_wakeup) { pipe_write()
|
H A D | splice.c | 186 int ret, do_wakeup, page_nr; splice_to_pipe() local 192 do_wakeup = 0; splice_to_pipe() 222 do_wakeup = 1; splice_to_pipe() 244 if (do_wakeup) { splice_to_pipe() 249 do_wakeup = 0; splice_to_pipe() 259 if (do_wakeup) splice_to_pipe()
|
/linux-4.1.27/drivers/usb/core/ |
H A D | hcd-pci.c | 441 static int suspend_common(struct device *dev, bool do_wakeup) suspend_common() argument 460 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) suspend_common() 462 if (do_wakeup && hcd->shared_hcd && suspend_common() 465 retval = hcd->driver->pci_suspend(hcd, do_wakeup); suspend_common() 469 if ((retval == 0 && do_wakeup && HCD_WAKEUP_PENDING(hcd)) || suspend_common() 470 (retval == 0 && do_wakeup && hcd->shared_hcd && suspend_common()
|
/linux-4.1.27/drivers/tty/hvc/ |
H A D | hvc_console.h | 52 int do_wakeup; member in struct:hvc_struct
|
H A D | hvc_console.c | 480 hp->do_wakeup = 1; hvc_push() 491 hp->do_wakeup = 1; hvc_push() 695 if (hp->do_wakeup) { hvc_poll() 696 hp->do_wakeup = 0; hvc_poll()
|
/linux-4.1.27/fs/fuse/ |
H A D | dev.c | 1380 int do_wakeup = 0; fuse_dev_splice_read() local 1431 do_wakeup = 1; fuse_dev_splice_read() 1437 if (do_wakeup) { fuse_dev_splice_read()
|
/linux-4.1.27/include/linux/usb/ |
H A D | hcd.h | 254 int (*pci_suspend)(struct usb_hcd *hcd, bool do_wakeup);
|
/linux-4.1.27/drivers/md/ |
H A D | raid5.c | 347 bool do_wakeup = false; release_inactive_stripe_list() local 368 do_wakeup = true; release_inactive_stripe_list() 375 if (do_wakeup) { release_inactive_stripe_list() 4226 int do_wakeup = 0; break_stripe_batch_list() local 4257 do_wakeup = 1; break_stripe_batch_list() 4274 do_wakeup = 1; break_stripe_batch_list() 4278 if (do_wakeup) break_stripe_batch_list()
|
/linux-4.1.27/drivers/block/ |
H A D | floppy.c | 1944 static void do_wakeup(void) do_wakeup() function 1954 .redo = do_wakeup,
|