Home
last modified time | relevance | path

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

123456

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/
Dspear-keyboard.txt8 - autorepeat: bool: enables key autorepeat
18 autorepeat;
Dclps711x-keypad.txt11 - autorepeat: Enable autorepeat feature.
16 autorepeat;
Dstmpe-keypad.txt10 - st,no-autorepeat : If specified device will not autorepeat
21 st,no-autorepeat;
Domap-keypad.txt20 - linux,keypad-no-autorepeat: do no enable autorepeat feature.
27 linux,keypad-no-autorepeat;
Datmel,captouch.txt21 autorepeat: Enables the Linux input system's autorepeat
35 autorepeat;
Dcap11xx.txt21 autorepeat: Enables the Linux input system's autorepeat
49 autorepeat;
Dsamsung-keypad.txt44 - linux,keypad-no-autorepeat: do no enable autorepeat feature.
54 linux,input-no-autorepeat;
Dinput.yaml13 autorepeat:
14 description: Enable autorepeat when key is pressed and held down.
Dgpio-matrix-keypad.txt21 - linux,no-autorepeat: do no enable autorepeat feature.
Dqcom,pm8xxx-keypad.txt31 - linux,keypad-no-autorepeat:
34 Definition: don't enable autorepeat feature.
Dfsl,mpr121-touchkey.yaml66 autorepeat;
85 autorepeat;
Dadc-keys.txt12 - autorepeat: Boolean, Enable auto repeat feature of Linux input
/kernel/linux/linux-5.10/drivers/platform/x86/
Dsurface3_button.c59 bool autorepeat; member
90 bool autorepeat) in surface3_button_device_create() argument
110 if (info->autorepeat != autorepeat) in surface3_button_device_create()
134 gpio_keys_pdata->rep = autorepeat; in surface3_button_device_create()
/kernel/linux/linux-5.10/drivers/input/misc/
Dsoc_button_array.c30 bool autorepeat; member
134 bool autorepeat) in soc_button_device_create() argument
144 if (info->autorepeat == autorepeat) in soc_button_device_create()
158 if (info->autorepeat != autorepeat) in soc_button_device_create()
178 if (!autorepeat && (use_low_level_irq || in soc_button_device_create()
204 gpio_keys_pdata->rep = autorepeat; in soc_button_device_create()
283 info->autorepeat = true; in soc_button_parse_btn_desc()
287 info->autorepeat = true; in soc_button_parse_btn_desc()
Ddm355evm_keys.c21 * pressed, or its autorepeat kicks in, an event is sent. This driver
132 * Press and hold (autorepeat), then release: N events in dm355evm_keys_irq()
134 * distinguish (for example) "1-autorepeat" from "1 1"; in dm355evm_keys_irq()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dtc3589x.txt56 - linux,no-autorepeat: do no enable autorepeat feature.
86 linux,no-autorepeat;
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dzynq-zturn.dts52 autorepeat;
58 autorepeat;
Dzynq-zc702.dts32 autorepeat;
38 autorepeat;
45 autorepeat;
Dat91-gatwick.dts18 autorepeat;
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/linux/platform_data/
Dkeypad-ep93xx.h12 #define EP93XX_KEYPAD_AUTOREPEAT (1<<4) /* enable key autorepeat */
/kernel/linux/linux-5.10/Documentation/input/
Dinput-programming.rst267 Key autorepeat
270 ... is simple. It is handled by the input.c module. Hardware autorepeat is
273 autorepeat for your device, just set EV_REP in dev->evbit. All will be
/kernel/linux/linux-5.10/include/linux/input/
Dsamsung-keypad.h22 * @no_autorepeat: disable key autorepeat.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/
Dht16k33.txt14 - linux,no-autorepeat: Disable keyrepeat.
/kernel/linux/linux-5.10/arch/arm64/boot/dts/xilinx/
Dzynqmp-zcu100-revC.dts47 autorepeat;
53 autorepeat;

123456