Searched full:autorepeat (Results 1 – 25 of 163) sorted by relevance
1234567
/linux-6.12.1/Documentation/devicetree/bindings/input/ |
D | spear-keyboard.txt | 8 - autorepeat: bool: enables key autorepeat 18 autorepeat;
|
D | clps711x-keypad.txt | 11 - autorepeat: Enable autorepeat feature. 16 autorepeat;
|
D | omap-keypad.txt | 20 - linux,keypad-no-autorepeat: do no enable autorepeat feature. 27 linux,keypad-no-autorepeat;
|
D | samsung,s3c6410-keypad.yaml | 40 linux,input-no-autorepeat: 43 Do no enable autorepeat feature. 107 linux,input-no-autorepeat;
|
D | gpio-matrix-keypad.txt | 21 - linux,no-autorepeat: do no enable autorepeat feature.
|
D | input.yaml | 13 autorepeat: 14 description: Enable autorepeat when key is pressed and held down.
|
D | microchip,cap11xx.yaml | 43 autorepeat: 45 Enables the Linux input system's autorepeat feature on the input device. 195 autorepeat;
|
D | fsl,mpr121-touchkey.yaml | 65 autorepeat; 84 autorepeat;
|
D | gpio-keys.yaml | 18 autorepeat: true 157 autorepeat;
|
D | atmel,captouch.yaml | 57 autorepeat;
|
/linux-6.12.1/drivers/input/misc/ |
D | soc_button_array.c | 30 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/ |
D | tc3589x.txt | 56 - linux,no-autorepeat: do no enable autorepeat feature. 86 linux,no-autorepeat;
|
D | st,stmpe.yaml | 105 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/ |
D | zynq-zturn-common.dtsi | 51 autorepeat; 57 autorepeat;
|
D | zynq-zc702.dts | 33 autorepeat; 39 autorepeat; 46 autorepeat;
|
/linux-6.12.1/drivers/input/keyboard/ |
D | twl4030_keypad.c | 50 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()
|
D | stmpe-keypad.c | 124 * @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/ |
D | rk3326-anbernic-rg351v.dts | 12 autorepeat;
|
/linux-6.12.1/include/linux/input/ |
D | samsung-keypad.h | 22 * @no_autorepeat: disable key autorepeat.
|
/linux-6.12.1/Documentation/input/ |
D | input-programming.rst | 313 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/ |
D | at91-gatwick.dts | 18 autorepeat;
|
/linux-6.12.1/Documentation/devicetree/bindings/auxdisplay/ |
D | holtek,ht16k33.yaml | 42 linux,no-autorepeat:
|
/linux-6.12.1/include/linux/ |
D | hil.h | 160 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/ |
D | imx6qdl-vicut1-12inch.dtsi | 11 autorepeat;
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | tqmls10xxa-mbls10xxa.dtsi | 18 autorepeat;
|
1234567