Searched refs:pwr_reg_cnt (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/msm/hdmi/
H A Dhdmi.c456 config->pwr_reg_cnt,
462 for (i = 0; i < config->pwr_reg_cnt; i++)
465 ret = devm_regulator_bulk_get(&pdev->dev, config->pwr_reg_cnt, hdmi->pwr_regs);
H A Dhdmi_bridge.c24 ret = regulator_bulk_enable(config->pwr_reg_cnt, hdmi->pwr_regs);
62 ret = regulator_bulk_disable(config->pwr_reg_cnt, hdmi->pwr_regs);
H A Dhdmi.h95 int pwr_reg_cnt; member in struct:hdmi_platform_config

Completed in 109 milliseconds