Searched full:presses (Results 1 – 25 of 48) sorted by relevance
12
/Linux-v6.1/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 | 178 The number of presses to initiate the shutdown is two by default, 181 driver as a module, you can specify the number of presses at load
|
/Linux-v6.1/Documentation/devicetree/bindings/power/reset/ |
D | restart-poweroff.txt | 5 user presses a button.
|
/Linux-v6.1/Documentation/devicetree/bindings/input/ |
D | atmel,captouch.txt | 16 be used for reporting button presses. The array can
|
D | input.yaml | 20 button presses.
|
/Linux-v6.1/Documentation/devicetree/bindings/input/touchscreen/ |
D | hideep.txt | 18 be used for reporting button presses. The array can
|
/Linux-v6.1/drivers/power/reset/ |
D | restart-poweroff.c | 4 * until the user presses a button for example.
|
D | Kconfig | 199 user presses a key. u-boot then boots into Linux.
|
/Linux-v6.1/drivers/accessibility/speakup/ |
D | fakekey.c | 3 * Functions for simulating key presses.
|
/Linux-v6.1/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
|
D | hid-letsketch.c | 13 * resp. "e" key presses.
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-platform-msi-laptop | 51 If user presses Fn+F10 too frequent, turbo mode state is not
|
/Linux-v6.1/drivers/platform/x86/ |
D | peaq-wmi.c | 28 * We ignore events for 0.5s after the first event to avoid reporting 2 presses.
|
/Linux-v6.1/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()
|
/Linux-v6.1/Documentation/firmware-guide/acpi/ |
D | video_extension.rst | 79 i) For some laptops, when user presses the hotkey, a scancode will be
|
/Linux-v6.1/Documentation/driver-api/ |
D | rfkill.rst | 16 The subsystem also provides the ability to react on button presses and
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | tegra30-asus-nexus7-tilapia.dtsi | 206 * and this results in unwanted key-presses handled by
|
/Linux-v6.1/drivers/input/keyboard/ |
D | imx_keypad.c | 256 * interrupt for future key presses (clear the KDI in imx_keypad_check_for_events() 270 * 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()
|
/Linux-v6.1/Documentation/admin-guide/laptops/ |
D | thinkpad-acpi.rst | 190 some important events and also keyboard hot key presses to the operating 202 Some of these events refer to hot key presses, but not all of them. 326 will cause hot key presses that require NVRAM polling 426 key presses until a S3 or S4 ACPI 1153 normal key presses to the operating system (thinkpad-acpi is not
|
/Linux-v6.1/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-isku | 24 windows and application keys, to prevent accidental presses.
|
/Linux-v6.1/drivers/platform/x86/dell/ |
D | dell-wmi-privacy.c | 84 * 1) User presses key. HW does stuff with this key (timeout is started)
|
12