| /OK3568_Linux_fs/kernel/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 | stmpe-keypad.txt | 10 - st,no-autorepeat : If specified device will not autorepeat 21 st,no-autorepeat;
|
| H A D | atmel,captouch.txt | 21 autorepeat: Enables the Linux input system's autorepeat 35 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 | cap11xx.txt | 21 autorepeat: Enables the Linux input system's autorepeat 49 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 | 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 | fsl,mpr121-touchkey.yaml | 66 autorepeat; 85 autorepeat;
|
| H A D | qcom,pm8xxx-keypad.txt | 31 - linux,keypad-no-autorepeat: 34 Definition: don't enable autorepeat feature.
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | soc_button_array.c | 30 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()
|
| H A D | dm355evm_keys.c | 21 * 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()
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | surface3_button.c | 59 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()
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | ddxCtrls.c | 46 realRepeat = ctrl->autoRepeat; in XkbDDXKeybdCtrlProc() 48 ctrl->autoRepeat = 0; in XkbDDXKeybdCtrlProc() 51 ctrl->autoRepeat = realRepeat; in XkbDDXKeybdCtrlProc()
|
| H A D | xkbAccessX.c | 365 * presses a non-modifier key that doesn't autorepeat. in AccessXSlowKeyExpire() 367 if (keybd->kbdfeed->ctrl.autoRepeat && in AccessXSlowKeyExpire() 505 * from the server's autorepeat in AccessXFilterPressEvent() 535 * presses a non-modifier key that doesn't autorepeat. in AccessXFilterPressEvent() 538 if ((keybd->kbdfeed->ctrl.autoRepeat) && in AccessXFilterPressEvent() 543 DebugF("Starting software autorepeat...\n"); in AccessXFilterPressEvent()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | tc3589x.txt | 56 - linux,no-autorepeat: do no enable autorepeat feature. 86 linux,no-autorepeat;
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | input.h | 63 unsigned int repeat_delay_ms; /* Time before autorepeat starts */ 64 unsigned int repeat_rate_ms; /* Autorepeat rate in ms */ 139 * Set up the keyboard autorepeat delays
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | zynq-zturn.dts | 52 autorepeat; 58 autorepeat;
|
| H A D | zynq-zc702.dts | 32 autorepeat; 38 autorepeat; 45 autorepeat;
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | zynq-zc702.dts | 38 autorepeat; 44 autorepeat; 51 autorepeat;
|
| H A D | zynq-zturn-myir.dts | 90 autorepeat; 96 autorepeat;
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | input-programming.rst | 267 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
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | chgfctl.c | 173 kctrl.autoRepeat = FALSE; in ChangeKbdFeedback() 179 kctrl.autoRepeat = TRUE; in ChangeKbdFeedback() 185 kctrl.autoRepeat = defaultKeyboardControl.autoRepeat; in ChangeKbdFeedback()
|