Lines Matching refs:hotkey_mutex
2032 static struct mutex hotkey_mutex; variable
2222 mutex_lock(&hotkey_mutex); in tpacpi_hotkey_driver_mask_set()
2235 mutex_unlock(&hotkey_mutex); in tpacpi_hotkey_driver_mask_set()
2587 mutex_lock(&hotkey_mutex); in hotkey_poll_setup_safe()
2589 mutex_unlock(&hotkey_mutex); in hotkey_poll_setup_safe()
2692 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_mask_store()
2701 mutex_unlock(&hotkey_mutex); in hotkey_mask_store()
2777 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_source_mask_store()
2792 mutex_unlock(&hotkey_mutex); in hotkey_source_mask_store()
2827 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_poll_freq_store()
2833 mutex_unlock(&hotkey_mutex); in hotkey_poll_freq_store()
3045 mutex_lock(&hotkey_mutex); in hotkey_exit()
3047 mutex_unlock(&hotkey_mutex); in hotkey_exit()
3306 mutex_init(&hotkey_mutex); in hotkey_init()
4024 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_read()
4029 mutex_unlock(&hotkey_mutex); in hotkey_read()
4066 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_write()
4098 mutex_unlock(&hotkey_mutex); in hotkey_write()