Searched refs:num_leds (Results 1 – 25 of 124) sorted by relevance
12345
/arch/mips/ath79/ |
D | dev-leds-gpio.c | 19 unsigned num_leds, in ath79_register_leds_gpio() argument 27 p = kmalloc(num_leds * sizeof(*p), GFP_KERNEL); in ath79_register_leds_gpio() 31 memcpy(p, leds, num_leds * sizeof(*p)); in ath79_register_leds_gpio() 38 pdata.num_leds = num_leds; in ath79_register_leds_gpio()
|
D | dev-leds-gpio.h | 18 unsigned num_leds,
|
/arch/arm/mach-kirkwood/include/mach/ |
D | leds-ns2.h | 22 int num_leds; member
|
D | leds-netxbig.h | 52 int num_leds; member
|
/arch/mips/ar7/ |
D | platform.c | 513 ar7_led_data.num_leds = ARRAY_SIZE(default_leds); in detect_leds() 525 ar7_led_data.num_leds = ARRAY_SIZE(fb_fon_leds); in detect_leds() 528 ar7_led_data.num_leds = ARRAY_SIZE(fb_sl_leds); in detect_leds() 532 ar7_led_data.num_leds = ARRAY_SIZE(dsl502t_leds); in detect_leds() 535 ar7_led_data.num_leds = ARRAY_SIZE(dg834g_leds); in detect_leds() 538 ar7_led_data.num_leds = ARRAY_SIZE(titan_leds); in detect_leds() 541 ar7_led_data.num_leds = ARRAY_SIZE(gt701_leds); in detect_leds()
|
/arch/arm/mach-kirkwood/ |
D | d2net_v2-setup.c | 117 .num_leds = ARRAY_SIZE(d2net_v2_gpio_led_pins), 145 .num_leds = ARRAY_SIZE(d2net_v2_led_pins),
|
D | netspace_v2-setup.c | 100 .num_leds = ARRAY_SIZE(netspace_v2_gpio_led_pins), 128 .num_leds = ARRAY_SIZE(netspace_v2_led_pins),
|
D | dockstar-setup.c | 63 .num_leds = ARRAY_SIZE(dockstar_led_pins),
|
D | guruplug-setup.c | 83 .num_leds = ARRAY_SIZE(guruplug_led_pins),
|
D | board-dreamplug.c | 112 .num_leds = ARRAY_SIZE(dreamplug_led_pins),
|
D | sheevaplug-setup.c | 76 .num_leds = ARRAY_SIZE(sheevaplug_led_pins),
|
D | netxbig_v2-setup.c | 233 .num_leds = ARRAY_SIZE(net2big_v2_leds_ctrl), 256 .num_leds = ARRAY_SIZE(net5big_v2_leds_ctrl),
|
/arch/arm/mach-at91/ |
D | leds.c | 48 led_data.num_leds = nr; in at91_gpio_leds() 85 pwm_led_data.num_leds = nr; in at91_pwm_leds()
|
D | board-gsia18s.c | 160 .num_leds = ARRAY_SIZE(gpio_leds), 232 .num_leds = ARRAY_SIZE(pcf_gpio_leds1), 285 .num_leds = ARRAY_SIZE(pcf_gpio_leds2), 325 .num_leds = ARRAY_SIZE(pcf_gpio_leds3),
|
/arch/arm/mach-pxa/ |
D | csb701.c | 43 .num_leds = ARRAY_SIZE(csb701_leds),
|
/arch/arm/mach-gemini/ |
D | board-rut1xx.c | 62 .num_leds = ARRAY_SIZE(rut100_leds),
|
D | board-nas4220b.c | 52 .num_leds = ARRAY_SIZE(ib4220b_leds),
|
D | board-wbd222.c | 71 .num_leds = ARRAY_SIZE(wbd222_leds),
|
D | board-wbd111.c | 71 .num_leds = ARRAY_SIZE(wbd111_leds),
|
/arch/arm/mach-omap2/ |
D | board-rx51.c | 50 .num_leds = ARRAY_SIZE(gpio_leds),
|
/arch/x86/platform/geode/ |
D | geos.c | 80 .num_leds = ARRAY_SIZE(geos_leds),
|
D | net5501.c | 71 .num_leds = ARRAY_SIZE(net5501_leds),
|
/arch/arm/mach-imx/ |
D | eukrea_mbimxsd-baseboard.c | 86 .num_leds = ARRAY_SIZE(eukrea_mbimxsd_leds),
|
/arch/sh/boards/mach-rsk/ |
D | devices-rsk7203.c | 78 .num_leds = ARRAY_SIZE(rsk7203_gpio_leds),
|
/arch/arm/mach-s3c64xx/ |
D | mach-smartq5.c | 50 .num_leds = ARRAY_SIZE(smartq5_leds),
|
12345