Searched refs:pex_rst (Results 1 – 2 of 2) sorted by relevance
337 struct reset_control *pex_rst; member1181 reset_control_assert(pcie->pex_rst); in tegra_pcie_power_on()1283 pcie->pex_rst = devm_reset_control_get_exclusive(dev, "pex"); in tegra_pcie_resets_get()1284 if (IS_ERR(pcie->pex_rst)) in tegra_pcie_resets_get()1285 return PTR_ERR(pcie->pex_rst); in tegra_pcie_resets_get()2729 reset_control_assert(pcie->pex_rst); in tegra_pcie_pm_suspend()2770 reset_control_deassert(pcie->pex_rst); in tegra_pcie_pm_resume()2786 reset_control_assert(pcie->pex_rst); in tegra_pcie_pm_resume()
131 pex_rst {