Lines Matching refs:num_detectors
3583 det_list->num_detectors = 1; in target_if_spectral_detector_list_init()
3592 det_list->num_detectors += 1; in target_if_spectral_detector_list_init()
3605 det_list->num_detectors = 1; in target_if_spectral_detector_list_init()
5010 uint32_t *num_detectors) in target_if_spectral_get_num_detectors_for_higher_bws() argument
5014 *num_detectors = spectral->capability.num_detectors_320mhz; in target_if_spectral_get_num_detectors_for_higher_bws()
5029 uint32_t *num_detectors) in target_if_spectral_get_num_detectors_for_higher_bws() argument
5050 uint32_t *num_detectors) in target_if_spectral_get_num_detectors() argument
5062 if (!num_detectors) { in target_if_spectral_get_num_detectors()
5069 *num_detectors = spectral->capability.num_detectors_20mhz; in target_if_spectral_get_num_detectors()
5073 *num_detectors = spectral->capability.num_detectors_40mhz; in target_if_spectral_get_num_detectors()
5077 *num_detectors = spectral->capability.num_detectors_80mhz; in target_if_spectral_get_num_detectors()
5081 *num_detectors = spectral->capability.num_detectors_160mhz; in target_if_spectral_get_num_detectors()
5085 *num_detectors = spectral->capability.num_detectors_80p80mhz; in target_if_spectral_get_num_detectors()
5090 spectral, ch_width, num_detectors); in target_if_spectral_get_num_detectors()
5113 uint32_t num_detectors; in target_if_spectral_finite_scan_init() local
5129 &num_detectors); in target_if_spectral_finite_scan_init()
5140 finite_scan->num_reports_expected = num_detectors * sscan_count; in target_if_spectral_finite_scan_init()
5884 for (det = 0; det < detector_list->num_detectors; det++) { in target_if_spectral_populate_session_det_host_info()
5889 if (detector_list->num_detectors > 1) { 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()