Home
last modified time | relevance | path

Searched refs:required_table (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/opp/
H A Dof.c286 struct opp_table *required_table; in _of_opp_alloc_required_opps() local
300 required_table = opp_table->required_opp_tables[i]; in _of_opp_alloc_required_opps()
308 required_opps[i] = _find_opp_of_np(required_table, np); in _of_opp_alloc_required_opps()
/kernel/linux/linux-6.6/drivers/opp/
H A Dof.c304 struct opp_table *required_table; in _of_opp_alloc_required_opps() local
318 required_table = opp_table->required_opp_tables[i]; in _of_opp_alloc_required_opps()
321 if (IS_ERR_OR_NULL(required_table)) in _of_opp_alloc_required_opps()
330 required_opps[i] = _find_opp_of_np(required_table, np); in _of_opp_alloc_required_opps()

Completed in 4 milliseconds