Home
last modified time | relevance | path

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

/linux-6.12.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];
361 ret = regulator_bulk_enable(SN_REGULATOR_SUPPLY_NUM, pdata->supplies); in ti_sn65dsi86_resume()
395 ret = regulator_bulk_disable(SN_REGULATOR_SUPPLY_NUM, pdata->supplies); in ti_sn65dsi86_suspend()
1885 for (i = 0; i < SN_REGULATOR_SUPPLY_NUM; i++) in ti_sn65dsi86_parse_regulators()
1888 return devm_regulator_bulk_get(pdata->dev, SN_REGULATOR_SUPPLY_NUM, in ti_sn65dsi86_parse_regulators()