Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra194-pinmux.txt93 pinctrl-names = "pex_rst";
97 pex_rst {
/kernel/linux/linux-5.10/drivers/pci/controller/
Dpci-tegra.c356 struct reset_control *pex_rst; member
1200 reset_control_assert(pcie->pex_rst); in tegra_pcie_power_on()
1302 pcie->pex_rst = devm_reset_control_get_exclusive(dev, "pex"); in tegra_pcie_resets_get()
1303 if (IS_ERR(pcie->pex_rst)) in tegra_pcie_resets_get()
1304 return PTR_ERR(pcie->pex_rst); in tegra_pcie_resets_get()
2707 reset_control_assert(pcie->pex_rst); in tegra_pcie_pm_suspend()
2748 reset_control_deassert(pcie->pex_rst); in tegra_pcie_pm_resume()
2764 reset_control_assert(pcie->pex_rst); in tegra_pcie_pm_resume()
/kernel/linux/linux-5.10/arch/arm64/boot/dts/nvidia/
Dtegra194.dtsi376 pex_rst {