Searched refs:vdd_pll_supply (Results 1 – 1 of 1) sorted by relevance
427 struct regulator *vdd_pll_supply; member2980 sor->vdd_pll_supply = devm_regulator_get(sor->dev, "vdd-pll"); in tegra_sor_hdmi_probe()2981 if (IS_ERR(sor->vdd_pll_supply)) { in tegra_sor_hdmi_probe()2983 PTR_ERR(sor->vdd_pll_supply)); in tegra_sor_hdmi_probe()2984 return PTR_ERR(sor->vdd_pll_supply); in tegra_sor_hdmi_probe()2987 err = regulator_enable(sor->vdd_pll_supply); in tegra_sor_hdmi_probe()3015 regulator_disable(sor->vdd_pll_supply); in tegra_sor_hdmi_remove()