Home
last modified time | relevance | path

Searched refs:autostop (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/host/
Dohci-hub.c46 static int ohci_rh_suspend (struct ohci_hcd *ohci, int autostop) in ohci_rh_suspend() argument
66 if (!ohci->autostop) { in ohci_rh_suspend()
72 autostop ? "auto-stop" : "suspend"); in ohci_rh_suspend()
75 if (!autostop && (ohci->hc_control & OHCI_SCHED_ENABLES)) { in ohci_rh_suspend()
85 ohci->autostop = 0; in ohci_rh_suspend()
94 if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup || autostop) { in ohci_rh_suspend()
111 if (!autostop) { in ohci_rh_suspend()
113 ohci->autostop = 0; in ohci_rh_suspend()
136 int autostopped = ohci->autostop; in ohci_rh_resume()
138 ohci->autostop = 0; in ohci_rh_resume()
[all …]
Dohci.h392 unsigned autostop:1; /* rh auto stopping/stopped */ member
Dohci-hcd.c822 if (ohci->autostop) { in ohci_irq()