Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-histb.c265 xhci->quirks |= XHCI_HW_LPM_DISABLE; in xhci_histb_probe()
H A Dxhci-plat.c245 xhci->quirks |= XHCI_HW_LPM_DISABLE; in xhci_plat_probe()
H A Dxhci-mtk.c465 xhci->quirks |= XHCI_HW_LPM_DISABLE; in xhci_mtk_quirks()
H A Dxhci.h1644 #define XHCI_HW_LPM_DISABLE BIT_ULL(29) macro
H A Dxhci.c4421 if (xhci->quirks & XHCI_HW_LPM_DISABLE) in xhci_set_usb2_hardware_lpm()