Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/alchemy/
Dboard-mtx1.c118 static const struct gpio_led default_leds[] = { variable
129 .num_leds = ARRAY_SIZE(default_leds),
130 .leds = default_leds,
/Linux-v5.10/arch/mips/ar7/
Dplatform.c336 static const struct gpio_led default_leds[] = { variable
497 ar7_led_data.num_leds = ARRAY_SIZE(default_leds); in detect_leds()
498 ar7_led_data.leds = default_leds; in detect_leds()