Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/alchemy/
Dboard-mtx1.c147 static struct gpio_led default_leds[] = { variable
158 .num_leds = ARRAY_SIZE(default_leds),
159 .leds = default_leds,
/linux-4.1.27/arch/mips/ar7/
Dplatform.c351 static struct gpio_led default_leds[] = { variable
512 ar7_led_data.num_leds = ARRAY_SIZE(default_leds); in detect_leds()
513 ar7_led_data.leds = default_leds; in detect_leds()