Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dxhci-mtk.h157 unsigned int lpm_support:1; member
Dxhci-mtk.c408 if (mtk->lpm_support) in xhci_mtk_quirks()
512 mtk->lpm_support = of_property_read_bool(node, "usb3-lpm-capable"); in xhci_mtk_probe()
Dxhci-tegra.c211 bool lpm_support; member
2355 .lpm_support = true,
2386 .lpm_support = true,
2414 if (tegra && tegra->soc->lpm_support) in tegra_xhci_quirks()