Home
last modified time | relevance | path

Searched refs:core_lock (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c901 lockdep_assert_held(&ab->core_lock); in ath12k_core_start()
1013 mutex_lock(&ab->core_lock); in ath12k_core_device_cleanup()
1018 mutex_unlock(&ab->core_lock); in ath12k_core_device_cleanup()
1172 mutex_lock(&ab->core_lock); in ath12k_core_hw_group_start()
1179 mutex_unlock(&ab->core_lock); in ath12k_core_hw_group_start()
1187 mutex_unlock(&ab->core_lock); in ath12k_core_hw_group_start()
1191 mutex_unlock(&ab->core_lock); in ath12k_core_hw_group_start()
1331 mutex_lock(&ab->core_lock); in ath12k_core_qmi_firmware_ready()
1339 mutex_unlock(&ab->core_lock); in ath12k_core_qmi_firmware_ready()
1362 mutex_lock(&ab->core_lock); in ath12k_core_qmi_firmware_ready()
[all …]
H A Dreg.c993 mutex_lock(&ab->core_lock);
1006 mutex_unlock(&ab->core_lock);
H A Dcore.h994 struct mutex core_lock; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.c2333 mutex_lock(&ab->core_lock); in ath11k_core_qmi_firmware_ready()
2346 mutex_unlock(&ab->core_lock); in ath11k_core_qmi_firmware_ready()
2355 mutex_unlock(&ab->core_lock); in ath11k_core_qmi_firmware_ready()
2366 mutex_lock(&ab->core_lock); in ath11k_core_reconfigure_on_crash()
2374 mutex_unlock(&ab->core_lock); in ath11k_core_reconfigure_on_crash()
2755 mutex_lock(&ab->core_lock); in ath11k_core_deinit()
2760 mutex_unlock(&ab->core_lock); in ath11k_core_deinit()
2797 mutex_init(&ab->core_lock); in ath11k_core_alloc()
H A Dcore.h984 struct mutex core_lock; member