Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/ar7/
Dplatform.c496 static struct gpio_led_platform_data ar7_led_data; variable
501 .platform_data = &ar7_led_data,
510 ar7_led_data.num_leds = ARRAY_SIZE(default_leds); in detect_leds()
511 ar7_led_data.leds = default_leds; in detect_leds()
522 ar7_led_data.num_leds = ARRAY_SIZE(fb_fon_leds); in detect_leds()
523 ar7_led_data.leds = fb_fon_leds; in detect_leds()
525 ar7_led_data.num_leds = ARRAY_SIZE(fb_sl_leds); in detect_leds()
526 ar7_led_data.leds = fb_sl_leds; in detect_leds()
529 ar7_led_data.num_leds = ARRAY_SIZE(dsl502t_leds); in detect_leds()
530 ar7_led_data.leds = dsl502t_leds; in detect_leds()
[all …]