Searched refs:spec_priv (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | common-spectral.c | 32 if (!spec_priv->rfs_chan_spec_scan) in ath_debug_send_fft_sample() 138 struct ath_hw *ah = spec_priv->ah; in ath_cmn_process_ht20_fft() 242 struct ath_hw *ah = spec_priv->ah; in ath_cmn_process_ht20_40_fft() 472 struct ath_hw *ah = spec_priv->ah; in ath_cmn_process_fft() 717 struct ath_hw *ah = spec_priv->ah; in ath9k_cmn_spectral_scan_trigger() 742 ath9k_cmn_spectral_scan_config(common, spec_priv, spec_priv->spectral_mode); in ath9k_cmn_spectral_scan_trigger() 1065 debugfs_phy, spec_priv, in ath9k_cmn_spectral_init_debug() 1069 debugfs_phy, spec_priv, in ath9k_cmn_spectral_init_debug() 1073 debugfs_phy, spec_priv, in ath9k_cmn_spectral_init_debug() 1077 debugfs_phy, spec_priv, in ath9k_cmn_spectral_init_debug() [all …]
|
H A D | common-spectral.h | 172 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() argument 197 static inline int ath_cmn_process_fft(struct ath_spec_scan_priv *spec_priv, in ath_cmn_process_fft() argument
|
H A D | htc_drv_init.c | 597 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 D | init.c | 440 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 D | htc_drv_debug.c | 479 ath9k_cmn_spectral_deinit_debug(&priv->spec_priv); in ath9k_htc_deinit_debug() 490 ath9k_cmn_spectral_init_debug(&priv->spec_priv, priv->debug.debugfs_phy); in ath9k_htc_init_debug()
|
H A D | recv.c | 885 } 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 D | htc.h | 497 struct ath_spec_scan_priv spec_priv; member
|
H A D | channel.c | 96 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 D | debug.c | 1373 ath9k_cmn_spectral_deinit_debug(&sc->spec_priv); in ath9k_deinit_debug() 1391 ath9k_cmn_spectral_init_debug(&sc->spec_priv, sc->debug.debugfs_phy); in ath9k_init_debug()
|
H A D | ath9k.h | 1062 struct ath_spec_scan_priv spec_priv; member
|
H A D | htc_drv_main.c | 316 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 D | htc_drv_txrx.c | 1047 if (ath_cmn_process_fft(&priv->spec_priv, hdr, in ath9k_rx_prepare()
|