Home
last modified time | relevance | path

Searched refs:XHCI_LPM_SUPPORT (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/usb/host/
Dxhci-histb.c279 xhci->quirks |= XHCI_LPM_SUPPORT; in xhci_histb_probe()
Dxhci-plat.c287 xhci->quirks |= XHCI_LPM_SUPPORT; in xhci_plat_probe()
Dxhci-pci.c157 xhci->quirks |= XHCI_LPM_SUPPORT; in xhci_pci_quirks()
Dxhci-mtk.c397 xhci->quirks |= XHCI_LPM_SUPPORT; in xhci_mtk_quirks()
Dxhci-hub.c95 if ((xhci->quirks & XHCI_LPM_SUPPORT)) { in xhci_create_usb3_bos_desc()
Dxhci.h1843 #define XHCI_LPM_SUPPORT BIT_ULL(11) macro
Dxhci.c4946 if (!xhci || !(xhci->quirks & XHCI_LPM_SUPPORT) || in xhci_enable_usb3_lpm_timeout()
4971 if (!xhci || !(xhci->quirks & XHCI_LPM_SUPPORT) || in xhci_disable_usb3_lpm_timeout()