Searched refs:hdmi_supply (Results 1 – 2 of 2) sorted by relevance
150 struct regulator *hdmi_supply; member983 meson_dw_hdmi->hdmi_supply = devm_regulator_get_optional(dev, "hdmi"); in meson_dw_hdmi_bind()984 if (IS_ERR(meson_dw_hdmi->hdmi_supply)) { in meson_dw_hdmi_bind()985 if (PTR_ERR(meson_dw_hdmi->hdmi_supply) == -EPROBE_DEFER) in meson_dw_hdmi_bind()987 meson_dw_hdmi->hdmi_supply = NULL; in meson_dw_hdmi_bind()989 ret = regulator_enable(meson_dw_hdmi->hdmi_supply); in meson_dw_hdmi_bind()
438 struct regulator *hdmi_supply; member2994 sor->hdmi_supply = devm_regulator_get(sor->dev, "hdmi"); in tegra_sor_hdmi_probe()2995 if (IS_ERR(sor->hdmi_supply)) { in tegra_sor_hdmi_probe()2997 PTR_ERR(sor->hdmi_supply)); in tegra_sor_hdmi_probe()2998 return PTR_ERR(sor->hdmi_supply); in tegra_sor_hdmi_probe()3001 err = tegra_sor_enable_regulator(sor, sor->hdmi_supply); in tegra_sor_hdmi_probe()3995 if (sor->hdmi_supply) { in tegra_sor_suspend()3996 err = regulator_disable(sor->hdmi_supply); in tegra_sor_suspend()4011 if (sor->hdmi_supply) { in tegra_sor_resume()4012 err = regulator_enable(sor->hdmi_supply); in tegra_sor_resume()[all …]