Home
last modified time | relevance | path

Searched refs:hw_mutex (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/dev/athk/ath12k/
H A Dcore.c1580 mutex_lock(&ah->hw_mutex); in ath12k_core_post_reconfigure_recovery()
1611 mutex_unlock(&ah->hw_mutex); in ath12k_core_post_reconfigure_recovery()
H A Dcore.h881 struct mutex hw_mutex; member
H A Dmac.c5077 guard(mutex)(&ah->hw_mutex); in ath12k_mac_get_fw_stats()
9370 lockdep_assert_held(&ah->hw_mutex); in ath12k_mac_start()
9500 guard(mutex)(&ah->hw_mutex); in ath12k_mac_op_start()
9605 lockdep_assert_held(&ah->hw_mutex); in ath12k_mac_stop()
9656 mutex_lock(&ah->hw_mutex); in ath12k_mac_op_stop()
9663 mutex_unlock(&ah->hw_mutex); in ath12k_mac_op_stop()
12985 guard(mutex)(&ah->hw_mutex); in ath12k_mac_op_reconfig_complete()
14813 mutex_init(&ah->hw_mutex); in ath12k_mac_hw_allocate()