Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c28 lockdep_assert_held(&mvm->time_event_lock); in iwl_mvm_te_clear_data()
312 lockdep_assert_held(&mvm->time_event_lock); in iwl_mvm_te_handle_notif()
510 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_rx_time_event_notif()
520 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_rx_time_event_notif()
598 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
600 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
607 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
638 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
640 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_time_event_send_add()
802 spin_lock_bh(&mvm->time_event_lock); in __iwl_mvm_remove_time_event()
[all …]
H A Dmac80211.c1102 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_cleanup_iterator()
1104 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_cleanup_iterator()
4511 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_rx_aux_roc()
4513 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_rx_aux_roc()
4564 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
4567 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
4575 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
4607 spin_lock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
4609 spin_unlock_bh(&mvm->time_event_lock); in iwl_mvm_send_aux_roc_cmd()
H A Dops.c1347 spin_lock_init(&mvm->time_event_lock); in iwl_op_mode_mvm_start()
H A Dmvm.h1076 spinlock_t time_event_lock; member