Home
last modified time | relevance | path

Searched refs:pwr_regs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi.c315 hdmi->pwr_regs = devm_kcalloc(&pdev->dev, in msm_hdmi_dev_probe()
317 sizeof(hdmi->pwr_regs[0]), in msm_hdmi_dev_probe()
319 if (!hdmi->pwr_regs) in msm_hdmi_dev_probe()
323 hdmi->pwr_regs[i].supply = config->pwr_reg_names[i]; in msm_hdmi_dev_probe()
325 ret = devm_regulator_bulk_get(&pdev->dev, config->pwr_reg_cnt, hdmi->pwr_regs); in msm_hdmi_dev_probe()
401 regulator_bulk_disable(config->pwr_reg_cnt, hdmi->pwr_regs); in msm_hdmi_runtime_suspend()
412 ret = regulator_bulk_enable(config->pwr_reg_cnt, hdmi->pwr_regs); in msm_hdmi_runtime_resume()
H A Dhdmi.h52 struct regulator_bulk_data *pwr_regs; member