Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-histb.c275 xhci->quirks |= XHCI_HW_LPM_DISABLE; in xhci_histb_probe()
H A Dxhci-plat.c355 xhci->quirks |= XHCI_HW_LPM_DISABLE; in xhci_plat_probe()
H A Dxhci-mtk.c392 xhci->quirks |= XHCI_HW_LPM_DISABLE; in xhci_mtk_quirks()
H A Dxhci.h1896 #define XHCI_HW_LPM_DISABLE BIT_ULL(29) macro
H A Dxhci.c4452 if (xhci->quirks & XHCI_HW_LPM_DISABLE) in xhci_set_usb2_hardware_lpm()