Lines Matching refs:hotkey_mutex

1884 static struct mutex hotkey_mutex;  variable
2066 lockdep_assert_held(&hotkey_mutex); in hotkey_mask_get()
2111 lockdep_assert_held(&hotkey_mutex); in hotkey_mask_set()
2149 lockdep_assert_held(&hotkey_mutex); in hotkey_user_mask_set()
2187 mutex_lock(&hotkey_mutex); in tpacpi_hotkey_driver_mask_set()
2200 mutex_unlock(&hotkey_mutex); in tpacpi_hotkey_driver_mask_set()
2513 lockdep_assert_held(&hotkey_mutex); in hotkey_poll_stop_sync()
2526 lockdep_assert_held(&hotkey_mutex); in hotkey_poll_setup()
2551 mutex_lock(&hotkey_mutex); in hotkey_poll_setup_safe()
2553 mutex_unlock(&hotkey_mutex); in hotkey_poll_setup_safe()
2558 lockdep_assert_held(&hotkey_mutex); in hotkey_poll_set_freq()
2657 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_mask_store()
2666 mutex_unlock(&hotkey_mutex); in hotkey_mask_store()
2753 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_source_mask_store()
2768 mutex_unlock(&hotkey_mutex); in hotkey_source_mask_store()
2801 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_poll_freq_store()
2807 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()
3374 mutex_init(&hotkey_mutex); in hotkey_init()
3473 mutex_lock(&hotkey_mutex); in hotkey_init()
3475 mutex_unlock(&hotkey_mutex); in hotkey_init()
3574 mutex_lock(&hotkey_mutex); in hotkey_init()
3578 mutex_unlock(&hotkey_mutex); in hotkey_init()
4119 mutex_lock(&hotkey_mutex); in hotkey_resume()
4123 mutex_unlock(&hotkey_mutex); in hotkey_resume()
4151 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_read()
4156 mutex_unlock(&hotkey_mutex); in hotkey_read()
4189 if (mutex_lock_killable(&hotkey_mutex)) in hotkey_write()
4221 mutex_unlock(&hotkey_mutex); in hotkey_write()