Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-hub.c1568 if (xhci->run_graceperiod) { in xhci_hub_status_data()
1569 if (time_before(jiffies, xhci->run_graceperiod)) in xhci_hub_status_data()
1572 xhci->run_graceperiod = 0; in xhci_hub_status_data()
H A Dxhci.h1826 unsigned long run_graceperiod; member
H A Dxhci.c156 xhci->run_graceperiod = jiffies + msecs_to_jiffies(500); in xhci_start()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-hub.c1673 if (xhci->run_graceperiod) { in xhci_hub_status_data()
1674 if (time_before(jiffies, xhci->run_graceperiod)) in xhci_hub_status_data()
1677 xhci->run_graceperiod = 0; in xhci_hub_status_data()
H A Dxhci.h1834 unsigned long run_graceperiod; member
H A Dxhci.c158 xhci->run_graceperiod = jiffies + msecs_to_jiffies(500); in xhci_start()

Completed in 38 milliseconds