Searched refs:channel_detectors (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.c218 list_add(&cd->head, &dpd->channel_detectors); channel_detector_create()
241 list_for_each_entry(cd, &dpd->channel_detectors, head) { channel_detector_get()
256 if (!list_empty(&dpd->channel_detectors)) dpd_reset()
257 list_for_each_entry(cd, &dpd->channel_detectors, head) dpd_reset()
264 if (!list_empty(&dpd->channel_detectors)) dpd_exit()
265 list_for_each_entry_safe(cd, cd0, &dpd->channel_detectors, head) dpd_exit()
331 if (!list_empty(&dpd->channel_detectors)) dpd_set_domain()
332 list_for_each_entry_safe(cd, cd0, &dpd->channel_detectors, head) dpd_set_domain()
363 INIT_LIST_HEAD(&dpd->channel_detectors); dfs_pattern_detector_init()
H A Ddfs_pattern_detector.h93 * @channel_detectors: list connecting channel_detector elements
110 struct list_head channel_detectors; member in struct:dfs_pattern_detector

Completed in 82 milliseconds