Home
last modified time | relevance | path

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

/drivers/leds/
Dleds-max77693.c601 struct device_node **sub_nodes) in max77693_led_parse_dt() argument
648 if (sub_nodes[fled_id]) { in max77693_led_parse_dt()
655 sub_nodes[fled_id] = child_node; in max77693_led_parse_dt()
769 struct device_node **sub_nodes) in max77693_led_get_configuration() argument
773 ret = max77693_led_parse_dt(led, cfg, sub_nodes); in max77693_led_get_configuration()
954 struct device_node *sub_nodes[2] = {}; in max77693_led_probe() local
968 ret = max77693_led_get_configuration(led, &led_cfg, sub_nodes); in max77693_led_probe()
995 sub_nodes[i]); in max77693_led_probe()