Home
last modified time | relevance | path

Searched refs:nbuttons (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.15/drivers/hid/
H A Dhid-elecom.c42 int nbuttons) in mouse_button_fixup() argument
50 nbuttons = clamp(nbuttons, 0, MOUSE_BUTTONS_MAX); in mouse_button_fixup()
51 rdesc[button_bit_count + 1] = nbuttons; in mouse_button_fixup()
52 rdesc[button_usage_maximum + 1] = nbuttons; in mouse_button_fixup()
53 rdesc[padding_bit + 1] = MOUSE_BUTTONS_MAX - nbuttons; in mouse_button_fixup()
/linux-6.15/drivers/input/keyboard/
H A Dgpio_keys_polled.c96 for (i = 0; i < pdata->nbuttons; i++) { in gpio_keys_polled_poll()
147 int nbuttons; in gpio_keys_polled_get_devtree_pdata() local
149 nbuttons = device_get_child_node_count(dev); in gpio_keys_polled_get_devtree_pdata()
150 if (nbuttons == 0) in gpio_keys_polled_get_devtree_pdata()
153 pdata = devm_kzalloc(dev, sizeof(*pdata) + nbuttons * sizeof(*button), in gpio_keys_polled_get_devtree_pdata()
161 pdata->nbuttons = nbuttons; in gpio_keys_polled_get_devtree_pdata()
205 for (i = 0; i < pdata->nbuttons; i++) { in gpio_keys_polled_set_abs_params()
247 bdev = devm_kzalloc(dev, struct_size(bdev, data, pdata->nbuttons), in gpio_keys_polled_probe()
277 for (i = 0; i < pdata->nbuttons; i++) { in gpio_keys_polled_probe()
360 for (i = 0; i < pdata->nbuttons; i++) in gpio_keys_polled_probe()
H A Dgpio_keys.c212 for (i = 0; i < ddata->pdata->nbuttons; i++) { in gpio_keys_attr_show_helper()
263 for (i = 0; i < ddata->pdata->nbuttons; i++) { in gpio_keys_attr_store_helper()
277 for (i = 0; i < ddata->pdata->nbuttons; i++) { in gpio_keys_attr_store_helper()
710 for (i = 0; i < ddata->pdata->nbuttons; i++) { in gpio_keys_report_state()
757 int nbuttons, irq; in gpio_keys_get_devtree_pdata() local
759 nbuttons = device_get_child_node_count(dev); in gpio_keys_get_devtree_pdata()
760 if (nbuttons == 0) in gpio_keys_get_devtree_pdata()
772 pdata->nbuttons = nbuttons; in gpio_keys_get_devtree_pdata()
890 input->keycodemax = pdata->nbuttons; in gpio_keys_probe()
896 for (i = 0; i < pdata->nbuttons; i++) { in gpio_keys_probe()
[all …]
H A Dqt1050.c349 int nbuttons; in qt1050_parse_fw() local
351 nbuttons = device_get_child_node_count(dev); in qt1050_parse_fw()
352 if (nbuttons == 0 || nbuttons > QT1050_MAX_KEYS) in qt1050_parse_fw()
H A Dtca6416-keypad.c199 struct_size(chip, buttons, pdata->nbuttons), in tca6416_keypad_probe()
229 for (i = 0; i < pdata->nbuttons; i++) { in tca6416_keypad_probe()
/linux-6.15/include/linux/
H A Dtca6416_keypad.h24 int nbuttons; member
H A Dgpio_keys.h54 int nbuttons; member
/linux-6.15/arch/mips/bcm47xx/
H A Dbuttons.c502 size_t nbuttons) in bcm47xx_buttons_copy() argument
504 size_t size = nbuttons * sizeof(*buttons); in bcm47xx_buttons_copy()
509 bcm47xx_button_pdata.nbuttons = nbuttons; in bcm47xx_buttons_copy()
/linux-6.15/arch/sh/boards/mach-rsk/
H A Ddevices-rsk7203.c107 .nbuttons = ARRAY_SIZE(rsk7203_gpio_keys_table),
/linux-6.15/arch/arm/mach-mv78xx0/
H A Dbuffalo-wxl-setup.c119 .nbuttons = ARRAY_SIZE(tswxl_buttons),
/linux-6.15/drivers/mfd/
H A Ducb1x00-assabet.c56 keys.nbuttons = ARRAY_SIZE(buttons); in ucb1x00_assabet_add()
H A Drohm-bd718x7.c29 .nbuttons = 1,
/linux-6.15/arch/arm/mach-orion5x/
H A Ddns323-setup.c357 .nbuttons = ARRAY_SIZE(dns323ab_buttons),
371 .nbuttons = ARRAY_SIZE(dns323c_buttons),
H A Dmv2120-setup.c95 .nbuttons = ARRAY_SIZE(mv2120_buttons),
H A Dts409-setup.c233 .nbuttons = ARRAY_SIZE(qnap_ts409_buttons),
H A Dts209-setup.c219 .nbuttons = ARRAY_SIZE(qnap_ts209_buttons),
H A Dnet2big-setup.c338 .nbuttons = ARRAY_SIZE(net2big_buttons),
/linux-6.15/drivers/platform/x86/
H A Dmeraki-mx100.c134 .nbuttons = ARRAY_SIZE(tink_buttons),
H A Dpcengines-apuv2.c116 .nbuttons = ARRAY_SIZE(apu2_keys_buttons),
H A Dbarco-p50-gpio.c113 .nbuttons = ARRAY_SIZE(buttons),
/linux-6.15/arch/sh/boards/mach-x3proto/
H A Dsetup.c198 .nbuttons = ARRAY_SIZE(baseboard_buttons),
/linux-6.15/arch/mips/alchemy/
H A Dboard-mtx1.c93 .nbuttons = ARRAY_SIZE(mtx1_gpio_button),
/linux-6.15/arch/arm/mach-sa1100/
H A Dh3xxx.c191 .nbuttons = ARRAY_SIZE(h3xxx_button_table),
H A Dcollie.c252 .nbuttons = ARRAY_SIZE(collie_gpio_keys),
H A Dassabet.c490 .nbuttons = ARRAY_SIZE(assabet_keys_buttons),

12