Home
last modified time | relevance | path

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

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