Searched refs:channel_detectors (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/ath/ | 
| D | dfs_pattern_detector.c | 218 	list_add(&cd->head, &dpd->channel_detectors);  in channel_detector_create()241 	list_for_each_entry(cd, &dpd->channel_detectors, head) {  in channel_detector_get()
 256 	if (!list_empty(&dpd->channel_detectors))  in dpd_reset()
 257 		list_for_each_entry(cd, &dpd->channel_detectors, head)  in dpd_reset()
 264 	if (!list_empty(&dpd->channel_detectors))  in dpd_exit()
 265 		list_for_each_entry_safe(cd, cd0, &dpd->channel_detectors, head)  in dpd_exit()
 334 	if (!list_empty(&dpd->channel_detectors))  in dpd_set_domain()
 335 		list_for_each_entry_safe(cd, cd0, &dpd->channel_detectors, head)  in dpd_set_domain()
 366 	INIT_LIST_HEAD(&dpd->channel_detectors);  in dfs_pattern_detector_init()
 
 | 
| D | dfs_pattern_detector.h | 111 	struct list_head channel_detectors;  member
 |