Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/bridge/
Dti-sn65dsi86.c123 #define SN_REGULATOR_SUPPLY_NUM 4 macro
188 struct regulator_bulk_data supplies[SN_REGULATOR_SUPPLY_NUM];
357 ret = regulator_bulk_enable(SN_REGULATOR_SUPPLY_NUM, pdata->supplies); in ti_sn65dsi86_resume()
391 ret = regulator_bulk_disable(SN_REGULATOR_SUPPLY_NUM, pdata->supplies); in ti_sn65dsi86_suspend()
1846 for (i = 0; i < SN_REGULATOR_SUPPLY_NUM; i++) in ti_sn65dsi86_parse_regulators()
1849 return devm_regulator_bulk_get(pdata->dev, SN_REGULATOR_SUPPLY_NUM, in ti_sn65dsi86_parse_regulators()