Home
last modified time | relevance | path

Searched refs:XHCI_HW_LPM_DISABLE (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/usb/host/
Dxhci-histb.c276 xhci->quirks |= XHCI_HW_LPM_DISABLE; in xhci_histb_probe()
Dxhci-plat.c283 xhci->quirks |= XHCI_HW_LPM_DISABLE; in xhci_plat_probe()
Dxhci.h1845 #define XHCI_HW_LPM_DISABLE BIT_ULL(29) macro
Dxhci.c4281 if (enable && !(xhci->quirks & XHCI_HW_LPM_DISABLE)) { in xhci_set_usb2_hardware_lpm()