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

/linux-4.4.14/arch/mips/ar7/
H A Dplatform.c497 static struct gpio_led_platform_data ar7_led_data; variable in typeref:struct:gpio_led_platform_data
502 .platform_data = &ar7_led_data,
511 ar7_led_data.num_leds = ARRAY_SIZE(default_leds); detect_leds()
512 ar7_led_data.leds = default_leds; detect_leds()
523 ar7_led_data.num_leds = ARRAY_SIZE(fb_fon_leds); detect_leds()
524 ar7_led_data.leds = fb_fon_leds; detect_leds()
526 ar7_led_data.num_leds = ARRAY_SIZE(fb_sl_leds); detect_leds()
527 ar7_led_data.leds = fb_sl_leds; detect_leds()
530 ar7_led_data.num_leds = ARRAY_SIZE(dsl502t_leds); detect_leds()
531 ar7_led_data.leds = dsl502t_leds; detect_leds()
533 ar7_led_data.num_leds = ARRAY_SIZE(dg834g_leds); detect_leds()
534 ar7_led_data.leds = dg834g_leds; detect_leds()
536 ar7_led_data.num_leds = ARRAY_SIZE(titan_leds); detect_leds()
537 ar7_led_data.leds = titan_leds; detect_leds()
539 ar7_led_data.num_leds = ARRAY_SIZE(gt701_leds); detect_leds()
540 ar7_led_data.leds = gt701_leds; detect_leds()

Completed in 262 milliseconds