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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Ddm355evm_msp.c269 static struct gpio_led evm_leds[] = { local
287 .num_leds = ARRAY_SIZE(evm_leds),
288 .leds = evm_leds,
291 for (i = 0; i < ARRAY_SIZE(evm_leds); i++)
292 evm_leds[i].gpio = i + dm355evm_msp_gpio.base;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dboard-dm644x-evm.c266 static struct gpio_led evm_leds[] = { variable in typeref:struct:gpio_led
281 .num_leds = ARRAY_SIZE(evm_leds),
282 .leds = evm_leds,
290 struct gpio_led *leds = evm_leds;
679 evm_leds[7].default_trigger = "nand-disk";
H A Dboard-dm646x-evm.c161 static struct gpio_led evm_leds[] = { variable in typeref:struct:gpio_led
169 .num_leds = ARRAY_SIZE(evm_leds),
170 .leds = evm_leds,
178 struct gpio_led *leds = evm_leds;

Completed in 113 milliseconds