Home
last modified time | relevance | path

Searched refs:lpm_support (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dxhci-mtk.h156 unsigned int lpm_support:1; member
H A Dxhci-mtk.c462 if (mtk->lpm_support) in xhci_mtk_quirks()
556 mtk->lpm_support = of_property_read_bool(node, "usb3-lpm-capable"); in xhci_mtk_probe()
H A Dxhci-tegra.c244 bool lpm_support; member
2586 .lpm_support = true,
2619 .lpm_support = true,
2651 .lpm_support = true,
2680 if (tegra && tegra->soc->lpm_support) in tegra_xhci_quirks()