Searched refs:reg_hdmi_en (Results 1 – 2 of 2) sorted by relevance
142 struct regulator *reg_hdmi_en; member1786 hdata->reg_hdmi_en = devm_regulator_get_optional(dev, "hdmi-en"); in hdmi_resources_init()1788 if (PTR_ERR(hdata->reg_hdmi_en) != -ENODEV) { in hdmi_resources_init()1789 if (IS_ERR(hdata->reg_hdmi_en)) in hdmi_resources_init()1790 return PTR_ERR(hdata->reg_hdmi_en); in hdmi_resources_init()1792 ret = regulator_enable(hdata->reg_hdmi_en); in hdmi_resources_init()2057 if (!IS_ERR(hdata->reg_hdmi_en)) in hdmi_remove()2058 regulator_disable(hdata->reg_hdmi_en); in hdmi_remove()
95 reg_hdmi_en: regulator@2 { label