auto_stop         292 drivers/usb/host/uhci-hcd.c 	int auto_stop;
auto_stop         296 drivers/usb/host/uhci-hcd.c 	auto_stop = (new_state == UHCI_RH_AUTO_STOPPED);
auto_stop         298 drivers/usb/host/uhci-hcd.c 			(auto_stop ? " (auto-stop)" : ""));
auto_stop         312 drivers/usb/host/uhci-hcd.c 	if (auto_stop) {
auto_stop         358 drivers/usb/host/uhci-hcd.c 	if (!auto_stop && !(uhci_readw(uhci, USBSTS) & USBSTS_HCH)) {