Home
last modified time | relevance | path

Searched full:autorepeat (Results 1 – 25 of 163) sorted by relevance

1234567

/linux-6.12.1/Documentation/devicetree/bindings/input/
Dspear-keyboard.txt8 - autorepeat: bool: enables key autorepeat
18 autorepeat;
Dclps711x-keypad.txt11 - autorepeat: Enable autorepeat feature.
16 autorepeat;
Domap-keypad.txt20 - linux,keypad-no-autorepeat: do no enable autorepeat feature.
27 linux,keypad-no-autorepeat;
Dsamsung,s3c6410-keypad.yaml40 linux,input-no-autorepeat:
43 Do no enable autorepeat feature.
107 linux,input-no-autorepeat;
Dgpio-matrix-keypad.txt21 - linux,no-autorepeat: do no enable autorepeat feature.
Dinput.yaml13 autorepeat:
14 description: Enable autorepeat when key is pressed and held down.
Dmicrochip,cap11xx.yaml43 autorepeat:
45 Enables the Linux input system's autorepeat feature on the input device.
195 autorepeat;
Dfsl,mpr121-touchkey.yaml65 autorepeat;
84 autorepeat;
Dgpio-keys.yaml18 autorepeat: true
157 autorepeat;
Datmel,captouch.yaml57 autorepeat;
/linux-6.12.1/drivers/input/misc/
Dsoc_button_array.c30 bool autorepeat; member
155 bool autorepeat) in soc_button_device_create() argument
167 if (info->autorepeat == autorepeat) in soc_button_device_create()
185 if (info->autorepeat != autorepeat) in soc_button_device_create()
208 if (!autorepeat && (use_low_level_irq || in soc_button_device_create()
234 gpio_keys_pdata->rep = autorepeat; in soc_button_device_create()
318 info->autorepeat = true; in soc_button_parse_btn_desc()
322 info->autorepeat = true; in soc_button_parse_btn_desc()
/linux-6.12.1/Documentation/devicetree/bindings/mfd/
Dtc3589x.txt56 - linux,no-autorepeat: do no enable autorepeat feature.
86 linux,no-autorepeat;
Dst,stmpe.yaml105 st,no-autorepeat:
106 description: If present, the keys will not autorepeat when pressed
235 st,no-autorepeat;
/linux-6.12.1/arch/arm/boot/dts/xilinx/
Dzynq-zturn-common.dtsi51 autorepeat;
57 autorepeat;
Dzynq-zc702.dts33 autorepeat;
39 autorepeat;
46 autorepeat;
/linux-6.12.1/drivers/input/keyboard/
Dtwl4030_keypad.c50 bool autorepeat; member
270 /* Enable controller, with hardware decoding but not autorepeat */ in twl4030_kp_program()
361 kp->autorepeat = pdata->rep; in twl4030_kp_probe()
369 kp->autorepeat = true; in twl4030_kp_probe()
393 if (kp->autorepeat) in twl4030_kp_probe()
Dstmpe-keypad.c124 * @no_autorepeat: disable key autorepeat
356 keypad->no_autorepeat = of_property_read_bool(np, "st,no-autorepeat"); in stmpe_keypad_probe()
/linux-6.12.1/arch/arm64/boot/dts/rockchip/
Drk3326-anbernic-rg351v.dts12 autorepeat;
/linux-6.12.1/include/linux/input/
Dsamsung-keypad.h22 * @no_autorepeat: disable key autorepeat.
/linux-6.12.1/Documentation/input/
Dinput-programming.rst313 Key autorepeat
316 ... is simple. It is handled by the input.c module. Hardware autorepeat is
319 autorepeat for your device, just set EV_REP in dev->evbit. All will be
/linux-6.12.1/arch/arm/boot/dts/microchip/
Dat91-gatwick.dts18 autorepeat;
/linux-6.12.1/Documentation/devicetree/bindings/auxdisplay/
Dholtek,ht16k33.yaml42 linux,no-autorepeat:
/linux-6.12.1/include/linux/
Dhil.h160 HIL_CMD_DKA = 0x3d, /* Disable Keyswitch Autorepeat */
161 HIL_CMD_EK1 = 0x3e, /* Enable Keyswitch Autorepeat 1 */
162 HIL_CMD_EK2 = 0x3f, /* Enable Keyswitch Autorepeat 2 */
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/
Dimx6qdl-vicut1-12inch.dtsi11 autorepeat;
/linux-6.12.1/arch/arm64/boot/dts/freescale/
Dtqmls10xxa-mbls10xxa.dtsi18 autorepeat;

1234567