Searched refs:vdd_pll_supply (Results 1 – 1 of 1) sorted by relevance
189 struct regulator *vdd_pll_supply; member2297 sor->vdd_pll_supply = devm_regulator_get(sor->dev, "vdd-pll"); in tegra_sor_hdmi_probe()2298 if (IS_ERR(sor->vdd_pll_supply)) { in tegra_sor_hdmi_probe()2300 PTR_ERR(sor->vdd_pll_supply)); in tegra_sor_hdmi_probe()2301 return PTR_ERR(sor->vdd_pll_supply); in tegra_sor_hdmi_probe()2304 err = regulator_enable(sor->vdd_pll_supply); in tegra_sor_hdmi_probe()2330 regulator_disable(sor->vdd_pll_supply); in tegra_sor_hdmi_remove()