Searched refs:pex_rst (Results 1 – 3 of 3) sorted by relevance
93 pinctrl-names = "pex_rst";97 pex_rst {
374 struct reset_control *pex_rst; member1254 reset_control_assert(pcie->pex_rst); in tegra_pcie_power_on()1356 pcie->pex_rst = devm_reset_control_get_exclusive(dev, "pex"); in tegra_pcie_resets_get()1357 if (IS_ERR(pcie->pex_rst)) in tegra_pcie_resets_get()1358 return PTR_ERR(pcie->pex_rst); in tegra_pcie_resets_get()2899 reset_control_assert(pcie->pex_rst); in tegra_pcie_pm_suspend()2940 reset_control_deassert(pcie->pex_rst); in tegra_pcie_pm_resume()2956 reset_control_assert(pcie->pex_rst); in tegra_pcie_pm_resume()
142 pex_rst {