Searched refs:do_wakeup (Results 1 - 11 of 11) sorted by relevance

/drivers/usb/core/
H A Dhcd-pci.c383 static int suspend_common(struct device *dev, bool do_wakeup) argument
402 if (do_wakeup && HCD_WAKEUP_PENDING(hcd))
404 if (do_wakeup && hcd->shared_hcd &&
407 retval = hcd->driver->pci_suspend(hcd, do_wakeup);
411 if ((retval == 0 && do_wakeup && HCD_WAKEUP_PENDING(hcd)) ||
412 (retval == 0 && do_wakeup && hcd->shared_hcd &&
/drivers/usb/host/
H A Duhci-pci.c165 static int uhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) argument
190 if (do_wakeup) {
H A Dehci-pci.c332 static int ehci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) argument
345 ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup);
H A Dehci.h559 #define ehci_prepare_ports_for_controller_suspend(ehci, do_wakeup) \
560 ehci_adjust_port_wakeup_flags(ehci, true, do_wakeup);
H A Dohci-pci.c301 static int ohci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) argument
H A Dxhci-pci.c193 static int xhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup) argument
H A Dehci-hub.c132 bool suspending, bool do_wakeup)
143 if (!ehci_to_hcd(ehci)->self.root_hub->do_remote_wakeup || do_wakeup)
131 ehci_adjust_port_wakeup_flags(struct ehci_hcd *ehci, bool suspending, bool do_wakeup) argument
/drivers/tty/hvc/
H A Dhvc_console.h53 int do_wakeup; member in struct:hvc_struct
H A Dhvc_console.c455 hp->do_wakeup = 1;
466 hp->do_wakeup = 1;
670 if (hp->do_wakeup) {
671 hp->do_wakeup = 0;
/drivers/isdn/hardware/eicon/
H A Dum_idi.c679 int do_wakeup = 0; local
702 do_wakeup = 1;
720 do_wakeup = 1;
724 do_wakeup = 0;
727 return (do_wakeup);
/drivers/block/
H A Dfloppy.c1971 static void do_wakeup(void) function
1981 .redo = do_wakeup,

Completed in 115 milliseconds