Home
last modified time | relevance | path

Searched refs:auto_stop_time (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/host/
Duhci-hub.c220 uhci->auto_stop_time = jiffies + HZ; in uhci_hub_status_data()
228 else if (time_after_eq(jiffies, uhci->auto_stop_time) && in uhci_hub_status_data()
Duhci-hcd.h408 unsigned long auto_stop_time; /* When to AUTO_STOP */ member