Home
last modified time | relevance | path

Searched refs:det (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral_phyerr.c218 int span, det; in target_if_dbg_print_samp_msg() local
239 for (det = 0; det < span_info->num_detectors; det++) { in target_if_dbg_print_samp_msg()
240 det_info = &span_info->detector_info[det]; in target_if_dbg_print_samp_msg()
241 spectral_debug("------ Detector ID : %d ------", det); in target_if_dbg_print_samp_msg()
971 uint8_t det; in target_if_populate_det_start_end_freqs() local
994 for (det = 0; det < detector_list->num_detectors; det++) { in target_if_populate_det_start_end_freqs()
997 [detector_list->detectors[det]]; in target_if_populate_det_start_end_freqs()
1000 switch (det) { in target_if_populate_det_start_end_freqs()
1068 uint8_t det; in target_if_populate_fft_bins_info() local
1098 for (det = 0; det < detector_list->num_detectors; det++) { in target_if_populate_fft_bins_info()
[all …]
Dtarget_if_spectral.c5855 uint8_t det, dest_det; in target_if_spectral_populate_session_det_host_info() local
5884 for (det = 0; det < detector_list->num_detectors; det++) { in target_if_spectral_populate_session_det_host_info()
5888 det_map = &spectral->det_map[detector_list->detectors[det]]; in target_if_spectral_populate_session_det_host_info()
5890 if (det == 0) { in target_if_spectral_populate_session_det_host_info()
5893 } else if (det == detector_list->num_detectors - 1) { in target_if_spectral_populate_session_det_host_info()
6250 uint8_t det; in target_if_stop_spectral_scan() local
6296 for (det = 0; det < MAX_DETECTORS_PER_PDEV; det++) in target_if_stop_spectral_scan()
6297 spectral->det_map[det].det_map_valid[smode] = false; in target_if_stop_spectral_scan()