/linux-4.4.14/fs/ |
D | pipe.c | 240 int do_wakeup; in pipe_read() local 247 do_wakeup = 0; in pipe_read() 292 do_wakeup = 1; in pipe_read() 320 if (do_wakeup) { in pipe_read() 329 if (do_wakeup) { in pipe_read() 349 int do_wakeup = 0; in pipe_write() local 384 do_wakeup = 1; in pipe_write() 420 do_wakeup = 1; in pipe_write() 457 if (do_wakeup) { in pipe_write() 460 do_wakeup = 0; in pipe_write() [all …]
|
D | splice.c | 186 int ret, do_wakeup, page_nr; in splice_to_pipe() local 192 do_wakeup = 0; in splice_to_pipe() 222 do_wakeup = 1; in splice_to_pipe() 244 if (do_wakeup) { in splice_to_pipe() 249 do_wakeup = 0; in splice_to_pipe() 259 if (do_wakeup) in splice_to_pipe()
|
/linux-4.4.14/drivers/usb/host/ |
D | uhci-pci.c | 167 static int uhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) in uhci_pci_suspend() argument 186 if (do_wakeup) { in uhci_pci_suspend() 199 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in uhci_pci_suspend()
|
D | ehci-sead3.c | 151 bool do_wakeup = device_may_wakeup(dev); in ehci_hcd_sead3_drv_suspend() local 153 return ehci_suspend(hcd, do_wakeup); in ehci_hcd_sead3_drv_suspend()
|
D | ehci-spear.c | 44 bool do_wakeup = device_may_wakeup(dev); in ehci_spear_drv_suspend() local 46 return ehci_suspend(hcd, do_wakeup); in ehci_spear_drv_suspend()
|
D | ehci-msm.c | 168 bool do_wakeup = device_may_wakeup(dev); in ehci_msm_pm_suspend() local 172 return ehci_suspend(hcd, do_wakeup); in ehci_msm_pm_suspend()
|
D | ohci-spear.c | 128 bool do_wakeup = device_may_wakeup(&pdev->dev); in spear_ohci_hcd_drv_suspend() local 135 ret = ohci_suspend(hcd, do_wakeup); in spear_ohci_hcd_drv_suspend()
|
D | ehci.h | 635 #define ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup) \ argument 636 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 | ohci-sm501.c | 222 bool do_wakeup = device_may_wakeup(dev); in ohci_sm501_suspend() local 229 ret = ohci_suspend(hcd, do_wakeup); in ohci_sm501_suspend()
|
D | ohci-exynos.c | 227 bool do_wakeup = device_may_wakeup(dev); in exynos_ohci_suspend() local 228 int rc = ohci_suspend(hcd, do_wakeup); in exynos_ohci_suspend()
|
D | ehci-exynos.c | 260 bool do_wakeup = device_may_wakeup(dev); in exynos_ehci_suspend() local 263 rc = ehci_suspend(hcd, do_wakeup); in exynos_ehci_suspend()
|
D | ohci-da8xx.c | 388 bool do_wakeup = device_may_wakeup(&pdev->dev); in ohci_da8xx_suspend() local 396 ret = ohci_suspend(hcd, do_wakeup); in ohci_da8xx_suspend()
|
D | ohci-st.c | 275 bool do_wakeup = device_may_wakeup(dev); in st_ohci_suspend() local 278 ret = ohci_suspend(hcd, do_wakeup); in st_ohci_suspend()
|
D | xhci-pci.c | 370 static int xhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) in xhci_pci_suspend() argument 385 return xhci_suspend(xhci, do_wakeup); in xhci_pci_suspend()
|
D | ehci-st.c | 292 bool do_wakeup = device_may_wakeup(dev); in st_ehci_suspend() local 295 ret = ehci_suspend(hcd, do_wakeup); in st_ehci_suspend()
|
D | ohci-omap.c | 439 bool do_wakeup = device_may_wakeup(&pdev->dev); in ohci_omap_suspend() local 446 ret = ohci_suspend(hcd, do_wakeup); in ohci_omap_suspend()
|
D | ohci-s3c2410.c | 427 bool do_wakeup = device_may_wakeup(dev); in ohci_hcd_s3c2410_drv_suspend() local 430 rc = ohci_suspend(hcd, do_wakeup); in ohci_hcd_s3c2410_drv_suspend()
|
D | fotg210.h | 593 #define fotg210_prepare_ports_for_controller_suspend(fotg210, do_wakeup) \ argument 594 fotg210_adjust_port_wakeup_flags(fotg210, true, do_wakeup)
|
D | ohci-platform.c | 315 bool do_wakeup = device_may_wakeup(dev); in ohci_platform_suspend() local 318 ret = ohci_suspend(hcd, do_wakeup); in ohci_platform_suspend()
|
D | ehci-platform.c | 350 bool do_wakeup = device_may_wakeup(dev); in ehci_platform_suspend() local 353 ret = ehci_suspend(hcd, do_wakeup); in ehci_platform_suspend()
|
D | ohci-pxa27x.c | 555 bool do_wakeup = device_may_wakeup(dev); in ohci_hcd_pxa27x_drv_suspend() local 563 ret = ohci_suspend(hcd, do_wakeup); in ohci_hcd_pxa27x_drv_suspend()
|
D | ehci-hcd.c | 1080 int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ehci_suspend() argument 1092 ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup); in ehci_suspend() 1104 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in ehci_suspend()
|
D | ohci-hcd.c | 1067 int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup) in ohci_suspend() argument 1086 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) { in ohci_suspend()
|
D | ohci.h | 739 extern int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
|
D | ehci-hub.c | 159 bool suspending, bool do_wakeup) in ehci_adjust_port_wakeup_flags() argument 169 if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup) in ehci_adjust_port_wakeup_flags()
|
D | xhci.h | 1831 int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup);
|
D | xhci.c | 893 int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup) in xhci_suspend() argument 908 if (!do_wakeup) in xhci_suspend()
|
/linux-4.4.14/drivers/usb/core/ |
D | hcd-pci.c | 441 static int suspend_common(struct device *dev, bool do_wakeup) in suspend_common() argument 460 if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) in suspend_common() 462 if (do_wakeup && hcd->shared_hcd && in suspend_common() 465 retval = hcd->driver->pci_suspend(hcd, do_wakeup); in suspend_common() 469 if ((retval == 0 && do_wakeup && HCD_WAKEUP_PENDING(hcd)) || in suspend_common() 470 (retval == 0 && do_wakeup && hcd->shared_hcd && in suspend_common()
|
/linux-4.4.14/arch/x86/mm/kmemcheck/ |
D | error.c | 139 static void do_wakeup(unsigned long data) in do_wakeup() function 151 static DECLARE_TASKLET(kmemcheck_tasklet, &do_wakeup, 0);
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_console.h | 52 int do_wakeup; member
|
D | hvc_console.c | 481 hp->do_wakeup = 1; in hvc_push() 492 hp->do_wakeup = 1; in hvc_push() 696 if (hp->do_wakeup) { in hvc_poll() 697 hp->do_wakeup = 0; in hvc_poll()
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | um_idi.c | 679 int do_wakeup = 0; in process_idi_ind() local 702 do_wakeup = 1; in process_idi_ind() 720 do_wakeup = 1; in process_idi_ind() 724 do_wakeup = 0; in process_idi_ind() 727 return (do_wakeup); in process_idi_ind()
|
/linux-4.4.14/include/linux/usb/ |
D | hcd.h | 265 int (*pci_suspend)(struct usb_hcd *hcd, bool do_wakeup);
|
/linux-4.4.14/fs/fuse/ |
D | dev.c | 1371 int do_wakeup = 0; in fuse_dev_splice_read() local 1423 do_wakeup = 1; in fuse_dev_splice_read() 1429 if (do_wakeup) { in fuse_dev_splice_read()
|
/linux-4.4.14/drivers/md/ |
D | raid5.c | 343 bool do_wakeup = false; in release_inactive_stripe_list() local 364 do_wakeup = true; in release_inactive_stripe_list() 371 if (do_wakeup) { in release_inactive_stripe_list() 4235 int do_wakeup = 0; in break_stripe_batch_list() local 4266 do_wakeup = 1; in break_stripe_batch_list() 4283 do_wakeup = 1; in break_stripe_batch_list() 4287 if (do_wakeup) in break_stripe_batch_list()
|
/linux-4.4.14/drivers/block/ |
D | floppy.c | 1944 static void do_wakeup(void) in do_wakeup() function 1954 .redo = do_wakeup,
|