Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/alchemy/
Dboard-mtx1.c148 static struct gpio_led default_leds[] = { variable
159 .num_leds = ARRAY_SIZE(default_leds),
160 .leds = default_leds,
/linux-4.4.14/arch/mips/ar7/
Dplatform.c350 static struct gpio_led default_leds[] = { variable
511 ar7_led_data.num_leds = ARRAY_SIZE(default_leds); in detect_leds()
512 ar7_led_data.leds = default_leds; in detect_leds()