/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | spear-keyboard.txt | 8 - autorepeat: bool: enables key autorepeat 18 autorepeat;
|
H A D | clps711x-keypad.txt | 11 - autorepeat: Enable autorepeat feature. 16 autorepeat;
|
H A D | omap-keypad.txt | 20 - linux,keypad-no-autorepeat: do no enable autorepeat feature. 27 linux,keypad-no-autorepeat;
|
H A D | atmel,captouch.txt | 21 autorepeat: Enables the Linux input system's autorepeat 35 autorepeat;
|
H A D | samsung-keypad.txt | 44 - linux,keypad-no-autorepeat: do no enable autorepeat feature. 54 linux,input-no-autorepeat;
|
H A D | microchip,cap11xx.yaml | 43 autorepeat: 45 Enables the Linux input system's autorepeat feature on the input device. 123 autorepeat;
|
H A D | input.yaml | 13 autorepeat: 14 description: Enable autorepeat when key is pressed and held down.
|
H A D | gpio-matrix-keypad.txt | 21 - linux,no-autorepeat: do no enable autorepeat feature.
|
H A D | qcom,pm8xxx-keypad.txt | 31 - linux,keypad-no-autorepeat: 34 Definition: don't enable autorepeat feature.
|
H A D | fsl,mpr121-touchkey.yaml | 65 autorepeat; 84 autorepeat;
|
H A D | gpio-keys.yaml | 18 autorepeat: true 127 autorepeat;
|
/openbmc/linux/drivers/input/misc/ |
H A 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()
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | tc3589x.txt | 56 - linux,no-autorepeat: do no enable autorepeat feature. 86 linux,no-autorepeat;
|
H A D | st,stmpe.yaml | 105 st,no-autorepeat: 106 description: If present, the keys will not autorepeat when pressed 235 st,no-autorepeat;
|
/openbmc/linux/arch/arm/boot/dts/xilinx/ |
H A D | zynq-zturn-common.dtsi | 51 autorepeat; 57 autorepeat;
|
H A D | zynq-zc702.dts | 33 autorepeat; 39 autorepeat; 46 autorepeat;
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | zynq-zturn.dts | 52 autorepeat; 58 autorepeat;
|
H A D | zynq-zc702.dts | 33 autorepeat; 39 autorepeat; 46 autorepeat;
|
/openbmc/u-boot/include/ |
H A D | input.h | 62 unsigned int repeat_delay_ms; /* Time before autorepeat starts */ 63 unsigned int repeat_rate_ms; /* Autorepeat rate in ms */ 138 * Set up the keyboard autorepeat delays
|
/openbmc/linux/drivers/input/keyboard/ |
H A 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()
|
/openbmc/linux/include/linux/platform_data/ |
H A D | keypad-ep93xx.h | 12 #define EP93XX_KEYPAD_AUTOREPEAT (1<<4) /* enable key autorepeat */
|
/openbmc/linux/include/linux/input/ |
H A D | samsung-keypad.h | 22 * @no_autorepeat: disable key autorepeat.
|
/openbmc/linux/Documentation/input/ |
H A 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
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | at91-gatwick.dts | 18 autorepeat;
|
/openbmc/linux/Documentation/devicetree/bindings/auxdisplay/ |
H A D | holtek,ht16k33.yaml | 42 linux,no-autorepeat:
|