Searched full:presses (Results 1 – 25 of 40) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/char/ |
D | nwbutton.c | 29 static int button_press_count; /* The count of button presses */ 38 static int reboot_count = NUM_PRESSES_REBOOT; /* Number of presses to reboot */ 42 * to be called when a particular number of button presses occurs. 45 * to be performed by the kernel on different numbers of button presses ;). 106 * matches the current count of button presses. It starts at the beginning 126 * mean you have ended the sequence of key presses, and this function is
|
D | nwbutton.h | 14 #define NUM_PRESSES_REBOOT 2 /* How many presses to activate shutdown */
|
D | Kconfig | 177 The number of presses to initiate the shutdown is two by default, 180 driver as a module, you can specify the number of presses at load
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/reset/ |
D | restart-poweroff.txt | 5 user presses a button.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
D | atmel,captouch.txt | 16 be used for reporting button presses. The array can
|
D | input.yaml | 20 button presses.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | hideep.txt | 18 be used for reporting button presses. The array can
|
/kernel/linux/linux-5.10/drivers/power/reset/ |
D | restart-poweroff.c | 4 * until the user presses a button for example.
|
D | Kconfig | 185 user presses a key. u-boot then boots into Linux.
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | hid-speedlink.c | 31 * able to map keyboard events to the button presses. in speedlink_input_mapping()
|
D | hid-plantronics.c | 130 if (!value) /* Handle key presses only. */ in plantronics_event()
|
D | hid-holtek-kbd.c | 22 * - The report descriptor reports on caps/scroll/num lock key presses, but
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-platform-msi-laptop | 51 If user presses Fn+F10 too frequent, turbo mode state is not
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
D | peaq-wmi.c | 28 * We ignore events for 0.5s after the first event to avoid reporting 2 presses.
|
/kernel/linux/linux-5.10/drivers/input/misc/ |
D | axp20x-pek.c | 276 * and otherwise we end up reporting all presses twice. in axp20x_pek_should_register_input() 399 * Clear interrupts from button presses during suspend, to avoid in axp20x_pek_resume_noirq()
|
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/ |
D | video_extension.rst | 79 i) For some laptops, when user presses the hotkey, a scancode will be
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | rfkill.rst | 16 The subsystem also provides the ability to react on button presses and
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | tegra30-asus-nexus7-tilapia.dtsi | 206 * and this results in unwanted key-presses handled by
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
D | imx_keypad.c | 255 * interrupt for future key presses (clear the KDI in imx_keypad_check_for_events() 269 * attempt to detect multiple key presses and enable in imx_keypad_check_for_events()
|
D | tegra-kbc.c | 180 * If so ignore the key presses for this iteration. in tegra_kbc_report_keys() 215 /* Ignore the key presses for this iteration? */ in tegra_kbc_report_keys()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/laptops/ |
D | thinkpad-acpi.rst | 188 some important events and also keyboard hot key presses to the operating 200 Some of these events refer to hot key presses, but not all of them. 324 will cause hot key presses that require NVRAM polling 424 key presses until a S3 or S4 ACPI 1151 normal key presses to the operating system (thinkpad-acpi is not
|
/kernel/linux/linux-5.10/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-isku | 24 windows and application keys, to prevent accidental presses.
|
D | sysfs-driver-hid-roccat-ryos | 85 windows and application keys, to prevent accidental presses.
|
/kernel/linux/linux-5.10/Documentation/input/joydev/ |
D | joystick-api.rst | 146 presses happened at the same time, and similar.
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/rc/ |
D | rc-protos.rst | 425 describes both button presses and pointer movements. The protocol encodes
|
12