Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/opp/
Dof.c299 struct opp_table *required_table, int index) in _link_required_opps() argument
307 opp->required_opps[index] = _find_opp_of_np(required_table, np); in _link_required_opps()
340 if (required_table->is_genpd && opp_table->required_opp_count == 1 && in _link_required_opps()
356 struct opp_table *required_table; in _of_opp_alloc_required_opps() local
367 required_table = opp_table->required_opp_tables[i]; in _of_opp_alloc_required_opps()
370 if (IS_ERR_OR_NULL(required_table)) in _of_opp_alloc_required_opps()
373 ret = _link_required_opps(opp, opp_table, required_table, i); in _of_opp_alloc_required_opps()