Lines Matching refs:hotkey_mutex
2033 static struct mutex hotkey_mutex; variable
2223 mutex_lock(&hotkey_mutex); in tpacpi_hotkey_driver_mask_set()
2236 mutex_unlock(&hotkey_mutex); in tpacpi_hotkey_driver_mask_set()
2588 mutex_lock(&hotkey_mutex); in hotkey_poll_setup_safe()
2590 mutex_unlock(&hotkey_mutex); in hotkey_poll_setup_safe()
2693 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_mask_store()
2702 mutex_unlock(&hotkey_mutex); in hotkey_mask_store()
2778 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_source_mask_store()
2793 mutex_unlock(&hotkey_mutex); in hotkey_source_mask_store()
2828 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_poll_freq_store()
2834 mutex_unlock(&hotkey_mutex); in hotkey_poll_freq_store()
3046 mutex_lock(&hotkey_mutex); in hotkey_exit()
3048 mutex_unlock(&hotkey_mutex); in hotkey_exit()
3307 mutex_init(&hotkey_mutex); in hotkey_init()
4025 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_read()
4030 mutex_unlock(&hotkey_mutex); in hotkey_read()
4067 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_write()
4099 mutex_unlock(&hotkey_mutex); in hotkey_write()