Home
last modified time | relevance | path

Searched refs:hotkey_config_change (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dthinkpad_acpi.c1971 * Increment hotkey_config_change when changing them if you
1977 static unsigned int hotkey_config_change; variable
1995 hotkey_config_change++; \
2586 change_detector = hotkey_config_change; in hotkey_kthread()
2609 if (was_frozen || hotkey_config_change != change_detector) { in hotkey_kthread()
2613 change_detector = hotkey_config_change; in hotkey_kthread()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthinkpad_acpi.c1847 * Increment hotkey_config_change when changing them if you
1853 static unsigned int hotkey_config_change; variable
1871 hotkey_config_change++; \
2460 change_detector = hotkey_config_change; in hotkey_kthread()
2483 if (was_frozen || hotkey_config_change != change_detector) { in hotkey_kthread()
2487 change_detector = hotkey_config_change; in hotkey_kthread()

Completed in 26 milliseconds