Searched refs:spec_priv (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | common-spectral.c | 27 static void ath_debug_send_fft_sample(struct ath_spec_scan_priv *spec_priv, in ath_debug_send_fft_sample() argument 31 if (!spec_priv->rfs_chan_spec_scan) in ath_debug_send_fft_sample() 36 relay_write(spec_priv->rfs_chan_spec_scan, fft_sample_tlv, length); in ath_debug_send_fft_sample() 40 int ath_cmn_process_fft(struct ath_spec_scan_priv *spec_priv, struct ieee80211_hdr *hdr, in ath_cmn_process_fft() argument 43 struct ath_hw *ah = spec_priv->ah; in ath_cmn_process_fft() 44 struct ath_common *common = ath9k_hw_common(spec_priv->ah); in ath_cmn_process_fft() 203 ath_debug_send_fft_sample(spec_priv, tlv); in ath_cmn_process_fft() 216 struct ath_spec_scan_priv *spec_priv = file->private_data; in read_file_spec_scan_ctl() local 220 switch (spec_priv->spectral_mode) { in read_file_spec_scan_ctl() 239 struct ath_spec_scan_priv *spec_priv) in ath9k_cmn_spectral_scan_trigger() argument [all …]
|
D | common-spectral.h | 133 void ath9k_cmn_spectral_init_debug(struct ath_spec_scan_priv *spec_priv, struct dentry *debugfs_phy… 134 void ath9k_cmn_spectral_deinit_debug(struct ath_spec_scan_priv *spec_priv); 137 struct ath_spec_scan_priv *spec_priv); 139 struct ath_spec_scan_priv *spec_priv, 141 int ath_cmn_process_fft(struct ath_spec_scan_priv *spec_priv, struct ieee80211_hdr *hdr,
|
D | htc_drv_init.c | 595 priv->spec_priv.ah = priv->ah; in ath9k_init_misc() 596 priv->spec_priv.spec_config.enabled = 0; in ath9k_init_misc() 597 priv->spec_priv.spec_config.short_repeat = false; in ath9k_init_misc() 598 priv->spec_priv.spec_config.count = 8; in ath9k_init_misc() 599 priv->spec_priv.spec_config.endless = false; in ath9k_init_misc() 600 priv->spec_priv.spec_config.period = 0x12; in ath9k_init_misc() 601 priv->spec_priv.spec_config.fft_period = 0x02; in ath9k_init_misc()
|
D | init.c | 383 sc->spec_priv.ah = sc->sc_ah; in ath9k_init_misc() 384 sc->spec_priv.spec_config.enabled = 0; in ath9k_init_misc() 385 sc->spec_priv.spec_config.short_repeat = true; in ath9k_init_misc() 386 sc->spec_priv.spec_config.count = 8; in ath9k_init_misc() 387 sc->spec_priv.spec_config.endless = false; in ath9k_init_misc() 388 sc->spec_priv.spec_config.period = 0xFF; in ath9k_init_misc() 389 sc->spec_priv.spec_config.fft_period = 0xF; in ath9k_init_misc()
|
D | htc_drv_debug.c | 484 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()
|
D | htc.h | 492 struct ath_spec_scan_priv spec_priv; member
|
D | channel.c | 95 sc->spec_priv.spectral_mode == SPECTRAL_CHANSCAN) in ath_set_channel() 96 ath9k_cmn_spectral_scan_trigger(common, &sc->spec_priv); in ath_set_channel()
|
D | debug.c | 1299 ath9k_cmn_spectral_deinit_debug(&sc->spec_priv); in ath9k_deinit_debug() 1319 ath9k_cmn_spectral_init_debug(&sc->spec_priv, sc->debug.debugfs_phy); in ath9k_init_debug()
|
D | ath9k.h | 1033 struct ath_spec_scan_priv spec_priv; member
|
D | htc_drv_main.c | 319 priv->spec_priv.spectral_mode == SPECTRAL_CHANSCAN) in ath9k_htc_set_channel() 320 ath9k_cmn_spectral_scan_trigger(common, &priv->spec_priv); in ath9k_htc_set_channel()
|
D | recv.c | 874 if (ath_cmn_process_fft(&sc->spec_priv, hdr, rx_stats, rx_status->mactime)) in ath9k_rx_skb_preprocess()
|
D | htc_drv_txrx.c | 1022 if (ath_cmn_process_fft(&priv->spec_priv, hdr, in ath9k_rx_prepare()
|