Lines Matching refs:ar7_led_data
498 static struct gpio_led_platform_data ar7_led_data; variable
503 .platform_data = &ar7_led_data,
512 ar7_led_data.num_leds = ARRAY_SIZE(default_leds); in detect_leds()
513 ar7_led_data.leds = default_leds; in detect_leds()
524 ar7_led_data.num_leds = ARRAY_SIZE(fb_fon_leds); in detect_leds()
525 ar7_led_data.leds = fb_fon_leds; in detect_leds()
527 ar7_led_data.num_leds = ARRAY_SIZE(fb_sl_leds); in detect_leds()
528 ar7_led_data.leds = fb_sl_leds; in detect_leds()
531 ar7_led_data.num_leds = ARRAY_SIZE(dsl502t_leds); in detect_leds()
532 ar7_led_data.leds = dsl502t_leds; in detect_leds()
534 ar7_led_data.num_leds = ARRAY_SIZE(dg834g_leds); in detect_leds()
535 ar7_led_data.leds = dg834g_leds; in detect_leds()
537 ar7_led_data.num_leds = ARRAY_SIZE(titan_leds); in detect_leds()
538 ar7_led_data.leds = titan_leds; in detect_leds()
540 ar7_led_data.num_leds = ARRAY_SIZE(gt701_leds); in detect_leds()
541 ar7_led_data.leds = gt701_leds; in detect_leds()