Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-ext-caps.h23 #define XHCI_MAX_HALT_USEC (16*1000) macro
Dpci-quirks.c1057 XHCI_MAX_HALT_USEC, 125); in quirk_usb_handoff_xhci()
1062 XHCI_MAX_HALT_USEC, val); in quirk_usb_handoff_xhci()
Dxhci.c114 STS_HALT, STS_HALT, XHCI_MAX_HALT_USEC); in xhci_halt()
120 XHCI_MAX_HALT_USEC); in xhci_halt()
143 STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start()
147 XHCI_MAX_HALT_USEC); in xhci_start()
896 unsigned int delay = XHCI_MAX_HALT_USEC; in xhci_suspend()