Lines Matching refs:opp_np

76 					  struct device_node *opp_np)  in _find_opp_of_np()  argument
83 if (opp->np == opp_np) in _find_opp_of_np()
97 static struct opp_table *_find_table_of_opp_np(struct device_node *opp_np) in _find_table_of_opp_np() argument
102 of_get_parent(opp_np); in _find_table_of_opp_np()
148 struct device_node *opp_np) in _opp_table_alloc_required_tables() argument
156 of_get_next_available_child(opp_np, NULL); in _opp_table_alloc_required_tables()
205 struct device_node *opp_np; in _of_init_opp_table() local
226 opp_np = _opp_of_get_opp_desc_node(np, index); in _of_init_opp_table()
227 if (!opp_np) in _of_init_opp_table()
230 if (of_property_read_bool(opp_np, "opp-shared")) in _of_init_opp_table()
235 opp_table->np = opp_np; in _of_init_opp_table()
237 _opp_table_alloc_required_tables(opp_table, dev, opp_np); in _of_init_opp_table()
359 struct device_node *opp_np __free(device_node) = in lazy_link_required_opp_table()
371 of_parse_required_opp(opp_np, i); in lazy_link_required_opp_table()
407 struct device_node *opp_np __free(device_node) = NULL; in _bandwidth_supported()
417 opp_np = _opp_of_get_opp_desc_node(np, 0); in _bandwidth_supported()
419 opp_np = of_node_get(opp_table->np); in _bandwidth_supported()
423 if (!opp_np) in _bandwidth_supported()
428 of_get_next_available_child(opp_np, NULL); in _bandwidth_supported()
1388 struct device_node *opp_np __free(device_node) = in dev_pm_opp_of_has_required_opp()
1391 if (!opp_np) in dev_pm_opp_of_has_required_opp()
1395 of_get_next_available_child(opp_np, NULL); in dev_pm_opp_of_has_required_opp()