Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.c620 mutex_lock(&ab->core_lock); in ath12k_core_qmi_firmware_ready()
633 mutex_unlock(&ab->core_lock); in ath12k_core_qmi_firmware_ready()
642 mutex_unlock(&ab->core_lock); in ath12k_core_qmi_firmware_ready()
653 mutex_lock(&ab->core_lock); in ath12k_core_reconfigure_on_crash()
659 mutex_unlock(&ab->core_lock); in ath12k_core_reconfigure_on_crash()
902 mutex_lock(&ab->core_lock); in ath12k_core_deinit()
907 mutex_unlock(&ab->core_lock); in ath12k_core_deinit()
941 mutex_init(&ab->core_lock); in ath12k_core_alloc()
H A Dcore.h705 struct mutex core_lock; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dcore.c1708 mutex_lock(&ab->core_lock); in ath11k_core_qmi_firmware_ready()
1721 mutex_unlock(&ab->core_lock); in ath11k_core_qmi_firmware_ready()
1730 mutex_unlock(&ab->core_lock); in ath11k_core_qmi_firmware_ready()
1741 mutex_lock(&ab->core_lock); in ath11k_core_reconfigure_on_crash()
1749 mutex_unlock(&ab->core_lock); in ath11k_core_reconfigure_on_crash()
2061 mutex_lock(&ab->core_lock); in ath11k_core_deinit()
2066 mutex_unlock(&ab->core_lock); in ath11k_core_deinit()
2102 mutex_init(&ab->core_lock); in ath11k_core_alloc()
H A Dcore.h898 struct mutex core_lock; member