Lines Matching refs:opp_np
79 struct device_node *opp_np)
86 if (opp->np == opp_np) {
105 static struct opp_table *_find_table_of_opp_np(struct device_node *opp_np)
110 opp_table_np = of_get_parent(opp_np);
163 struct device_node *opp_np)
171 np = of_get_next_available_child(opp_np, NULL);
226 struct device_node *np, *opp_np;
246 opp_np = _opp_of_get_opp_desc_node(np, index);
249 if (!opp_np)
252 if (of_property_read_bool(opp_np, "opp-shared"))
257 opp_table->np = opp_np;
259 _opp_table_alloc_required_tables(opp_table, dev, opp_np);
378 struct device_node *required_np, *opp_np, *required_table_np;
387 /* opp_np can't be invalid here */
388 opp_np = of_get_next_available_child(opp_table->np, NULL);
398 required_np = of_parse_required_opp(opp_np, i);
425 of_node_put(opp_np);
442 struct device_node *np, *opp_np;
450 opp_np = _opp_of_get_opp_desc_node(np, 0);
453 opp_np = of_node_get(opp_table->np);
457 if (!opp_np)
461 np = of_get_next_available_child(opp_np, NULL);
462 of_node_put(opp_np);