Lines Matching refs:child_node
605 struct device_node *node = dev->of_node, *child_node; in max77693_led_parse_dt() local
614 for_each_available_child_of_node(node, child_node) { in max77693_led_parse_dt()
615 prop = of_find_property(child_node, "led-sources", NULL); in max77693_led_parse_dt()
628 of_node_put(child_node); in max77693_led_parse_dt()
644 of_node_put(child_node); in max77693_led_parse_dt()
651 of_node_put(child_node); in max77693_led_parse_dt()
655 sub_nodes[fled_id] = child_node; in max77693_led_parse_dt()
659 of_get_property(child_node, "label", NULL) ? : in max77693_led_parse_dt()
660 child_node->name; in max77693_led_parse_dt()
662 ret = of_property_read_u32(child_node, "led-max-microamp", in max77693_led_parse_dt()
669 ret = of_property_read_u32(child_node, "flash-max-microamp", in max77693_led_parse_dt()
677 ret = of_property_read_u32(child_node, "flash-max-timeout-us", in max77693_led_parse_dt()
688 of_node_put(child_node); in max77693_led_parse_dt()