Searched refs:reg_hdmi_en (Results 1 – 2 of 2) sorted by relevance
125 struct regulator *reg_hdmi_en; member1743 hdata->reg_hdmi_en = devm_regulator_get_optional(dev, "hdmi-en"); in hdmi_resources_init()1745 if (PTR_ERR(hdata->reg_hdmi_en) == -ENODEV) in hdmi_resources_init()1748 if (IS_ERR(hdata->reg_hdmi_en)) in hdmi_resources_init()1749 return PTR_ERR(hdata->reg_hdmi_en); in hdmi_resources_init()1751 ret = regulator_enable(hdata->reg_hdmi_en); in hdmi_resources_init()1970 if (!IS_ERR(hdata->reg_hdmi_en)) in hdmi_remove()1971 regulator_disable(hdata->reg_hdmi_en); in hdmi_remove()
97 reg_hdmi_en: regulator@2 { label