| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | common-debug.c | 48 void ath9k_cmn_debug_modal_eeprom(struct dentry *debugfs_phy, in ath9k_cmn_debug_modal_eeprom() argument 51 debugfs_create_file("modal_eeprom", 0400, debugfs_phy, ah, in ath9k_cmn_debug_modal_eeprom() 83 void ath9k_cmn_debug_base_eeprom(struct dentry *debugfs_phy, in ath9k_cmn_debug_base_eeprom() argument 86 debugfs_create_file("base_eeprom", 0400, debugfs_phy, ah, in ath9k_cmn_debug_base_eeprom() 181 void ath9k_cmn_debug_recv(struct dentry *debugfs_phy, in ath9k_cmn_debug_recv() argument 184 debugfs_create_file("recv", 0400, debugfs_phy, rxstats, &fops_recv); in ath9k_cmn_debug_recv() 257 void ath9k_cmn_debug_phy_err(struct dentry *debugfs_phy, in ath9k_cmn_debug_phy_err() argument 260 debugfs_create_file("phy_err", 0400, debugfs_phy, rxstats, in ath9k_cmn_debug_phy_err()
|
| H A D | htc_drv_debug.c | 487 priv->debug.debugfs_phy = debugfs_create_dir(KBUILD_MODNAME, in ath9k_htc_init_debug() 490 ath9k_cmn_spectral_init_debug(&priv->spec_priv, priv->debug.debugfs_phy); in ath9k_htc_init_debug() 492 debugfs_create_file("tgt_int_stats", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 494 debugfs_create_file("tgt_tx_stats", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 496 debugfs_create_file("tgt_rx_stats", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 498 debugfs_create_file("xmit", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 500 debugfs_create_file("skb_rx", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 503 ath9k_cmn_debug_recv(priv->debug.debugfs_phy, &priv->debug.rx_stats); in ath9k_htc_init_debug() 504 ath9k_cmn_debug_phy_err(priv->debug.debugfs_phy, &priv->debug.rx_stats); in ath9k_htc_init_debug() 506 debugfs_create_file("slot", 0400, priv->debug.debugfs_phy, in ath9k_htc_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… 184 struct dentry *debugfs_phy) in ath9k_cmn_spectral_init_debug() argument
|
| H A D | dfs_debug.c | 142 sc->debug.debugfs_phy, sc, &fops_dfs_stats); in ath9k_dfs_init_debug() 144 sc->debug.debugfs_phy, sc, &fops_simulate_radar); in ath9k_dfs_init_debug()
|
| H A D | common-spectral.c | 1055 struct dentry *debugfs_phy) in ath9k_cmn_spectral_init_debug() argument 1058 debugfs_phy, in ath9k_cmn_spectral_init_debug() 1066 debugfs_phy, spec_priv, in ath9k_cmn_spectral_init_debug() 1070 debugfs_phy, spec_priv, in ath9k_cmn_spectral_init_debug() 1074 debugfs_phy, spec_priv, in ath9k_cmn_spectral_init_debug() 1078 debugfs_phy, spec_priv, in ath9k_cmn_spectral_init_debug() 1082 debugfs_phy, spec_priv, in ath9k_cmn_spectral_init_debug()
|
| H A D | tx99.c | 274 sc->debug.debugfs_phy, sc, in ath9k_tx99_init_debug() 277 sc->debug.debugfs_phy, sc, in ath9k_tx99_init_debug()
|
| H A D | htc.h | 364 struct dentry *debugfs_phy; member
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | debug.c | 2527 ar->debug.debugfs_phy = debugfs_create_dir("ath10k", in ath10k_debug_register() 2529 if (IS_ERR_OR_NULL(ar->debug.debugfs_phy)) { in ath10k_debug_register() 2530 if (IS_ERR(ar->debug.debugfs_phy)) in ath10k_debug_register() 2531 return PTR_ERR(ar->debug.debugfs_phy); in ath10k_debug_register() 2542 debugfs_create_file("fw_stats", 0400, ar->debug.debugfs_phy, ar, in ath10k_debug_register() 2545 debugfs_create_file("fw_reset_stats", 0400, ar->debug.debugfs_phy, ar, in ath10k_debug_register() 2548 debugfs_create_file("wmi_services", 0400, ar->debug.debugfs_phy, ar, in ath10k_debug_register() 2551 debugfs_create_file("simulate_fw_crash", 0600, ar->debug.debugfs_phy, ar, in ath10k_debug_register() 2554 debugfs_create_file("reg_addr", 0600, ar->debug.debugfs_phy, ar, in ath10k_debug_register() 2557 debugfs_create_file("reg_value", 0600, ar->debug.debugfs_phy, ar, in ath10k_debug_register() [all …]
|
| H A D | spectral.c | 525 ar->debug.debugfs_phy, in ath10k_spectral_create() 530 ar->debug.debugfs_phy, ar, in ath10k_spectral_create() 534 ar->debug.debugfs_phy, ar, in ath10k_spectral_create() 538 ar->debug.debugfs_phy, ar, in ath10k_spectral_create()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | debug.c | 368 d->debugfs_phy = debugfs_create_dir("cw1200", in cw1200_debug_init() 370 debugfs_create_file("status", 0400, d->debugfs_phy, priv, in cw1200_debug_init() 372 debugfs_create_file("counters", 0400, d->debugfs_phy, priv, in cw1200_debug_init() 374 debugfs_create_file("wsm_dumps", 0200, d->debugfs_phy, priv, in cw1200_debug_init() 384 debugfs_remove_recursive(d->debugfs_phy); in cw1200_debug_release()
|
| H A D | debug.h | 13 struct dentry *debugfs_phy; member
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | core.h | 834 struct dentry *debugfs_phy; member
|