Searched refs:channel_detectors (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ |
H A D | dfs_pattern_detector.c | 220 list_add(&cd->head, &dpd->channel_detectors); in channel_detector_create() 243 list_for_each_entry(cd, &dpd->channel_detectors, head) { in channel_detector_get() 258 list_for_each_entry(cd, &dpd->channel_detectors, head) in dpd_reset() 265 list_for_each_entry_safe(cd, cd0, &dpd->channel_detectors, head) in dpd_exit() 334 list_for_each_entry_safe(cd, cd0, &dpd->channel_detectors, head) in dpd_set_domain() 365 INIT_LIST_HEAD(&dpd->channel_detectors); in dfs_pattern_detector_init()
|
H A D | dfs_pattern_detector.h | 93 * @channel_detectors: list connecting channel_detector elements 111 struct list_head channel_detectors; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ |
H A D | dfs_pattern_detector.c | 221 list_add(&cd->head, &dpd->channel_detectors); in channel_detector_create() 245 list_for_each_entry(cd, &dpd->channel_detectors, head) { in channel_detector_get() 260 list_for_each_entry(cd, &dpd->channel_detectors, head) in dpd_reset() 267 list_for_each_entry_safe(cd, cd0, &dpd->channel_detectors, head) in dpd_exit() 336 list_for_each_entry_safe(cd, cd0, &dpd->channel_detectors, head) in dpd_set_domain() 367 INIT_LIST_HEAD(&dpd->channel_detectors); in dfs_pattern_detector_init()
|
H A D | dfs_pattern_detector.h | 93 * @channel_detectors: list connecting channel_detector elements 111 struct list_head channel_detectors; member
|
Completed in 3 milliseconds