Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/
Ddfs_pattern_detector.c32 u32 num_radar_types; member
67 .num_radar_types = ARRAY_SIZE(etsi_radar_ref_types_v15),
99 .num_radar_types = ARRAY_SIZE(fcc_radar_ref_types),
124 .num_radar_types = ARRAY_SIZE(jp_radar_ref_types),
174 for (i = 0; i < dpd->num_radar_types; i++) in channel_detector_reset()
187 for (i = 0; i < dpd->num_radar_types; i++) { in channel_detector_exit()
209 cd->detectors = kmalloc_array(dpd->num_radar_types, in channel_detector_create()
214 for (i = 0; i < dpd->num_radar_types; i++) { in channel_detector_create()
296 for (i = 0; i < dpd->num_radar_types; i++) { in dpd_add_pulse()
339 dpd->num_radar_types = rt->num_radar_types; in dpd_set_domain()
Ddfs_pattern_detector.h105 u8 num_radar_types; member