Home
last modified time | relevance | path

Searched refs:spec_priv (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c28 static void ath_debug_send_fft_sample(struct ath_spec_scan_priv *spec_priv, in ath_debug_send_fft_sample() argument
32 if (!spec_priv->rfs_chan_spec_scan) in ath_debug_send_fft_sample()
37 relay_write(spec_priv->rfs_chan_spec_scan, fft_sample_tlv, length); in ath_debug_send_fft_sample()
127 struct ath_spec_scan_priv *spec_priv,
132 struct ath_spec_scan_priv *spec_priv, in ath_cmn_process_ht20_fft()
137 struct ath_common *common = ath9k_hw_common(spec_priv->ah); in ath_cmn_process_ht20_fft()
138 struct ath_hw *ah = spec_priv->ah; in ath_cmn_process_ht20_fft()
229 ath_debug_send_fft_sample(spec_priv, tlv); in ath_cmn_process_ht20_fft()
236 struct ath_spec_scan_priv *spec_priv, in ath_cmn_process_ht20_40_fft()
241 struct ath_common *common = ath9k_hw_common(spec_priv in ath_cmn_process_ht20_40_fft()
131 ath_cmn_process_ht20_fft(struct ath_rx_status *rs, struct ath_spec_scan_priv *spec_priv, u8 *sample_buf, u64 tsf, u16 freq, int chan_type) ath_cmn_process_ht20_fft() argument
235 ath_cmn_process_ht20_40_fft(struct ath_rx_status *rs, struct ath_spec_scan_priv *spec_priv, u8 *sample_buf, u64 tsf, u16 freq, int chan_type) ath_cmn_process_ht20_40_fft() argument
448 ath_cmn_is_fft_buf_full(struct ath_spec_scan_priv *spec_priv) ath_cmn_is_fft_buf_full() argument
468 ath_cmn_process_fft(struct ath_spec_scan_priv *spec_priv, struct ieee80211_hdr *hdr, struct ath_rx_status *rs, u64 tsf) ath_cmn_process_fft() argument
692 struct ath_spec_scan_priv *spec_priv = file->private_data; read_file_spec_scan_ctl() local
714 ath9k_cmn_spectral_scan_trigger(struct ath_common *common, struct ath_spec_scan_priv *spec_priv) ath9k_cmn_spectral_scan_trigger() argument
748 ath9k_cmn_spectral_scan_config(struct ath_common *common, struct ath_spec_scan_priv *spec_priv, enum spectral_mode spectral_mode) ath9k_cmn_spectral_scan_config() argument
793 struct ath_spec_scan_priv *spec_priv = file->private_data; write_file_spec_scan_ctl() local
844 struct ath_spec_scan_priv *spec_priv = file->private_data; read_file_spectral_short_repeat() local
856 struct ath_spec_scan_priv *spec_priv = file->private_data; write_file_spectral_short_repeat() local
892 struct ath_spec_scan_priv *spec_priv = file->private_data; read_file_spectral_count() local
904 struct ath_spec_scan_priv *spec_priv = file->private_data; write_file_spectral_count() local
940 struct ath_spec_scan_priv *spec_priv = file->private_data; read_file_spectral_period() local
952 struct ath_spec_scan_priv *spec_priv = file->private_data; write_file_spectral_period() local
988 struct ath_spec_scan_priv *spec_priv = file->private_data; read_file_spectral_fft_period() local
1000 struct ath_spec_scan_priv *spec_priv = file->private_data; write_file_spectral_fft_period() local
1065 ath9k_cmn_spectral_deinit_debug(struct ath_spec_scan_priv *spec_priv) ath9k_cmn_spectral_deinit_debug() argument
1074 ath9k_cmn_spectral_init_debug(struct ath_spec_scan_priv *spec_priv, struct dentry *debugfs_phy) ath9k_cmn_spectral_init_debug() argument
[all...]
H A Dcommon-spectral.h172 void ath9k_cmn_spectral_init_debug(struct ath_spec_scan_priv *spec_priv, struct dentry *debugfs_phy);
173 void ath9k_cmn_spectral_deinit_debug(struct ath_spec_scan_priv *spec_priv);
176 struct ath_spec_scan_priv *spec_priv);
178 struct ath_spec_scan_priv *spec_priv,
180 int ath_cmn_process_fft(struct ath_spec_scan_priv *spec_priv, struct ieee80211_hdr *hdr,
183 static inline void ath9k_cmn_spectral_init_debug(struct ath_spec_scan_priv *spec_priv, in ath9k_cmn_spectral_init_debug() argument
188 static inline void ath9k_cmn_spectral_deinit_debug(struct ath_spec_scan_priv *spec_priv) in ath9k_cmn_spectral_deinit_debug() argument
193 struct ath_spec_scan_priv *spec_priv) in ath9k_cmn_spectral_scan_trigger()
197 static inline int ath_cmn_process_fft(struct ath_spec_scan_priv *spec_priv, in ath_cmn_process_fft() argument
192 ath9k_cmn_spectral_scan_trigger(struct ath_common *common, struct ath_spec_scan_priv *spec_priv) ath9k_cmn_spectral_scan_trigger() argument
H A Dinit.c440 sc->spec_priv.ah = sc->sc_ah; in ath9k_init_misc()
441 sc->spec_priv.spec_config.enabled = 0; in ath9k_init_misc()
442 sc->spec_priv.spec_config.short_repeat = true; in ath9k_init_misc()
443 sc->spec_priv.spec_config.count = 8; in ath9k_init_misc()
444 sc->spec_priv.spec_config.endless = false; in ath9k_init_misc()
445 sc->spec_priv.spec_config.period = 0xFF; in ath9k_init_misc()
446 sc->spec_priv.spec_config.fft_period = 0xF; in ath9k_init_misc()
H A Dhtc_drv_init.c597 priv->spec_priv.ah = priv->ah; in ath9k_init_misc()
598 priv->spec_priv.spec_config.enabled = 0; in ath9k_init_misc()
599 priv->spec_priv.spec_config.short_repeat = true; in ath9k_init_misc()
600 priv->spec_priv.spec_config.count = 8; in ath9k_init_misc()
601 priv->spec_priv.spec_config.endless = false; in ath9k_init_misc()
602 priv->spec_priv.spec_config.period = 0x12; in ath9k_init_misc()
603 priv->spec_priv.spec_config.fft_period = 0x02; in ath9k_init_misc()
H A Dhtc_drv_debug.c484 ath9k_cmn_spectral_deinit_debug(&priv->spec_priv); in ath9k_htc_deinit_debug()
497 ath9k_cmn_spectral_init_debug(&priv->spec_priv, priv->debug.debugfs_phy); in ath9k_htc_init_debug()
H A Dhtc.h498 struct ath_spec_scan_priv spec_priv; member
H A Drecv.c885 } else if (sc->spec_priv.spectral_mode != SPECTRAL_DISABLED && in ath9k_rx_skb_preprocess()
886 ath_cmn_process_fft(&sc->spec_priv, hdr, rx_stats, in ath9k_rx_skb_preprocess()
H A Dath9k.h1062 struct ath_spec_scan_priv spec_priv; member
H A Dchannel.c96 sc->spec_priv.spectral_mode == SPECTRAL_CHANSCAN) in ath_set_channel()
97 ath9k_cmn_spectral_scan_trigger(common, &sc->spec_priv); in ath_set_channel()
H A Ddebug.c1364 ath9k_cmn_spectral_deinit_debug(&sc->spec_priv); in ath9k_deinit_debug()
1384 ath9k_cmn_spectral_init_debug(&sc->spec_priv, sc->debug.debugfs_phy); in ath9k_init_debug()
H A Dhtc_drv_main.c316 priv->spec_priv.spectral_mode == SPECTRAL_CHANSCAN) in ath9k_htc_set_channel()
317 ath9k_cmn_spectral_scan_trigger(common, &priv->spec_priv); in ath9k_htc_set_channel()
H A Dhtc_drv_txrx.c1046 if (ath_cmn_process_fft(&priv->spec_priv, hdr, in ath9k_rx_prepare()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c28 static void ath_debug_send_fft_sample(struct ath_spec_scan_priv *spec_priv, in ath_debug_send_fft_sample() argument
32 if (!spec_priv->rfs_chan_spec_scan) in ath_debug_send_fft_sample()
37 relay_write(spec_priv->rfs_chan_spec_scan, fft_sample_tlv, length); in ath_debug_send_fft_sample()
127 struct ath_spec_scan_priv *spec_priv,
132 struct ath_spec_scan_priv *spec_priv, in ath_cmn_process_ht20_fft()
137 struct ath_common *common = ath9k_hw_common(spec_priv->ah); in ath_cmn_process_ht20_fft()
138 struct ath_hw *ah = spec_priv->ah; in ath_cmn_process_ht20_fft()
229 ath_debug_send_fft_sample(spec_priv, tlv); in ath_cmn_process_ht20_fft()
236 struct ath_spec_scan_priv *spec_priv, in ath_cmn_process_ht20_40_fft()
241 struct ath_common *common = ath9k_hw_common(spec_priv in ath_cmn_process_ht20_40_fft()
131 ath_cmn_process_ht20_fft(struct ath_rx_status *rs, struct ath_spec_scan_priv *spec_priv, u8 *sample_buf, u64 tsf, u16 freq, int chan_type) ath_cmn_process_ht20_fft() argument
235 ath_cmn_process_ht20_40_fft(struct ath_rx_status *rs, struct ath_spec_scan_priv *spec_priv, u8 *sample_buf, u64 tsf, u16 freq, int chan_type) ath_cmn_process_ht20_40_fft() argument
448 ath_cmn_is_fft_buf_full(struct ath_spec_scan_priv *spec_priv) ath_cmn_is_fft_buf_full() argument
468 ath_cmn_process_fft(struct ath_spec_scan_priv *spec_priv, struct ieee80211_hdr *hdr, struct ath_rx_status *rs, u64 tsf) ath_cmn_process_fft() argument
692 struct ath_spec_scan_priv *spec_priv = file->private_data; read_file_spec_scan_ctl() local
714 ath9k_cmn_spectral_scan_trigger(struct ath_common *common, struct ath_spec_scan_priv *spec_priv) ath9k_cmn_spectral_scan_trigger() argument
748 ath9k_cmn_spectral_scan_config(struct ath_common *common, struct ath_spec_scan_priv *spec_priv, enum spectral_mode spectral_mode) ath9k_cmn_spectral_scan_config() argument
793 struct ath_spec_scan_priv *spec_priv = file->private_data; write_file_spec_scan_ctl() local
844 struct ath_spec_scan_priv *spec_priv = file->private_data; read_file_spectral_short_repeat() local
856 struct ath_spec_scan_priv *spec_priv = file->private_data; write_file_spectral_short_repeat() local
887 struct ath_spec_scan_priv *spec_priv = file->private_data; read_file_spectral_count() local
899 struct ath_spec_scan_priv *spec_priv = file->private_data; write_file_spectral_count() local
929 struct ath_spec_scan_priv *spec_priv = file->private_data; read_file_spectral_period() local
941 struct ath_spec_scan_priv *spec_priv = file->private_data; write_file_spectral_period() local
972 struct ath_spec_scan_priv *spec_priv = file->private_data; read_file_spectral_fft_period() local
984 struct ath_spec_scan_priv *spec_priv = file->private_data; write_file_spectral_fft_period() local
1044 ath9k_cmn_spectral_deinit_debug(struct ath_spec_scan_priv *spec_priv) ath9k_cmn_spectral_deinit_debug() argument
1053 ath9k_cmn_spectral_init_debug(struct ath_spec_scan_priv *spec_priv, struct dentry *debugfs_phy) ath9k_cmn_spectral_init_debug() argument
[all...]
H A Dcommon-spectral.h172 void ath9k_cmn_spectral_init_debug(struct ath_spec_scan_priv *spec_priv, struct dentry *debugfs_phy);
173 void ath9k_cmn_spectral_deinit_debug(struct ath_spec_scan_priv *spec_priv);
176 struct ath_spec_scan_priv *spec_priv);
178 struct ath_spec_scan_priv *spec_priv,
180 int ath_cmn_process_fft(struct ath_spec_scan_priv *spec_priv, struct ieee80211_hdr *hdr,
183 static inline void ath9k_cmn_spectral_init_debug(struct ath_spec_scan_priv *spec_priv, in ath9k_cmn_spectral_init_debug() argument
188 static inline void ath9k_cmn_spectral_deinit_debug(struct ath_spec_scan_priv *spec_priv) in ath9k_cmn_spectral_deinit_debug() argument
193 struct ath_spec_scan_priv *spec_priv) in ath9k_cmn_spectral_scan_trigger()
197 static inline int ath_cmn_process_fft(struct ath_spec_scan_priv *spec_priv, in ath_cmn_process_fft() argument
192 ath9k_cmn_spectral_scan_trigger(struct ath_common *common, struct ath_spec_scan_priv *spec_priv) ath9k_cmn_spectral_scan_trigger() argument
H A Dinit.c440 sc->spec_priv.ah = sc->sc_ah; in ath9k_init_misc()
441 sc->spec_priv.spec_config.enabled = 0; in ath9k_init_misc()
442 sc->spec_priv.spec_config.short_repeat = true; in ath9k_init_misc()
443 sc->spec_priv.spec_config.count = 8; in ath9k_init_misc()
444 sc->spec_priv.spec_config.endless = false; in ath9k_init_misc()
445 sc->spec_priv.spec_config.period = 0xFF; in ath9k_init_misc()
446 sc->spec_priv.spec_config.fft_period = 0xF; in ath9k_init_misc()
H A Dhtc_drv_init.c597 priv->spec_priv.ah = priv->ah; in ath9k_init_misc()
598 priv->spec_priv.spec_config.enabled = 0; in ath9k_init_misc()
599 priv->spec_priv.spec_config.short_repeat = true; in ath9k_init_misc()
600 priv->spec_priv.spec_config.count = 8; in ath9k_init_misc()
601 priv->spec_priv.spec_config.endless = false; in ath9k_init_misc()
602 priv->spec_priv.spec_config.period = 0x12; in ath9k_init_misc()
603 priv->spec_priv.spec_config.fft_period = 0x02; in ath9k_init_misc()
H A Dhtc_drv_debug.c479 ath9k_cmn_spectral_deinit_debug(&priv->spec_priv); in ath9k_htc_deinit_debug()
492 ath9k_cmn_spectral_init_debug(&priv->spec_priv, priv->debug.debugfs_phy); in ath9k_htc_init_debug()
H A Dhtc.h497 struct ath_spec_scan_priv spec_priv; member
H A Drecv.c885 } else if (sc->spec_priv.spectral_mode != SPECTRAL_DISABLED && in ath9k_rx_skb_preprocess()
886 ath_cmn_process_fft(&sc->spec_priv, hdr, rx_stats, in ath9k_rx_skb_preprocess()
H A Dath9k.h1062 struct ath_spec_scan_priv spec_priv; member
H A Dhtc_drv_main.c316 priv->spec_priv.spectral_mode == SPECTRAL_CHANSCAN) in ath9k_htc_set_channel()
317 ath9k_cmn_spectral_scan_trigger(common, &priv->spec_priv); in ath9k_htc_set_channel()
H A Dchannel.c96 sc->spec_priv.spectral_mode == SPECTRAL_CHANSCAN) in ath_set_channel()
97 ath9k_cmn_spectral_scan_trigger(common, &sc->spec_priv); in ath_set_channel()
H A Ddebug.c1373 ath9k_cmn_spectral_deinit_debug(&sc->spec_priv); in ath9k_deinit_debug()
1393 ath9k_cmn_spectral_init_debug(&sc->spec_priv, sc->debug.debugfs_phy); in ath9k_init_debug()
H A Dhtc_drv_txrx.c1047 if (ath_cmn_process_fft(&priv->spec_priv, hdr, in ath9k_rx_prepare()

Completed in 35 milliseconds