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

/linux-master/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.c216 list_add(&cd->head, &dpd->channel_detectors);
240 list_for_each_entry(cd, &dpd->channel_detectors, head) {
255 list_for_each_entry(cd, &dpd->channel_detectors, head)
262 list_for_each_entry_safe(cd, cd0, &dpd->channel_detectors, head)
331 list_for_each_entry_safe(cd, cd0, &dpd->channel_detectors, head)
362 INIT_LIST_HEAD(&dpd->channel_detectors);
H A Ddfs_pattern_detector.h93 * @channel_detectors: list connecting channel_detector elements
111 struct list_head channel_detectors; member in struct:dfs_pattern_detector

Completed in 110 milliseconds