Home
last modified time | relevance | path

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

/drivers/gpu/drm/omapdrm/dss/
Dhdmi4.c109 r = regulator_enable(hdmi->vdda_reg); in hdmi_power_on_core()
127 regulator_disable(hdmi->vdda_reg); in hdmi_power_on_core()
142 regulator_disable(hdmi->vdda_reg); in hdmi_power_off_core()
798 hdmi->vdda_reg = devm_regulator_get(&pdev->dev, "vdda"); in hdmi4_probe()
799 if (IS_ERR(hdmi->vdda_reg)) { in hdmi4_probe()
800 r = PTR_ERR(hdmi->vdda_reg); in hdmi4_probe()
Dhdmi5.c115 r = regulator_enable(hdmi->vdda_reg); in hdmi_power_on_core()
131 regulator_disable(hdmi->vdda_reg); in hdmi_power_on_core()
141 regulator_disable(hdmi->vdda_reg); in hdmi_power_off_core()
772 hdmi->vdda_reg = devm_regulator_get(&pdev->dev, "vdda"); in hdmi5_probe()
773 if (IS_ERR(hdmi->vdda_reg)) { in hdmi5_probe()
774 r = PTR_ERR(hdmi->vdda_reg); in hdmi5_probe()
Dhdmi.h363 struct regulator *vdda_reg; member
/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi5.c114 if (hdmi.vdda_reg != NULL) in hdmi_init_regulator()
123 hdmi.vdda_reg = reg; in hdmi_init_regulator()
132 r = regulator_enable(hdmi.vdda_reg); in hdmi_power_on_core()
148 regulator_disable(hdmi.vdda_reg); in hdmi_power_on_core()
158 regulator_disable(hdmi.vdda_reg); in hdmi_power_off_core()
Dhdmi4.c95 if (hdmi.vdda_reg != NULL) in hdmi_init_regulator()
106 hdmi.vdda_reg = reg; in hdmi_init_regulator()
115 r = regulator_enable(hdmi.vdda_reg); in hdmi_power_on_core()
131 regulator_disable(hdmi.vdda_reg); in hdmi_power_on_core()
141 regulator_disable(hdmi.vdda_reg); in hdmi_power_off_core()
Dhdmi.h341 struct regulator *vdda_reg; member