Searched refs:reg_hdmi_en (Results 1 – 2 of 2) sorted by relevance
138 struct regulator *reg_hdmi_en; member1815 hdata->reg_hdmi_en = devm_regulator_get_optional(dev, "hdmi-en"); in hdmi_resources_init()1817 if (PTR_ERR(hdata->reg_hdmi_en) != -ENODEV) in hdmi_resources_init()1818 if (IS_ERR(hdata->reg_hdmi_en)) in hdmi_resources_init()1819 return PTR_ERR(hdata->reg_hdmi_en); in hdmi_resources_init()2024 if (!IS_ERR(hdata->reg_hdmi_en)) { in hdmi_probe()2025 ret = regulator_enable(hdata->reg_hdmi_en); in hdmi_probe()2057 if (!IS_ERR(hdata->reg_hdmi_en)) in hdmi_probe()2058 regulator_disable(hdata->reg_hdmi_en); in hdmi_probe()2081 if (!IS_ERR(hdata->reg_hdmi_en)) in hdmi_remove()[all …]
101 reg_hdmi_en: regulator-2 { label