Home
last modified time | relevance | path

Searched refs:sub_nodes (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/leds/flash/
H A Dleds-max77693.c598 struct device_node **sub_nodes) in max77693_led_parse_dt() argument
643 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() argument
765 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() local
960 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 …]