Lines Matching refs:opp_np
76 struct device_node *opp_np)
83 if (opp->np == opp_np) {
102 static struct opp_table *_find_table_of_opp_np(struct device_node *opp_np)
109 opp_table_np = of_get_parent(opp_np);
155 struct device_node *opp_np)
162 np = of_get_next_available_child(opp_np, NULL);
214 struct device_node *np, *opp_np;
234 opp_np = _opp_of_get_opp_desc_node(np, index);
237 if (!opp_np)
240 if (of_property_read_bool(opp_np, "opp-shared"))
245 opp_table->np = opp_np;
247 _opp_table_alloc_required_tables(opp_table, dev, opp_np);
248 of_node_put(opp_np);
329 struct device_node *np, *opp_np;
337 opp_np = _opp_of_get_opp_desc_node(np, 0);
340 opp_np = of_node_get(opp_table->np);
344 if (!opp_np)
348 np = of_get_next_available_child(opp_np, NULL);
349 of_node_put(opp_np);