Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-pci.c389 xhci->quirks |= XHCI_LPM_SUPPORT; in xhci_pci_quirks()
486 xhci->quirks |= XHCI_LPM_SUPPORT; in xhci_pci_quirks()
532 xhci->quirks |= XHCI_LPM_SUPPORT; in xhci_pci_quirks()
H A Dxhci-histb.c268 xhci->quirks |= XHCI_LPM_SUPPORT; in xhci_histb_probe()
H A Dxhci-plat.c248 xhci->quirks |= XHCI_LPM_SUPPORT; in xhci_plat_probe()
H A Dxhci-mtk.c463 xhci->quirks |= XHCI_LPM_SUPPORT; in xhci_mtk_quirks()
H A Dxhci-hub.c115 if ((xhci->quirks & XHCI_LPM_SUPPORT)) { in xhci_create_usb3x_bos_desc()
H A Dxhci.h1624 #define XHCI_LPM_SUPPORT BIT_ULL(11) macro
H A Dxhci.c4952 if (!xhci || !(xhci->quirks & XHCI_LPM_SUPPORT) || in xhci_enable_usb3_lpm_timeout()
4987 if (!xhci || !(xhci->quirks & XHCI_LPM_SUPPORT) || in xhci_disable_usb3_lpm_timeout()
H A Dxhci-tegra.c2681 xhci->quirks |= XHCI_LPM_SUPPORT; in tegra_xhci_quirks()