Lines Matching defs:child
587 static int lp55xx_parse_multi_led_child(struct device_node *child,
593 ret = lp55xx_parse_common_child(child, cfg, child_number, &chan_nr);
597 ret = of_property_read_u32(child, "color", &color_id);
611 struct device_node *child;
614 for_each_available_child_of_node(np, child) {
615 ret = lp55xx_parse_multi_led_child(child, cfg, child_number,
618 of_node_put(child);
659 struct device_node *child;
684 for_each_available_child_of_node(np, child) {
685 ret = lp55xx_parse_logical_led(child, cfg, i);
687 of_node_put(child);