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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-hub.c45 if (!ohci->autostop)
60 static int ohci_rh_suspend (struct ohci_hcd *ohci, int autostop)
80 if (!ohci->autostop) {
86 autostop ? "auto-stop" : "suspend");
89 if (!autostop && (ohci->hc_control & OHCI_SCHED_ENABLES)) {
99 ohci->autostop = 0;
109 autostop)
125 if (!autostop) {
127 ohci->autostop = 0;
150 int autostopped = ohci->autostop;
[all...]
H A Dohci.h391 unsigned autostop:1; /* rh auto stopping/stopped */ member in struct:ohci_hcd
H A Dohci-hcd.c696 if (ohci->autostop) {

Completed in 102 milliseconds