Lines Matching defs:index
245 * @index: the index of the LED
250 struct led_classdev *of_led_get(struct device_node *np, int index)
255 led_node = of_parse_phandle(np, "leds", index);
304 * @index: index of the LED to obtain in the consumer
313 int index)
320 led = of_led_get(dev->of_node, index);
413 * @index: index of the LED to obtain in the consumer
423 int index)
427 led = devm_of_led_get(dev, index);