Searched refs:vdda_reg (Results 1 – 3 of 3) sorted by relevance
125 if (hdmi.vdda_reg != NULL) in hdmi_init_regulator()143 hdmi.vdda_reg = reg; in hdmi_init_regulator()152 r = regulator_enable(hdmi.vdda_reg); in hdmi_power_on_core()168 regulator_disable(hdmi.vdda_reg); in hdmi_power_on_core()178 regulator_disable(hdmi.vdda_reg); in hdmi_power_off_core()
106 if (hdmi.vdda_reg != NULL) in hdmi_init_regulator()126 hdmi.vdda_reg = reg; in hdmi_init_regulator()135 r = regulator_enable(hdmi.vdda_reg); in hdmi_power_on_core()151 regulator_disable(hdmi.vdda_reg); in hdmi_power_on_core()161 regulator_disable(hdmi.vdda_reg); in hdmi_power_off_core()
351 struct regulator *vdda_reg; member