Searched full:autorepeat (Results  1 – 25 of 136) sorted by relevance
123456
| /Linux-v5.15/Documentation/devicetree/bindings/input/ | 
| D | spear-keyboard.txt | 8 - autorepeat: bool: enables key autorepeat18 	autorepeat;
 
 | 
| D | clps711x-keypad.txt | 11 - autorepeat:    Enable autorepeat feature.16 		autorepeat;
 
 | 
| D | stmpe-keypad.txt | 10  - st,no-autorepeat         : If specified device will not autorepeat21 		st,no-autorepeat;
 
 | 
| D | omap-keypad.txt | 20 - linux,keypad-no-autorepeat: do no enable autorepeat feature.27 		linux,keypad-no-autorepeat;
 
 | 
| D | atmel,captouch.txt | 21 	autorepeat:	Enables the Linux input system's autorepeat35 		autorepeat;
 
 | 
| D | cap11xx.txt | 21 	autorepeat:		Enables the Linux input system's autorepeat49 		autorepeat;
 
 | 
| D | samsung-keypad.txt | 44 - linux,keypad-no-autorepeat: do no enable autorepeat feature.54 		linux,input-no-autorepeat;
 
 | 
| D | input.yaml | 13   autorepeat:14     description: Enable autorepeat when key is pressed and held down.
 
 | 
| D | gpio-matrix-keypad.txt | 21 - linux,no-autorepeat:	do no enable autorepeat feature.
 | 
| D | fsl,mpr121-touchkey.yaml | 65             autorepeat;84             autorepeat;
 
 | 
| D | qcom,pm8xxx-keypad.txt | 31 - linux,keypad-no-autorepeat:34 	Definition: don't enable autorepeat feature.
 
 | 
| /Linux-v5.15/drivers/platform/surface/ | 
| D | surface3_button.c | 59 	bool autorepeat;  member90 			      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()
 
 | 
| /Linux-v5.15/drivers/input/misc/ | 
| D | soc_button_array.c | 26 	bool autorepeat;  member123 			 bool autorepeat)  in soc_button_device_create()  argument
 133 		if (info->autorepeat == autorepeat)  in soc_button_device_create()
 147 		if (info->autorepeat != autorepeat)  in soc_button_device_create()
 167 		if (!autorepeat && dmi_check_system(dmi_use_low_level_irq)) {  in soc_button_device_create()
 192 	gpio_keys_pdata->rep = autorepeat;  in soc_button_device_create()
 271 		info->autorepeat = true;  in soc_button_parse_btn_desc()
 275 		info->autorepeat = true;  in soc_button_parse_btn_desc()
 
 | 
| D | dm355evm_keys.c | 21  * pressed, or its autorepeat kicks in, an event is sent.  This driver132 		 * 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()
 
 | 
| /Linux-v5.15/Documentation/devicetree/bindings/mfd/ | 
| D | tc3589x.txt | 56  - linux,no-autorepeat: do no enable autorepeat feature.86 		linux,no-autorepeat;
 
 | 
| /Linux-v5.15/arch/arm/boot/dts/ | 
| D | zynq-zturn-common.dtsi | 51 		autorepeat;57 			autorepeat;
 
 | 
| D | zynq-zc702.dts | 32 		autorepeat;38 			autorepeat;
 45 			autorepeat;
 
 | 
| D | at91-gatwick.dts | 18 		autorepeat;
 | 
| /Linux-v5.15/drivers/input/keyboard/ | 
| D | twl4030_keypad.c | 50 	bool		autorepeat;  member270 	/* 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()
 
 | 
| /Linux-v5.15/include/linux/platform_data/ | 
| D | keypad-ep93xx.h | 12 #define EP93XX_KEYPAD_AUTOREPEAT	(1<<4)	/* enable key autorepeat */
 | 
| /Linux-v5.15/include/linux/input/ | 
| D | samsung-keypad.h | 22  * @no_autorepeat: disable key autorepeat.
 | 
| D | matrix_keypad.h | 52  * @no_autorepeat: disable key autorepeat
 | 
| /Linux-v5.15/Documentation/input/ | 
| D | input-programming.rst | 313 Key autorepeat316 ... 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-v5.15/Documentation/devicetree/bindings/auxdisplay/ | 
| D | holtek,ht16k33.yaml | 35   linux,no-autorepeat:
 | 
| /Linux-v5.15/arch/arm64/boot/dts/xilinx/ | 
| D | zynqmp-zcu100-revC.dts | 48 		autorepeat;54 			autorepeat;
 
 | 
        123456