Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dhdmi4.c105 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()
Dhdmi5.c124 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()
Dhdmi.h351 struct regulator *vdda_reg; member