Searched refs:sub_nodes (Results 1 – 1 of 1) sorted by relevance
598 struct device_node **sub_nodes) in max77693_led_parse_dt() argument643 if (sub_nodes[fled_id]) { in max77693_led_parse_dt()649 sub_nodes[fled_id] = of_node_get(child_node); in max77693_led_parse_dt()761 struct device_node **sub_nodes) in max77693_led_get_configuration() argument765 ret = max77693_led_parse_dt(led, cfg, sub_nodes); in max77693_led_get_configuration()946 struct device_node *sub_nodes[2] = {}; in max77693_led_probe() local960 ret = max77693_led_get_configuration(led, &led_cfg, sub_nodes); in max77693_led_probe()987 sub_nodes[i]); in max77693_led_probe()998 of_node_put(sub_nodes[i]); in max77693_led_probe()999 sub_nodes[i] = NULL; in max77693_led_probe()[all …]