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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/ar7/
H A Dplatform.c460 static struct gpio_led_platform_data ar7_led_data; variable in typeref:struct:gpio_led_platform_data
465 .platform_data = &ar7_led_data,
474 ar7_led_data.num_leds = ARRAY_SIZE(default_leds);
475 ar7_led_data.leds = default_leds;
485 ar7_led_data.num_leds = ARRAY_SIZE(fb_fon_leds);
486 ar7_led_data.leds = fb_fon_leds;
488 ar7_led_data.num_leds = ARRAY_SIZE(fb_sl_leds);
489 ar7_led_data.leds = fb_sl_leds;
492 ar7_led_data.num_leds = ARRAY_SIZE(dsl502t_leds);
493 ar7_led_data
[all...]

Completed in 94 milliseconds