Searched refs:vdda_reg (Results 1 – 6 of 6) sorted by relevance
110 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()804 hdmi->vdda_reg = devm_regulator_get(&pdev->dev, "vdda"); in hdmi4_probe()805 if (IS_ERR(hdmi->vdda_reg)) { in hdmi4_probe()806 r = PTR_ERR(hdmi->vdda_reg); in hdmi4_probe()
116 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()770 hdmi->vdda_reg = devm_regulator_get(&pdev->dev, "vdda"); in hdmi5_probe()771 if (IS_ERR(hdmi->vdda_reg)) { in hdmi5_probe()772 r = PTR_ERR(hdmi->vdda_reg); in hdmi5_probe()
363 struct regulator *vdda_reg; member
94 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()
113 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()
341 struct regulator *vdda_reg; member
Completed in 15 milliseconds