Lines Matching defs:child
589 static int lp55xx_parse_multi_led_child(struct device_node *child,
595 ret = lp55xx_parse_common_child(child, cfg, child_number, &chan_nr);
599 ret = of_property_read_u32(child, "color", &color_id);
613 struct device_node *child;
616 for_each_available_child_of_node(np, child) {
617 ret = lp55xx_parse_multi_led_child(child, cfg, child_number,
620 of_node_put(child);
661 struct device_node *child;
686 for_each_available_child_of_node(np, child) {
687 ret = lp55xx_parse_logical_led(child, cfg, i);
689 of_node_put(child);