Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral_phyerr.c991 qdf_spin_lock_bh(&spectral->detector_list_lock); in target_if_populate_det_start_end_freqs()
1031 qdf_spin_unlock_bh(&spectral->detector_list_lock); in target_if_populate_det_start_end_freqs()
1049 qdf_spin_unlock_bh(&spectral->detector_list_lock); in target_if_populate_det_start_end_freqs()
1095 qdf_spin_lock_bh(&spectral->detector_list_lock); in target_if_populate_fft_bins_info()
1136 qdf_spin_unlock_bh(&spectral->detector_list_lock); in target_if_populate_fft_bins_info()
1165 qdf_spin_unlock_bh(&spectral->detector_list_lock); in target_if_populate_fft_bins_info()
1289 qdf_spin_lock_bh(&spectral->detector_list_lock); in target_if_update_session_info_from_report_ctx()
1344 qdf_spin_unlock_bh(&spectral->detector_list_lock); in target_if_update_session_info_from_report_ctx()
3612 qdf_spin_lock_bh(&spectral->detector_list_lock); in target_if_consume_spectral_report_gen3()
3619 qdf_spin_unlock_bh(&spectral->detector_list_lock); in target_if_consume_spectral_report_gen3()
[all …]
H A Dtarget_if_spectral.c3120 qdf_spinlock_destroy(&spectral->detector_list_lock); in target_if_spectral_detach()
3577 qdf_spin_lock_bh(&spectral->detector_list_lock); in target_if_spectral_detector_list_init()
3600 qdf_spin_unlock_bh(&spectral->detector_list_lock); in target_if_spectral_detector_list_init()
3612 qdf_spin_unlock_bh(&spectral->detector_list_lock); in target_if_spectral_detector_list_init()
3830 qdf_spinlock_create(&spectral->detector_list_lock); in target_if_pdev_spectral_init()
5880 qdf_spin_lock_bh(&spectral->detector_list_lock); in target_if_spectral_populate_session_det_host_info()
5938 qdf_spin_unlock_bh(&spectral->detector_list_lock); in target_if_spectral_populate_session_det_host_info()
H A Dtarget_if_spectral.h1427 qdf_spinlock_t detector_list_lock; member