Home
last modified time | relevance | path

Searched refs:hotkey_mutex (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/platform/x86/
Dthinkpad_acpi.c1898 static struct mutex hotkey_mutex; variable
2201 mutex_lock(&hotkey_mutex); in tpacpi_hotkey_driver_mask_set()
2214 mutex_unlock(&hotkey_mutex); in tpacpi_hotkey_driver_mask_set()
2563 mutex_lock(&hotkey_mutex); in hotkey_poll_setup_safe()
2565 mutex_unlock(&hotkey_mutex); in hotkey_poll_setup_safe()
2668 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_mask_store()
2677 mutex_unlock(&hotkey_mutex); in hotkey_mask_store()
2764 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_source_mask_store()
2779 mutex_unlock(&hotkey_mutex); in hotkey_source_mask_store()
2812 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_poll_freq_store()
[all …]