Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/leds/
Dleds-max77693.c635 struct device_node **sub_nodes) in max77693_led_parse_dt() argument
682 if (sub_nodes[fled_id]) { in max77693_led_parse_dt()
688 sub_nodes[fled_id] = child_node; in max77693_led_parse_dt()
802 struct device_node **sub_nodes) in max77693_led_get_configuration() argument
806 ret = max77693_led_parse_dt(led, cfg, sub_nodes); in max77693_led_get_configuration()
989 struct device_node *sub_nodes[2] = {}; in max77693_led_probe() local
1003 ret = max77693_led_get_configuration(led, &led_cfg, sub_nodes); in max77693_led_probe()
1030 sub_nodes[i]); in max77693_led_probe()