Lines Matching defs:child
326 struct device_node *child;
334 for_each_child_of_node(np, child) {
335 of_id = of_match_node(rcar_gyroadc_child_match, child);
338 child);
372 ret = of_property_read_u32(child, "reg", ®);
375 "Failed to get child reg property of ADC \"%pOFn\".\n",
376 child);
384 num_channels, child, reg);
398 dev->of_node = child;
413 /* First child node which passed sanity tests. */
430 of_node_put(child);
445 of_node_put(child);