Home
last modified time | relevance | path

Searched full:vdda_reg (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi4.c94 if (hdmi.vdda_reg != NULL) in hdmi_init_regulator()
105 hdmi.vdda_reg = reg; in hdmi_init_regulator()
114 r = regulator_enable(hdmi.vdda_reg); in hdmi_power_on_core()
130 regulator_disable(hdmi.vdda_reg); in hdmi_power_on_core()
140 regulator_disable(hdmi.vdda_reg); in hdmi_power_off_core()
H A Dhdmi5.c113 if (hdmi.vdda_reg != NULL) in hdmi_init_regulator()
122 hdmi.vdda_reg = reg; in hdmi_init_regulator()
131 r = regulator_enable(hdmi.vdda_reg); in hdmi_power_on_core()
147 regulator_disable(hdmi.vdda_reg); in hdmi_power_on_core()
157 regulator_disable(hdmi.vdda_reg); in hdmi_power_off_core()
H A Dhdmi.h341 struct regulator *vdda_reg; member
/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi.h363 struct regulator *vdda_reg; member