Lines Matching refs:hotkey_mutex
2031 static struct mutex hotkey_mutex; variable
2336 mutex_lock(&hotkey_mutex); in tpacpi_hotkey_driver_mask_set()
2349 mutex_unlock(&hotkey_mutex); in tpacpi_hotkey_driver_mask_set()
2698 mutex_lock(&hotkey_mutex); in hotkey_poll_setup_safe()
2700 mutex_unlock(&hotkey_mutex); in hotkey_poll_setup_safe()
2803 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_mask_store()
2812 mutex_unlock(&hotkey_mutex); in hotkey_mask_store()
2899 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_source_mask_store()
2914 mutex_unlock(&hotkey_mutex); in hotkey_source_mask_store()
2947 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_poll_freq_store()
2953 mutex_unlock(&hotkey_mutex); in hotkey_poll_freq_store()
3166 mutex_lock(&hotkey_mutex); in hotkey_exit()
3168 mutex_unlock(&hotkey_mutex); in hotkey_exit()
3492 mutex_init(&hotkey_mutex); in hotkey_init()
4265 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_read()
4270 mutex_unlock(&hotkey_mutex); in hotkey_read()
4303 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_write()
4335 mutex_unlock(&hotkey_mutex); in hotkey_write()