Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-mtk.h167 unsigned int lpm_support:1; member
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()
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()