Searched refs:vdd_pll_supply (Results 1 – 1 of 1) sorted by relevance
352 struct regulator *vdd_pll_supply; member2735 sor->vdd_pll_supply = devm_regulator_get(sor->dev, "vdd-pll"); in tegra_sor_hdmi_probe()2736 if (IS_ERR(sor->vdd_pll_supply)) { in tegra_sor_hdmi_probe()2738 PTR_ERR(sor->vdd_pll_supply)); in tegra_sor_hdmi_probe()2739 return PTR_ERR(sor->vdd_pll_supply); in tegra_sor_hdmi_probe()2742 err = regulator_enable(sor->vdd_pll_supply); in tegra_sor_hdmi_probe()2770 regulator_disable(sor->vdd_pll_supply); in tegra_sor_hdmi_remove()