Lines Matching refs:detector_info
107 struct samp_detector_info *detector_info; in target_if_spectral_fill_samp_msg() local
125 detector_info = &span_info->detector_info[dest_detector_id]; in target_if_spectral_fill_samp_msg()
126 lb_edge_bins = &detector_info->left_edge_bins; in target_if_spectral_fill_samp_msg()
127 rb_edge_bins = &detector_info->right_edge_bins; in target_if_spectral_fill_samp_msg()
129 detector_info->start_frequency = map_det_info->start_freq; in target_if_spectral_fill_samp_msg()
130 detector_info->end_frequency = map_det_info->end_freq; in target_if_spectral_fill_samp_msg()
131 detector_info->start_bin_idx = map_det_info->dest_start_bin_idx; in target_if_spectral_fill_samp_msg()
132 detector_info->end_bin_idx = map_det_info->dest_end_bin_idx; in target_if_spectral_fill_samp_msg()
139 start_bin_index = detector_info->start_bin_idx; in target_if_spectral_fill_samp_msg()
141 detector_info->rssi = params->rssi; in target_if_spectral_fill_samp_msg()
143 detector_info->last_raw_timestamp = params->last_raw_timestamp; in target_if_spectral_fill_samp_msg()
144 detector_info->reset_delay = params->reset_delay; in target_if_spectral_fill_samp_msg()
145 detector_info->raw_timestamp = params->raw_timestamp; in target_if_spectral_fill_samp_msg()
146 detector_info->timestamp = params->timestamp; in target_if_spectral_fill_samp_msg()
147 detector_info->timestamp_war_offset = spectral->timestamp_war. in target_if_spectral_fill_samp_msg()
150 detector_info->max_magnitude = params->max_mag; in target_if_spectral_fill_samp_msg()
151 detector_info->max_index = params->max_index; in target_if_spectral_fill_samp_msg()
153 detector_info->noise_floor = params->noise_floor; in target_if_spectral_fill_samp_msg()
154 detector_info->agc_total_gain = params->agc_total_gain; in target_if_spectral_fill_samp_msg()
155 detector_info->gainchange = params->gainchange; in target_if_spectral_fill_samp_msg()
156 detector_info->is_sec80 = map_det_info->is_sec80; in target_if_spectral_fill_samp_msg()
157 detector_info->blanking_status = params->blanking_status; in target_if_spectral_fill_samp_msg()
160 detector_info->pri80ind = params->pri80ind; in target_if_spectral_fill_samp_msg()
164 pwr_count = detector_info->end_bin_idx - in target_if_spectral_fill_samp_msg()
165 detector_info->start_bin_idx + 1; in target_if_spectral_fill_samp_msg()