Home
last modified time | relevance | path

Searched refs:pex_ctl_supply (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c296 struct regulator *pex_ctl_supply; member
1335 ret = regulator_enable(pcie->pex_ctl_supply); in tegra_pcie_config_controller()
1415 regulator_disable(pcie->pex_ctl_supply); in tegra_pcie_config_controller()
1445 ret = regulator_disable(pcie->pex_ctl_supply); in __deinit_controller()
2045 pcie->pex_ctl_supply = devm_regulator_get(dev, "vddio-pex-ctl"); in tegra_pcie_dw_probe()
2046 if (IS_ERR(pcie->pex_ctl_supply)) { in tegra_pcie_dw_probe()
2047 ret = PTR_ERR(pcie->pex_ctl_supply); in tegra_pcie_dw_probe()
2050 PTR_ERR(pcie->pex_ctl_supply)); in tegra_pcie_dw_probe()
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H A Dpcie-tegra194.c277 struct regulator *pex_ctl_supply; member
1404 ret = regulator_enable(pcie->pex_ctl_supply); in tegra_pcie_config_controller()
1490 regulator_disable(pcie->pex_ctl_supply); in tegra_pcie_config_controller()
1518 ret = regulator_disable(pcie->pex_ctl_supply); in tegra_pcie_unconfig_controller()
2149 pcie->pex_ctl_supply = devm_regulator_get(dev, "vddio-pex-ctl"); in tegra_pcie_dw_probe()
2150 if (IS_ERR(pcie->pex_ctl_supply)) { in tegra_pcie_dw_probe()
2151 ret = PTR_ERR(pcie->pex_ctl_supply); in tegra_pcie_dw_probe()
2154 PTR_ERR(pcie->pex_ctl_supply)); in tegra_pcie_dw_probe()

Completed in 7 milliseconds