Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Dxhci-hub.c1655 if (xhci->run_graceperiod) { in xhci_hub_status_data()
1656 if (time_before(jiffies, xhci->run_graceperiod)) in xhci_hub_status_data()
1659 xhci->run_graceperiod = 0; in xhci_hub_status_data()
Dxhci.h1827 unsigned long run_graceperiod; member
Dxhci.c157 xhci->run_graceperiod = jiffies + msecs_to_jiffies(500); in xhci_start()