Home
last modified time | relevance | path

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

/linux/drivers/opp/
H A Dof.c278 struct opp_table *required_table, int index) in _link_required_opps() argument
286 opp->required_opps[index] = _find_opp_of_np(required_table, np); in _link_required_opps()
300 struct opp_table *required_table; in _of_opp_alloc_required_opps() local
311 required_table = opp_table->required_opp_tables[i]; in _of_opp_alloc_required_opps()
314 if (IS_ERR_OR_NULL(required_table)) in _of_opp_alloc_required_opps()
317 ret = _link_required_opps(opp, required_table, i); in _of_opp_alloc_required_opps()