do_wakeup         235 arch/x86/platform/intel/iosf_mbi.c 	bool do_wakeup;
do_wakeup         239 arch/x86/platform/intel/iosf_mbi.c 	do_wakeup = iosf_mbi_pmic_punit_access_count == 0;
do_wakeup         242 arch/x86/platform/intel/iosf_mbi.c 	if (do_wakeup)
do_wakeup         384 arch/x86/platform/intel/iosf_mbi.c 	bool do_wakeup = false;
do_wakeup         392 arch/x86/platform/intel/iosf_mbi.c 		do_wakeup = true;
do_wakeup         396 arch/x86/platform/intel/iosf_mbi.c 	if (do_wakeup)
do_wakeup        1964 drivers/block/floppy.c 	.redo		= do_wakeup,
do_wakeup        2808 drivers/md/raid5-cache.c 	int do_wakeup = 0;
do_wakeup        2825 drivers/md/raid5-cache.c 			do_wakeup = 1;
do_wakeup        2838 drivers/md/raid5-cache.c 	if (do_wakeup)
do_wakeup         316 drivers/md/raid5.c 	bool do_wakeup = false;
do_wakeup         337 drivers/md/raid5.c 			do_wakeup = true;
do_wakeup         344 drivers/md/raid5.c 	if (do_wakeup) {
do_wakeup        4610 drivers/md/raid5.c 	int do_wakeup = 0;
do_wakeup        4646 drivers/md/raid5.c 				do_wakeup = 1;
do_wakeup        4660 drivers/md/raid5.c 			do_wakeup = 1;
do_wakeup        4664 drivers/md/raid5.c 	if (do_wakeup)
do_wakeup         483 drivers/tty/hvc/hvc_console.c 			hp->do_wakeup = 1;
do_wakeup         494 drivers/tty/hvc/hvc_console.c 		hp->do_wakeup = 1;
do_wakeup         743 drivers/tty/hvc/hvc_console.c 	if (hp->do_wakeup) {
do_wakeup         744 drivers/tty/hvc/hvc_console.c 		hp->do_wakeup = 0;
do_wakeup          39 drivers/tty/hvc/hvc_console.h 	int do_wakeup;
do_wakeup          32 drivers/usb/cdns3/core.h 	int (*suspend)(struct cdns3 *cdns, bool do_wakeup);
do_wakeup        2731 drivers/usb/cdns3/gadget.c static int cdns3_gadget_suspend(struct cdns3 *cdns, bool do_wakeup)
do_wakeup         412 drivers/usb/core/hcd-pci.c static int suspend_common(struct device *dev, bool do_wakeup)
do_wakeup         431 drivers/usb/core/hcd-pci.c 		if (do_wakeup && HCD_WAKEUP_PENDING(hcd))
do_wakeup         433 drivers/usb/core/hcd-pci.c 		if (do_wakeup && hcd->shared_hcd &&
do_wakeup         436 drivers/usb/core/hcd-pci.c 		retval = hcd->driver->pci_suspend(hcd, do_wakeup);
do_wakeup         440 drivers/usb/core/hcd-pci.c 		if ((retval == 0 && do_wakeup && HCD_WAKEUP_PENDING(hcd)) ||
do_wakeup         441 drivers/usb/core/hcd-pci.c 				(retval == 0 && do_wakeup && hcd->shared_hcd &&
do_wakeup         277 drivers/usb/host/ehci-exynos.c 	bool do_wakeup = device_may_wakeup(dev);
do_wakeup         280 drivers/usb/host/ehci-exynos.c 	rc = ehci_suspend(hcd, do_wakeup);
do_wakeup        1084 drivers/usb/host/ehci-hcd.c int ehci_suspend(struct usb_hcd *hcd, bool do_wakeup)
do_wakeup        1096 drivers/usb/host/ehci-hcd.c 	ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup);
do_wakeup        1108 drivers/usb/host/ehci-hcd.c 	if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) {
do_wakeup         148 drivers/usb/host/ehci-hub.c 		bool suspending, bool do_wakeup)
do_wakeup         158 drivers/usb/host/ehci-hub.c 	if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup)
do_wakeup          44 drivers/usb/host/ehci-npcm7xx.c 	bool do_wakeup = device_may_wakeup(dev);
do_wakeup          46 drivers/usb/host/ehci-npcm7xx.c 	return ehci_suspend(hcd, do_wakeup);
do_wakeup         300 drivers/usb/host/ehci-platform.c 	bool do_wakeup = device_may_wakeup(dev);
do_wakeup         303 drivers/usb/host/ehci-platform.c 	ret = ehci_suspend(hcd, do_wakeup);
do_wakeup          41 drivers/usb/host/ehci-spear.c 	bool do_wakeup = device_may_wakeup(dev);
do_wakeup          43 drivers/usb/host/ehci-spear.c 	return ehci_suspend(hcd, do_wakeup);
do_wakeup         287 drivers/usb/host/ehci-st.c 	bool do_wakeup = device_may_wakeup(dev);
do_wakeup         290 drivers/usb/host/ehci-st.c 	ret = ehci_suspend(hcd, do_wakeup);
do_wakeup         634 drivers/usb/host/ehci.h #define ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup)	\
do_wakeup         635 drivers/usb/host/ehci.h 		ehci_adjust_port_wakeup_flags(ehci, true, do_wakeup)
do_wakeup         886 drivers/usb/host/ehci.h extern int	ehci_suspend(struct usb_hcd *hcd, bool do_wakeup);
do_wakeup         889 drivers/usb/host/ehci.h 			bool suspending, bool do_wakeup);
do_wakeup         597 drivers/usb/host/fotg210.h #define fotg210_prepare_ports_for_controller_suspend(fotg210, do_wakeup) \
do_wakeup         598 drivers/usb/host/fotg210.h 		fotg210_adjust_port_wakeup_flags(fotg210, true, do_wakeup)
do_wakeup         488 drivers/usb/host/ohci-da8xx.c 	bool		do_wakeup	= device_may_wakeup(&pdev->dev);
do_wakeup         496 drivers/usb/host/ohci-da8xx.c 	ret = ohci_suspend(hcd, do_wakeup);
do_wakeup         245 drivers/usb/host/ohci-exynos.c 	bool do_wakeup = device_may_wakeup(dev);
do_wakeup         246 drivers/usb/host/ohci-exynos.c 	int rc = ohci_suspend(hcd, do_wakeup);
do_wakeup        1094 drivers/usb/host/ohci-hcd.c int ohci_suspend(struct usb_hcd *hcd, bool do_wakeup)
do_wakeup        1113 drivers/usb/host/ohci-hcd.c 	if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) {
do_wakeup         422 drivers/usb/host/ohci-omap.c 	bool do_wakeup = device_may_wakeup(&pdev->dev);
do_wakeup         429 drivers/usb/host/ohci-omap.c 	ret = ohci_suspend(hcd, do_wakeup);
do_wakeup         276 drivers/usb/host/ohci-platform.c 	bool do_wakeup = device_may_wakeup(dev);
do_wakeup         279 drivers/usb/host/ohci-platform.c 	ret = ohci_suspend(hcd, do_wakeup);
do_wakeup         544 drivers/usb/host/ohci-pxa27x.c 	bool do_wakeup = device_may_wakeup(dev);
do_wakeup         552 drivers/usb/host/ohci-pxa27x.c 	ret = ohci_suspend(hcd, do_wakeup);
do_wakeup         415 drivers/usb/host/ohci-s3c2410.c 	bool do_wakeup = device_may_wakeup(dev);
do_wakeup         418 drivers/usb/host/ohci-s3c2410.c 	rc = ohci_suspend(hcd, do_wakeup);
do_wakeup         215 drivers/usb/host/ohci-sm501.c 	bool do_wakeup = device_may_wakeup(dev);
do_wakeup         222 drivers/usb/host/ohci-sm501.c 	ret = ohci_suspend(hcd, do_wakeup);
do_wakeup         122 drivers/usb/host/ohci-spear.c 	bool do_wakeup = device_may_wakeup(&pdev->dev);
do_wakeup         129 drivers/usb/host/ohci-spear.c 	ret = ohci_suspend(hcd, do_wakeup);
do_wakeup         269 drivers/usb/host/ohci-st.c 	bool do_wakeup = device_may_wakeup(dev);
do_wakeup         272 drivers/usb/host/ohci-st.c 	ret = ohci_suspend(hcd, do_wakeup);
do_wakeup         739 drivers/usb/host/ohci.h extern int	ohci_suspend(struct usb_hcd *hcd, bool do_wakeup);
do_wakeup         172 drivers/usb/host/uhci-pci.c static int uhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup)
do_wakeup         191 drivers/usb/host/uhci-pci.c 	if (do_wakeup) {
do_wakeup         204 drivers/usb/host/uhci-pci.c 	if (do_wakeup && HCD_WAKEUP_PENDING(hcd)) {
do_wakeup         463 drivers/usb/host/xhci-pci.c static int xhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup)
do_wakeup         482 drivers/usb/host/xhci-pci.c 	ret = xhci_suspend(xhci, do_wakeup);
do_wakeup         970 drivers/usb/host/xhci.c int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup)
do_wakeup         988 drivers/usb/host/xhci.c 	if (!do_wakeup)
do_wakeup        2068 drivers/usb/host/xhci.h int xhci_suspend(struct xhci_hcd *xhci, bool do_wakeup);
do_wakeup         277 fs/pipe.c      	int do_wakeup;
do_wakeup         284 fs/pipe.c      	do_wakeup = 0;
do_wakeup         327 fs/pipe.c      				do_wakeup = 1;
do_wakeup         355 fs/pipe.c      		if (do_wakeup) {
do_wakeup         364 fs/pipe.c      	if (do_wakeup) {
do_wakeup         384 fs/pipe.c      	int do_wakeup = 0;
do_wakeup         418 fs/pipe.c      			do_wakeup = 1;
do_wakeup         454 fs/pipe.c      			do_wakeup = 1;
do_wakeup         491 fs/pipe.c      		if (do_wakeup) {
do_wakeup         494 fs/pipe.c      			do_wakeup = 0;
do_wakeup         502 fs/pipe.c      	if (do_wakeup) {
do_wakeup         278 include/linux/usb/hcd.h 	int	(*pci_suspend)(struct usb_hcd *hcd, bool do_wakeup);