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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-hub.c46 static int ohci_rh_suspend (struct ohci_hcd *ohci, int autostop)
66 if (!ohci->autostop) {
72 autostop ? "auto-stop" : "suspend");
75 if (!autostop && (ohci->hc_control & OHCI_SCHED_ENABLES)) {
85 ohci->autostop = 0;
94 if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup || autostop) {
111 if (!autostop) {
113 ohci->autostop = 0;
136 int autostopped = ohci->autostop;
138 ohci->autostop
[all...]
H A Dohci.h392 unsigned autostop:1; /* rh auto stopping/stopped */ member in struct:ohci_hcd
H A Dohci-hcd.c823 if (ohci->autostop) {

Completed in 66 milliseconds