Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-mtk.h169 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.c248 bool lpm_support; member
2666 .lpm_support = true,
2699 .lpm_support = true,
2732 .lpm_support = true,
2761 if (tegra && tegra->soc->lpm_support) in tegra_xhci_quirks()