Home
last modified time | relevance | path

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

123456789

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/
H A Dspear-keyboard.txt8 - autorepeat: bool: enables key autorepeat
18 autorepeat;
H A Dclps711x-keypad.txt11 - autorepeat: Enable autorepeat feature.
16 autorepeat;
H A Dstmpe-keypad.txt10 - st,no-autorepeat : If specified device will not autorepeat
21 st,no-autorepeat;
H A Datmel,captouch.txt21 autorepeat: Enables the Linux input system's autorepeat
35 autorepeat;
H A Domap-keypad.txt20 - linux,keypad-no-autorepeat: do no enable autorepeat feature.
27 linux,keypad-no-autorepeat;
H A Dcap11xx.txt21 autorepeat: Enables the Linux input system's autorepeat
49 autorepeat;
H A Dsamsung-keypad.txt44 - linux,keypad-no-autorepeat: do no enable autorepeat feature.
54 linux,input-no-autorepeat;
H A Dinput.yaml13 autorepeat:
14 description: Enable autorepeat when key is pressed and held down.
H A Dgpio-matrix-keypad.txt21 - linux,no-autorepeat: do no enable autorepeat feature.
H A Dfsl,mpr121-touchkey.yaml66 autorepeat;
85 autorepeat;
H A Dqcom,pm8xxx-keypad.txt31 - linux,keypad-no-autorepeat:
34 Definition: don't enable autorepeat feature.
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A 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()
/OK3568_Linux_fs/external/xserver/xkb/
H A DddxCtrls.c46 realRepeat = ctrl->autoRepeat; in XkbDDXKeybdCtrlProc()
48 ctrl->autoRepeat = 0; in XkbDDXKeybdCtrlProc()
51 ctrl->autoRepeat = realRepeat; in XkbDDXKeybdCtrlProc()
H A DxkbAccessX.c365 * 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 Dtc3589x.txt56 - linux,no-autorepeat: do no enable autorepeat feature.
86 linux,no-autorepeat;
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A 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()
/OK3568_Linux_fs/u-boot/include/
H A Dinput.h63 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 Dzynq-zturn.dts52 autorepeat;
58 autorepeat;
H A Dzynq-zc702.dts32 autorepeat;
38 autorepeat;
45 autorepeat;
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dzynq-zc702.dts38 autorepeat;
44 autorepeat;
51 autorepeat;
H A Dzynq-zturn-myir.dts90 autorepeat;
96 autorepeat;
/OK3568_Linux_fs/kernel/Documentation/input/
H A 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
/OK3568_Linux_fs/external/xserver/Xi/
H A Dchgfctl.c173 kctrl.autoRepeat = FALSE; in ChangeKbdFeedback()
179 kctrl.autoRepeat = TRUE; in ChangeKbdFeedback()
185 kctrl.autoRepeat = defaultKeyboardControl.autoRepeat; in ChangeKbdFeedback()

123456789