Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral_phyerr.c997 [detector_list->detectors[det]]; in target_if_populate_det_start_end_freqs()
1103 [detector_list->detectors[det]]; in target_if_populate_fft_bins_info()
1293 det_map = &spectral->det_map[detector_list->detectors[0]]; in target_if_update_session_info_from_report_ctx()
3616 if (p_sfft->fft_detector_id == det_list->detectors[det]) in target_if_consume_spectral_report_gen3()
Dtarget_if_spectral.c3586 det_list->detectors[0] = SPECTRAL_DETECTOR_ID_1; in target_if_spectral_detector_list_init()
3588 det_list->detectors[0] = SPECTRAL_DETECTOR_ID_0; in target_if_spectral_detector_list_init()
3593 det_list->detectors[1] = SPECTRAL_DETECTOR_ID_1; in target_if_spectral_detector_list_init()
3608 det_list->detectors[0] = SPECTRAL_DETECTOR_ID_2; in target_if_spectral_detector_list_init()
3610 det_list->detectors[0] = SPECTRAL_DETECTOR_ID_1; in target_if_spectral_detector_list_init()
5888 det_map = &spectral->det_map[detector_list->detectors[det]]; in target_if_spectral_populate_session_det_host_info()
Dtarget_if_spectral.h1147 uint8_t detectors[SPECTRAL_DETECTOR_ID_MAX]; member