Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/flash/
H A Dleds-max77693.c598 struct device_node **sub_nodes) in max77693_led_parse_dt() argument
645 if (sub_nodes[fled_id]) { in max77693_led_parse_dt()
652 sub_nodes[fled_id] = child_node; in max77693_led_parse_dt()
766 struct device_node **sub_nodes) in max77693_led_get_configuration() argument
770 ret = max77693_led_parse_dt(led, cfg, sub_nodes); in max77693_led_get_configuration()
951 struct device_node *sub_nodes[2] = {}; in max77693_led_probe() local
965 ret = max77693_led_get_configuration(led, &led_cfg, sub_nodes); in max77693_led_probe()
992 sub_nodes[i]); in max77693_led_probe()