Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/opp/
Dcore.c1384 int supply_count, supply_size, icc_size; in _opp_allocate() local
1387 supply_count = table->regulator_count > 0 ? table->regulator_count : 1; in _opp_allocate()
1388 supply_size = sizeof(*opp->supplies) * supply_count; in _opp_allocate()
1400 opp->bandwidth = (struct dev_pm_opp_icc_bw *)(opp->supplies + supply_count); in _opp_allocate()