Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4.c110 r = regulator_enable(hdmi->vdda_reg); in hdmi_power_on_core()
128 regulator_disable(hdmi->vdda_reg); in hdmi_power_on_core()
143 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()
H A Dhdmi5.c116 r = regulator_enable(hdmi->vdda_reg); in hdmi_power_on_core()
132 regulator_disable(hdmi->vdda_reg); in hdmi_power_on_core()
142 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()
H A Dhdmi.h363 struct regulator *vdda_reg; member
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi5.c112 if (hdmi.vdda_reg != NULL) in hdmi_init_regulator()
121 hdmi.vdda_reg = reg; in hdmi_init_regulator()
130 r = regulator_enable(hdmi.vdda_reg); in hdmi_power_on_core()
146 regulator_disable(hdmi.vdda_reg); in hdmi_power_on_core()
156 regulator_disable(hdmi.vdda_reg); in hdmi_power_off_core()
H A Dhdmi4.c93 if (hdmi.vdda_reg != NULL) in hdmi_init_regulator()
104 hdmi.vdda_reg = reg; in hdmi_init_regulator()
113 r = regulator_enable(hdmi.vdda_reg); in hdmi_power_on_core()
129 regulator_disable(hdmi.vdda_reg); in hdmi_power_on_core()
139 regulator_disable(hdmi.vdda_reg); in hdmi_power_off_core()
H A Dhdmi.h341 struct regulator *vdda_reg; member