Lines Matching full:detectors
155 * @detectors: array of dynamically created detector elements for this freq
157 * Channel detectors are required to provide multi-channel DFS detection, e.g.
164 struct pri_detector **detectors; member
175 cd->detectors[i]->reset(cd->detectors[i], dpd->last_pulse_ts); in channel_detector_reset()
187 struct pri_detector *de = cd->detectors[i]; in channel_detector_exit()
191 kfree(cd->detectors); in channel_detector_exit()
207 sz = sizeof(cd->detectors) * dpd->num_radar_types; in channel_detector_create()
208 cd->detectors = kzalloc(sz, GFP_ATOMIC); in channel_detector_create()
209 if (cd->detectors == NULL) in channel_detector_create()
217 cd->detectors[i] = de; in channel_detector_create()
254 /* dpd_reset(): reset all channel detectors */
295 struct pri_detector *pd = cd->detectors[i]; in dpd_add_pulse()
333 /* delete all channel detectors for previous DFS domain */ in dpd_set_domain()