Home
last modified time | relevance | path

Searched refs:dfs_pattern_detector (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.h95 struct dfs_pattern_detector { struct
96 void (*exit)(struct dfs_pattern_detector *dpd); argument
97 bool (*set_dfs_domain)(struct dfs_pattern_detector *dpd, argument
99 bool (*add_pulse)(struct dfs_pattern_detector *dpd, argument
103 struct ath_dfs_pool_stats (*get_stats)(struct dfs_pattern_detector *dpd); argument
119 extern struct dfs_pattern_detector * argument
H A Ddfs_pattern_detector.c168 static void channel_detector_reset(struct dfs_pattern_detector *dpd, in channel_detector_reset()
179 static void channel_detector_exit(struct dfs_pattern_detector *dpd, in channel_detector_exit()
198 channel_detector_create(struct dfs_pattern_detector *dpd, u16 freq) in channel_detector_create()
242 channel_detector_get(struct dfs_pattern_detector *dpd, u16 freq) in channel_detector_get()
257 static void dpd_reset(struct dfs_pattern_detector *dpd) in dpd_reset()
264 static void dpd_exit(struct dfs_pattern_detector *dpd) in dpd_exit()
315 dpd_get_stats(struct dfs_pattern_detector *dpd) in dpd_get_stats()
320 static bool dpd_set_domain(struct dfs_pattern_detector *dpd, in dpd_set_domain()
345 static const struct dfs_pattern_detector default_dpd = {
353 struct dfs_pattern_detector *
[all …]
H A DMakefile19 dfs_pattern_detector.o \
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Ddfs.c276 struct dfs_pattern_detector *pd = sc->dfs_detector; in ath9k_dfs_process_radar_pulse()
H A Dath9k.h1058 struct dfs_pattern_detector *dfs_detector;
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h1226 struct dfs_pattern_detector *dfs_detector;