Searched refs:vdd_pll_supply (Results 1 – 1 of 1) sorted by relevance
437 struct regulator *vdd_pll_supply; member2980 sor->vdd_pll_supply = devm_regulator_get(sor->dev, "vdd-hdmi-dp-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 = tegra_sor_enable_regulator(sor, sor->vdd_pll_supply); in tegra_sor_hdmi_probe()3031 sor->vdd_pll_supply = devm_regulator_get(sor->dev, "vdd-hdmi-dp-pll"); in tegra_sor_dp_probe()3032 if (IS_ERR(sor->vdd_pll_supply)) in tegra_sor_dp_probe()3033 return PTR_ERR(sor->vdd_pll_supply); in tegra_sor_dp_probe()3035 err = tegra_sor_enable_regulator(sor, sor->vdd_pll_supply); in tegra_sor_dp_probe()