Home
last modified time | relevance | path

Searched refs:vdda_reg (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi4.c105 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()
Dhdmi5.c124 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()
Dhdmi.h352 struct regulator *vdda_reg; member
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dhdmi5.c124 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()
Dhdmi4.c115 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()
Dhdmi.h373 struct regulator *vdda_reg; member