Searched refs:hdmi_supply (Results 1 – 2 of 2) sorted by relevance
141 struct regulator *hdmi_supply; member763 meson_dw_hdmi->hdmi_supply = devm_regulator_get_optional(dev, "hdmi"); in meson_dw_hdmi_bind()764 if (IS_ERR(meson_dw_hdmi->hdmi_supply)) { in meson_dw_hdmi_bind()765 if (PTR_ERR(meson_dw_hdmi->hdmi_supply) == -EPROBE_DEFER) in meson_dw_hdmi_bind()767 meson_dw_hdmi->hdmi_supply = NULL; in meson_dw_hdmi_bind()769 ret = regulator_enable(meson_dw_hdmi->hdmi_supply); in meson_dw_hdmi_bind()
353 struct regulator *hdmi_supply; member2749 sor->hdmi_supply = devm_regulator_get(sor->dev, "hdmi"); in tegra_sor_hdmi_probe()2750 if (IS_ERR(sor->hdmi_supply)) { in tegra_sor_hdmi_probe()2752 PTR_ERR(sor->hdmi_supply)); in tegra_sor_hdmi_probe()2753 return PTR_ERR(sor->hdmi_supply); in tegra_sor_hdmi_probe()2756 err = regulator_enable(sor->hdmi_supply); in tegra_sor_hdmi_probe()2769 regulator_disable(sor->hdmi_supply); in tegra_sor_hdmi_remove()