/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | common-debug.h | 68 void ath9k_cmn_debug_modal_eeprom(struct dentry *debugfs_phy, 70 void ath9k_cmn_debug_base_eeprom(struct dentry *debugfs_phy, 74 void ath9k_cmn_debug_recv(struct dentry *debugfs_phy, 76 void ath9k_cmn_debug_phy_err(struct dentry *debugfs_phy, 79 static inline void ath9k_cmn_debug_modal_eeprom(struct dentry *debugfs_phy, in ath9k_cmn_debug_modal_eeprom() argument 84 static inline void ath9k_cmn_debug_base_eeprom(struct dentry *debugfs_phy, in ath9k_cmn_debug_base_eeprom() argument 94 static inline void ath9k_cmn_debug_recv(struct dentry *debugfs_phy, in ath9k_cmn_debug_recv() argument 99 static inline void ath9k_cmn_debug_phy_err(struct dentry *debugfs_phy, in ath9k_cmn_debug_phy_err() argument
|
A D | common-debug.c | 47 void ath9k_cmn_debug_modal_eeprom(struct dentry *debugfs_phy, in ath9k_cmn_debug_modal_eeprom() argument 50 debugfs_create_file("modal_eeprom", 0400, debugfs_phy, ah, in ath9k_cmn_debug_modal_eeprom() 82 void ath9k_cmn_debug_base_eeprom(struct dentry *debugfs_phy, in ath9k_cmn_debug_base_eeprom() argument 85 debugfs_create_file("base_eeprom", 0400, debugfs_phy, ah, in ath9k_cmn_debug_base_eeprom() 180 void ath9k_cmn_debug_recv(struct dentry *debugfs_phy, in ath9k_cmn_debug_recv() argument 183 debugfs_create_file("recv", 0400, debugfs_phy, rxstats, &fops_recv); in ath9k_cmn_debug_recv() 256 void ath9k_cmn_debug_phy_err(struct dentry *debugfs_phy, in ath9k_cmn_debug_phy_err() argument 259 debugfs_create_file("phy_err", 0400, debugfs_phy, rxstats, in ath9k_cmn_debug_phy_err()
|
A D | htc_drv_debug.c | 492 priv->debug.debugfs_phy = debugfs_create_dir(KBUILD_MODNAME, in ath9k_htc_init_debug() 494 if (!priv->debug.debugfs_phy) in ath9k_htc_init_debug() 501 debugfs_create_file("tgt_tx_stats", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 503 debugfs_create_file("tgt_rx_stats", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 505 debugfs_create_file("xmit", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 507 debugfs_create_file("skb_rx", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 513 debugfs_create_file("slot", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 515 debugfs_create_file("queue", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 517 debugfs_create_file("debug", 0600, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 520 ath9k_cmn_debug_base_eeprom(priv->debug.debugfs_phy, priv->ah); in ath9k_htc_init_debug() [all …]
|
A D | debug.c | 1421 sc->debug.debugfs_phy = debugfs_create_dir("ath9k", in ath9k_init_debug() 1423 if (!sc->debug.debugfs_phy) in ath9k_init_debug() 1427 debugfs_create_file("debug", 0600, sc->debug.debugfs_phy, in ath9k_init_debug() 1445 debugfs_create_file("reset", 0600, sc->debug.debugfs_phy, in ath9k_init_debug() 1456 sc->debug.debugfs_phy, sc, &fops_ani); in ath9k_init_debug() 1457 debugfs_create_bool("paprd", 0600, sc->debug.debugfs_phy, in ath9k_init_debug() 1464 sc->debug.debugfs_phy, in ath9k_init_debug() 1469 sc->debug.debugfs_phy, in ath9k_init_debug() 1476 sc->debug.debugfs_phy, &sc->sc_ah->gpio_mask); in ath9k_init_debug() 1478 sc->debug.debugfs_phy, &sc->sc_ah->gpio_val); in ath9k_init_debug() [all …]
|
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
|
A D | dfs_debug.c | 148 sc->debug.debugfs_phy, sc, &fops_dfs_stats); in ath9k_dfs_init_debug() 150 sc->debug.debugfs_phy, sc, &fops_simulate_radar); in ath9k_dfs_init_debug()
|
A D | common-spectral.c | 1075 struct dentry *debugfs_phy) in ath9k_cmn_spectral_init_debug() argument 1078 debugfs_phy, in ath9k_cmn_spectral_init_debug() 1086 debugfs_phy, spec_priv, in ath9k_cmn_spectral_init_debug() 1090 debugfs_phy, spec_priv, in ath9k_cmn_spectral_init_debug() 1094 debugfs_phy, spec_priv, in ath9k_cmn_spectral_init_debug() 1098 debugfs_phy, spec_priv, in ath9k_cmn_spectral_init_debug() 1102 debugfs_phy, spec_priv, in ath9k_cmn_spectral_init_debug()
|
A D | tx99.c | 280 sc->debug.debugfs_phy, sc, in ath9k_tx99_init_debug() 283 sc->debug.debugfs_phy, sc, in ath9k_tx99_init_debug()
|
A D | debug.h | 250 struct dentry *debugfs_phy; member
|
A D | htc.h | 365 struct dentry *debugfs_phy; member
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/ |
A D | debug.c | 1794 ar->debugfs_phy = debugfs_create_dir("ath6kl", in ath6kl_debug_init_fs() 1796 if (!ar->debugfs_phy) in ath6kl_debug_init_fs() 1804 ar->debugfs_phy, ar, in ath6kl_debug_init_fs() 1808 ar->debugfs_phy, ar, &fops_endpoint_stats); in ath6kl_debug_init_fs() 1815 debugfs_create_file("fwlog_mask", 0600, ar->debugfs_phy, in ath6kl_debug_init_fs() 1818 debugfs_create_file("reg_addr", 0600, ar->debugfs_phy, ar, in ath6kl_debug_init_fs() 1825 ar->debugfs_phy, ar, &fops_lrssi_roam_threshold); in ath6kl_debug_init_fs() 1828 ar->debugfs_phy, ar, &fops_diag_reg_write); in ath6kl_debug_init_fs() 1846 ar->debugfs_phy, ar, &fops_disconnect_timeout); in ath6kl_debug_init_fs() 1855 ar->debugfs_phy, ar, &fops_bgscan_int); in ath6kl_debug_init_fs() [all …]
|
A D | core.h | 834 struct dentry *debugfs_phy; member
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/ |
A D | debug.c | 2543 ar->debug.debugfs_phy = debugfs_create_dir("ath10k", in ath10k_debug_register() 2545 if (IS_ERR_OR_NULL(ar->debug.debugfs_phy)) { in ath10k_debug_register() 2546 if (IS_ERR(ar->debug.debugfs_phy)) in ath10k_debug_register() 2547 return PTR_ERR(ar->debug.debugfs_phy); in ath10k_debug_register() 2579 debugfs_create_file("chip_id", 0400, ar->debug.debugfs_phy, ar, in ath10k_debug_register() 2608 ar->debug.debugfs_phy, in ath10k_debug_register() 2626 debugfs_create_file("btcoex", 0644, ar->debug.debugfs_phy, ar, in ath10k_debug_register() 2634 ar->debug.debugfs_phy, ar, in ath10k_debug_register() 2643 ar->debug.debugfs_phy, in ath10k_debug_register() 2648 ar->debug.debugfs_phy, ar, in ath10k_debug_register() [all …]
|
A D | spectral.c | 535 ar->debug.debugfs_phy, in ath10k_spectral_create() 540 ar->debug.debugfs_phy, ar, in ath10k_spectral_create() 544 ar->debug.debugfs_phy, ar, in ath10k_spectral_create() 548 ar->debug.debugfs_phy, ar, in ath10k_spectral_create()
|
A D | core.h | 675 struct dentry *debugfs_phy; member
|
/linux-6.3-rc2/drivers/net/wireless/st/cw1200/ |
A D | debug.c | 369 d->debugfs_phy = debugfs_create_dir("cw1200", in cw1200_debug_init() 371 debugfs_create_file("status", 0400, d->debugfs_phy, priv, in cw1200_debug_init() 373 debugfs_create_file("counters", 0400, d->debugfs_phy, priv, in cw1200_debug_init() 375 debugfs_create_file("wsm_dumps", 0200, d->debugfs_phy, priv, in cw1200_debug_init() 385 debugfs_remove_recursive(d->debugfs_phy); in cw1200_debug_release()
|
A D | debug.h | 13 struct dentry *debugfs_phy; member
|