autostop          950 drivers/usb/host/ohci-hcd.c 		if (ohci->autostop) {
autostop           47 drivers/usb/host/ohci-hub.c static int ohci_rh_suspend (struct ohci_hcd *ohci, int autostop)
autostop           67 drivers/usb/host/ohci-hub.c 		if (!ohci->autostop) {
autostop           73 drivers/usb/host/ohci-hub.c 			autostop ? "auto-stop" : "suspend");
autostop           76 drivers/usb/host/ohci-hub.c 	if (!autostop && (ohci->hc_control & OHCI_SCHED_ENABLES)) {
autostop           86 drivers/usb/host/ohci-hub.c 		ohci->autostop = 0;
autostop          113 drivers/usb/host/ohci-hub.c 	if (ohci_to_hcd(ohci)->self.root_hub->do_remote_wakeup || autostop) {
autostop          130 drivers/usb/host/ohci-hub.c 	if (!autostop) {
autostop          132 drivers/usb/host/ohci-hub.c 		ohci->autostop = 0;
autostop          156 drivers/usb/host/ohci-hub.c 	int			autostopped = ohci->autostop;
autostop          158 drivers/usb/host/ohci-hub.c 	ohci->autostop = 0;
autostop          368 drivers/usb/host/ohci-hub.c 		if (!ohci->autostop) {
autostop          375 drivers/usb/host/ohci-hub.c 				ohci->autostop = 1;
autostop          382 drivers/usb/host/ohci-hub.c 				ohci->autostop = 0;
autostop          401 drivers/usb/host/ohci-hub.c 			if (ohci->autostop)
autostop          407 drivers/usb/host/ohci-hub.c 		} else if (!ohci->autostop &&
autostop          407 drivers/usb/host/ohci.h 	unsigned		autostop:1;	/* rh auto stopping/stopped */