Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/wireless/ath/
Ddfs_pattern_detector.c216 list_add(&cd->head, &dpd->channel_detectors); in channel_detector_create()
240 list_for_each_entry(cd, &dpd->channel_detectors, head) { in channel_detector_get()
255 list_for_each_entry(cd, &dpd->channel_detectors, head) in dpd_reset()
262 list_for_each_entry_safe(cd, cd0, &dpd->channel_detectors, head) in dpd_exit()
331 list_for_each_entry_safe(cd, cd0, &dpd->channel_detectors, head) in dpd_set_domain()
362 INIT_LIST_HEAD(&dpd->channel_detectors); in dfs_pattern_detector_init()
Ddfs_pattern_detector.h111 struct list_head channel_detectors; member