Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/opp/
Dof.c76 struct device_node *opp_np) in _find_opp_of_np() argument
83 if (opp->np == opp_np) { in _find_opp_of_np()
110 static struct opp_table *_find_table_of_opp_np(struct device_node *opp_np) in _find_table_of_opp_np() argument
117 opp_table_np = of_get_parent(opp_np); in _find_table_of_opp_np()
163 struct device_node *opp_np) in _opp_table_alloc_required_tables() argument
170 np = of_get_next_available_child(opp_np, NULL); in _opp_table_alloc_required_tables()
222 struct device_node *np, *opp_np; in _of_init_opp_table() local
242 opp_np = _opp_of_get_opp_desc_node(np, index); in _of_init_opp_table()
245 if (!opp_np) in _of_init_opp_table()
248 if (of_property_read_bool(opp_np, "opp-shared")) in _of_init_opp_table()
[all …]