Searched refs:nbuttons (Results 1 – 25 of 123) sorted by relevance
12345
/arch/mips/ath79/ |
D | dev-gpio-buttons.c | 20 unsigned nbuttons, in ath79_register_gpio_keys_polled() argument 28 p = kmalloc(nbuttons * sizeof(*p), GFP_KERNEL); in ath79_register_gpio_keys_polled() 32 memcpy(p, buttons, nbuttons * sizeof(*p)); in ath79_register_gpio_keys_polled() 40 pdata.nbuttons = nbuttons; in ath79_register_gpio_keys_polled()
|
D | dev-gpio-buttons.h | 20 unsigned nbuttons,
|
/arch/arm/mach-pxa/ |
D | csb701.c | 23 .nbuttons = ARRAY_SIZE(csb701_buttons),
|
D | palmt5.c | 154 .nbuttons = ARRAY_SIZE(palmt5_pxa_buttons),
|
/arch/arm/mach-gemini/ |
D | board-rut1xx.c | 36 .nbuttons = ARRAY_SIZE(rut1xx_keys),
|
D | board-nas4220b.c | 83 .nbuttons = ARRAY_SIZE(ib4220b_keys),
|
D | board-wbd222.c | 40 .nbuttons = ARRAY_SIZE(wbd222_keys),
|
D | board-wbd111.c | 40 .nbuttons = ARRAY_SIZE(wbd111_keys),
|
/arch/x86/platform/geode/ |
D | geos.c | 46 .nbuttons = ARRAY_SIZE(geos_gpio_buttons),
|
D | net5501.c | 49 .nbuttons = ARRAY_SIZE(net5501_gpio_buttons),
|
D | alix.c | 57 .nbuttons = ARRAY_SIZE(alix_gpio_buttons),
|
/arch/arm/mach-imx/ |
D | eukrea_mbimxsd-baseboard.c | 102 .nbuttons = ARRAY_SIZE(eukrea_mbimxsd_gpio_buttons),
|
/arch/arm/mach-kirkwood/ |
D | ts219-setup.c | 58 .nbuttons = ARRAY_SIZE(qnap_ts219_buttons),
|
D | mv88f6281gtw_ge-setup.c | 86 .nbuttons = ARRAY_SIZE(mv88f6281gtw_ge_button_pins),
|
D | d2net_v2-setup.c | 92 .nbuttons = ARRAY_SIZE(d2net_v2_buttons),
|
D | ts41x-setup.c | 69 .nbuttons = ARRAY_SIZE(qnap_ts41x_buttons),
|
D | t5325-setup.c | 97 .nbuttons = ARRAY_SIZE(hp_t5325_buttons),
|
/arch/sh/boards/mach-rsk/ |
D | devices-rsk7203.c | 110 .nbuttons = ARRAY_SIZE(rsk7203_gpio_keys_table),
|
/arch/arm/mach-s3c64xx/ |
D | mach-smartq5.c | 98 .nbuttons = ARRAY_SIZE(smartq5_buttons),
|
D | mach-smartq7.c | 114 .nbuttons = ARRAY_SIZE(smartq7_buttons),
|
/arch/unicore32/kernel/ |
D | puv3-nb0916.c | 80 .nbuttons = ARRAY_SIZE(nb0916_gpio_keys),
|
/arch/arm/mach-sa1100/ |
D | simpad.c | 264 .nbuttons = ARRAY_SIZE(simpad_button_table), 285 .nbuttons = ARRAY_SIZE(simpad_polled_button_table),
|
/arch/arm/mach-orion5x/ |
D | edmini_v2-setup.c | 169 .nbuttons = ARRAY_SIZE(edmini_v2_buttons),
|
/arch/arm/mach-at91/ |
D | board-foxg20.c | 187 .nbuttons = ARRAY_SIZE(foxg20_buttons),
|
/arch/arm/mach-s3c24xx/ |
D | mach-n30.c | 148 .nbuttons = ARRAY_SIZE(n30_buttons), 238 .nbuttons = ARRAY_SIZE(n35_buttons),
|
12345