Lines Matching refs:child_node
639 struct device_node *node = dev->of_node, *child_node; in max77693_led_parse_dt() local
648 for_each_available_child_of_node(node, child_node) { in max77693_led_parse_dt()
649 prop = of_find_property(child_node, "led-sources", NULL); in max77693_led_parse_dt()
662 of_node_put(child_node); in max77693_led_parse_dt()
678 of_node_put(child_node); in max77693_led_parse_dt()
688 sub_nodes[fled_id] = child_node; in max77693_led_parse_dt()
692 of_get_property(child_node, "label", NULL) ? : in max77693_led_parse_dt()
693 child_node->name; in max77693_led_parse_dt()
695 ret = of_property_read_u32(child_node, "led-max-microamp", in max77693_led_parse_dt()
702 ret = of_property_read_u32(child_node, "flash-max-microamp", in max77693_led_parse_dt()
710 ret = of_property_read_u32(child_node, "flash-max-timeout-us", in max77693_led_parse_dt()
721 of_node_put(child_node); in max77693_led_parse_dt()