Lines Matching defs:child_node
602 struct device_node *node = dev_of_node(dev), *child_node;
611 for_each_available_child_of_node(node, child_node) {
612 prop = of_find_property(child_node, "led-sources", NULL);
625 of_node_put(child_node);
641 of_node_put(child_node);
648 of_node_put(child_node);
652 sub_nodes[fled_id] = child_node;
656 of_get_property(child_node, "label", NULL) ? :
657 child_node->name;
659 ret = of_property_read_u32(child_node, "led-max-microamp",
666 ret = of_property_read_u32(child_node, "flash-max-microamp",
674 ret = of_property_read_u32(child_node, "flash-max-timeout-us",
685 of_node_put(child_node);