Searched refs:vdda_reg (Results 1 – 3 of 3) sorted by relevance
105 if (hdmi.vdda_reg != NULL) in hdmi_init_regulator()125 hdmi.vdda_reg = reg; in hdmi_init_regulator()134 r = regulator_enable(hdmi.vdda_reg); in hdmi_power_on_core()150 regulator_disable(hdmi.vdda_reg); in hdmi_power_on_core()160 regulator_disable(hdmi.vdda_reg); in hdmi_power_off_core()
124 if (hdmi.vdda_reg != NULL) in hdmi_init_regulator()142 hdmi.vdda_reg = reg; in hdmi_init_regulator()151 r = regulator_enable(hdmi.vdda_reg); in hdmi_power_on_core()167 regulator_disable(hdmi.vdda_reg); in hdmi_power_on_core()177 regulator_disable(hdmi.vdda_reg); in hdmi_power_off_core()
351 struct regulator *vdda_reg; member