Searched refs:vdda_reg (Results 1 – 6 of 6) sorted by relevance
105 if (hdmi.vdda_reg != NULL) in hdmi_init_regulator()116 hdmi.vdda_reg = reg; in hdmi_init_regulator()125 r = regulator_enable(hdmi.vdda_reg); in hdmi_power_on_core()141 regulator_disable(hdmi.vdda_reg); in hdmi_power_on_core()151 regulator_disable(hdmi.vdda_reg); in hdmi_power_off_core()
124 if (hdmi.vdda_reg != NULL) in hdmi_init_regulator()133 hdmi.vdda_reg = reg; in hdmi_init_regulator()142 r = regulator_enable(hdmi.vdda_reg); in hdmi_power_on_core()158 regulator_disable(hdmi.vdda_reg); in hdmi_power_on_core()168 regulator_disable(hdmi.vdda_reg); in hdmi_power_off_core()
352 struct regulator *vdda_reg; member
124 if (hdmi->vdda_reg != NULL) in hdmi_init_regulator()133 hdmi->vdda_reg = reg; in hdmi_init_regulator()142 r = regulator_enable(hdmi->vdda_reg); in hdmi_power_on_core()158 regulator_disable(hdmi->vdda_reg); in hdmi_power_on_core()168 regulator_disable(hdmi->vdda_reg); in hdmi_power_off_core()
115 if (hdmi->vdda_reg != NULL) in hdmi_init_regulator()126 hdmi->vdda_reg = reg; in hdmi_init_regulator()138 r = regulator_enable(hdmi->vdda_reg); in hdmi_power_on_core()156 regulator_disable(hdmi->vdda_reg); in hdmi_power_on_core()171 regulator_disable(hdmi->vdda_reg); in hdmi_power_off_core()
373 struct regulator *vdda_reg; member