Home
last modified time | relevance | path

Searched refs:run_graceperiod (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-hub.c1675 if (xhci->run_graceperiod) { in xhci_hub_status_data()
1676 if (time_before(jiffies, xhci->run_graceperiod)) in xhci_hub_status_data()
1679 xhci->run_graceperiod = 0; in xhci_hub_status_data()
H A Dxhci.h1561 unsigned long run_graceperiod; member
H A Dxhci.c183 xhci->run_graceperiod = jiffies + msecs_to_jiffies(500); in xhci_start()