Searched full:presses (Results 1 – 25 of 90) sorted by relevance
1234
| /kernel/linux/linux-6.6/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 | 179 The number of presses to initiate the shutdown is two by default, 182 driver as a module, you can specify the number of presses at load
|
| /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 */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/reset/ |
| D | restart-poweroff.txt | 5 user presses a button.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/reset/ |
| D | restart-poweroff.txt | 5 user presses a button.
|
| /kernel/linux/linux-6.6/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/ |
| D | atmel,captouch.txt | 16 be used for reporting button presses. The array can
|
| D | input.yaml | 20 button presses.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/touchscreen/ |
| D | hideep.txt | 18 be used for reporting button presses. The array can
|
| /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-6.6/drivers/power/reset/ |
| D | restart-poweroff.c | 4 * until the user presses a button for example.
|
| /kernel/linux/linux-5.10/drivers/power/reset/ |
| D | restart-poweroff.c | 4 * until the user presses a button for example.
|
| /kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
| D | fakekey.c | 3 * Functions for simulating key presses.
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| D | hid-speedlink.c | 31 * able to map keyboard events to the button presses. in speedlink_input_mapping()
|
| /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()
|
| /kernel/linux/linux-6.6/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/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-6.6/drivers/platform/x86/dell/ |
| D | dell-wmi-privacy.c | 84 * 1) User presses key. HW does stuff with this key (timeout is started) 332 * Unlike keys where only presses matter, userspace may act in dell_privacy_wmi_probe()
|
| /kernel/linux/linux-6.6/drivers/input/misc/ |
| D | axp20x-pek.c | 297 * and otherwise we end up reporting all presses twice. in axp20x_pek_should_register_input() 381 * Clear interrupts from button presses during suspend, to avoid in axp20x_pek_resume_noirq()
|
| /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-6.6/Documentation/firmware-guide/acpi/ |
| D | video_extension.rst | 79 i) For some laptops, when user presses the hotkey, a scancode will be
|
1234