Searched refs:reg_hdmi_en (Results 1 – 2 of 2) sorted by relevance
138 struct regulator *reg_hdmi_en; member1818 hdata->reg_hdmi_en = devm_regulator_get_optional(dev, "hdmi-en"); in hdmi_resources_init()1820 if (PTR_ERR(hdata->reg_hdmi_en) != -ENODEV) in hdmi_resources_init()1821 if (IS_ERR(hdata->reg_hdmi_en)) in hdmi_resources_init()1822 return PTR_ERR(hdata->reg_hdmi_en); in hdmi_resources_init()2029 if (!IS_ERR(hdata->reg_hdmi_en)) { in hdmi_probe()2030 ret = regulator_enable(hdata->reg_hdmi_en); in hdmi_probe()2062 if (!IS_ERR(hdata->reg_hdmi_en)) in hdmi_probe()2063 regulator_disable(hdata->reg_hdmi_en); in hdmi_probe()2086 if (!IS_ERR(hdata->reg_hdmi_en)) in hdmi_remove()[all …]
119 reg_hdmi_en: regulator-2 { label