Searched refs:vdda_reg (Results 1 – 6 of 6) sorted by relevance
109 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()
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()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()
363 struct regulator *vdda_reg; member
114 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()
95 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()
341 struct regulator *vdda_reg; member