Home
last modified time | relevance | path

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

/drivers/opp/
Dcore.c1389 int supply_count, supply_size, icc_size; in _opp_allocate() local
1392 supply_count = table->regulator_count > 0 ? table->regulator_count : 1; in _opp_allocate()
1393 supply_size = sizeof(*opp->supplies) * supply_count; in _opp_allocate()
1405 opp->bandwidth = (struct dev_pm_opp_icc_bw *)(opp->supplies + supply_count); in _opp_allocate()