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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-hcd.c267 int auto_stop; variable
271 auto_stop = (new_state == UHCI_RH_AUTO_STOPPED);
273 (auto_stop ? " (auto-stop)" : ""));
287 if (auto_stop) {
333 if (!auto_stop && !(inw(uhci->io_addr + USBSTS) & USBSTS_HCH)) {

Completed in 108 milliseconds