Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Dhdmi4.c107 r = regulator_enable(hdmi->vdda_reg); in hdmi_power_on_core()
125 regulator_disable(hdmi->vdda_reg); in hdmi_power_on_core()
140 regulator_disable(hdmi->vdda_reg); in hdmi_power_off_core()
760 hdmi->vdda_reg = devm_regulator_get(&pdev->dev, "vdda"); in hdmi4_probe()
761 if (IS_ERR(hdmi->vdda_reg)) { in hdmi4_probe()
762 r = PTR_ERR(hdmi->vdda_reg); in hdmi4_probe()
Dhdmi5.c113 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()
744 hdmi->vdda_reg = devm_regulator_get(&pdev->dev, "vdda"); in hdmi5_probe()
745 if (IS_ERR(hdmi->vdda_reg)) { in hdmi5_probe()
746 r = PTR_ERR(hdmi->vdda_reg); in hdmi5_probe()
Dhdmi.h362 struct regulator *vdda_reg; member
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
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()
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()
Dhdmi.h341 struct regulator *vdda_reg; member