/drivers/net/wireless/ath/ath9k/ |
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", S_IRUSR, 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", S_IRUSR, debugfs_phy, ah, in ath9k_cmn_debug_base_eeprom() 178 void ath9k_cmn_debug_recv(struct dentry *debugfs_phy, in ath9k_cmn_debug_recv() argument 181 debugfs_create_file("recv", S_IRUSR, debugfs_phy, rxstats, in ath9k_cmn_debug_recv() 247 void ath9k_cmn_debug_phy_err(struct dentry *debugfs_phy, in ath9k_cmn_debug_phy_err() argument 250 debugfs_create_file("phy_err", S_IRUSR, debugfs_phy, rxstats, in ath9k_cmn_debug_phy_err()
|
D | common-debug.h | 63 void ath9k_cmn_debug_modal_eeprom(struct dentry *debugfs_phy, 65 void ath9k_cmn_debug_base_eeprom(struct dentry *debugfs_phy, 69 void ath9k_cmn_debug_recv(struct dentry *debugfs_phy, 71 void ath9k_cmn_debug_phy_err(struct dentry *debugfs_phy,
|
D | htc_drv_debug.c | 499 priv->debug.debugfs_phy = debugfs_create_dir(KBUILD_MODNAME, in ath9k_htc_init_debug() 501 if (!priv->debug.debugfs_phy) in ath9k_htc_init_debug() 504 debugfs_create_file("tgt_int_stats", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 506 debugfs_create_file("tgt_tx_stats", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 508 debugfs_create_file("tgt_rx_stats", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 510 debugfs_create_file("xmit", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 512 debugfs_create_file("skb_rx", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug() 515 ath9k_cmn_debug_recv(priv->debug.debugfs_phy, &priv->debug.rx_stats); in ath9k_htc_init_debug() 516 ath9k_cmn_debug_phy_err(priv->debug.debugfs_phy, &priv->debug.rx_stats); in ath9k_htc_init_debug() 518 debugfs_create_file("slot", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug() [all …]
|
D | debug.c | 1326 sc->debug.debugfs_phy = debugfs_create_dir("ath9k", in ath9k_init_debug() 1328 if (!sc->debug.debugfs_phy) in ath9k_init_debug() 1332 debugfs_create_file("debug", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug() 1340 debugfs_create_file("dma", S_IRUSR, sc->debug.debugfs_phy, sc, in ath9k_init_debug() 1342 debugfs_create_file("interrupt", S_IRUSR, sc->debug.debugfs_phy, sc, in ath9k_init_debug() 1344 debugfs_create_file("xmit", S_IRUSR, sc->debug.debugfs_phy, sc, in ath9k_init_debug() 1346 debugfs_create_file("queues", S_IRUSR, sc->debug.debugfs_phy, sc, in ath9k_init_debug() 1348 debugfs_create_u32("qlen_bk", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug() 1350 debugfs_create_u32("qlen_be", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug() 1352 debugfs_create_u32("qlen_vi", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug() [all …]
|
D | spectral.c | 520 sc->debug.debugfs_phy, in ath9k_spectral_init_debug() 525 sc->debug.debugfs_phy, sc, in ath9k_spectral_init_debug() 529 sc->debug.debugfs_phy, sc, in ath9k_spectral_init_debug() 533 sc->debug.debugfs_phy, sc, in ath9k_spectral_init_debug() 537 sc->debug.debugfs_phy, sc, in ath9k_spectral_init_debug() 541 sc->debug.debugfs_phy, sc, in ath9k_spectral_init_debug()
|
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()
|
D | tx99.c | 283 sc->debug.debugfs_phy, sc, in ath9k_tx99_init_debug() 286 sc->debug.debugfs_phy, sc, in ath9k_tx99_init_debug()
|
D | debug.h | 244 struct dentry *debugfs_phy; member
|
D | htc.h | 356 struct dentry *debugfs_phy; member
|
/drivers/net/wireless/cw1200/ |
D | debug.c | 396 d->debugfs_phy = debugfs_create_dir("cw1200", in cw1200_debug_init() 398 if (!d->debugfs_phy) in cw1200_debug_init() 401 if (!debugfs_create_file("status", S_IRUSR, d->debugfs_phy, in cw1200_debug_init() 405 if (!debugfs_create_file("counters", S_IRUSR, d->debugfs_phy, in cw1200_debug_init() 409 if (!debugfs_create_file("wsm_dumps", S_IWUSR, d->debugfs_phy, in cw1200_debug_init() 417 debugfs_remove_recursive(d->debugfs_phy); in cw1200_debug_init() 426 debugfs_remove_recursive(d->debugfs_phy); in cw1200_debug_release()
|
D | debug.h | 16 struct dentry *debugfs_phy; member
|
/drivers/net/wireless/ath/ath6kl/ |
D | debug.c | 1795 ar->debugfs_phy = debugfs_create_dir("ath6kl", in ath6kl_debug_init_fs() 1797 if (!ar->debugfs_phy) in ath6kl_debug_init_fs() 1800 debugfs_create_file("tgt_stats", S_IRUSR, ar->debugfs_phy, ar, in ath6kl_debug_init_fs() 1805 ar->debugfs_phy, ar, in ath6kl_debug_init_fs() 1809 ar->debugfs_phy, ar, &fops_endpoint_stats); in ath6kl_debug_init_fs() 1811 debugfs_create_file("fwlog", S_IRUSR, ar->debugfs_phy, ar, in ath6kl_debug_init_fs() 1814 debugfs_create_file("fwlog_block", S_IRUSR, ar->debugfs_phy, ar, in ath6kl_debug_init_fs() 1817 debugfs_create_file("fwlog_mask", S_IRUSR | S_IWUSR, ar->debugfs_phy, in ath6kl_debug_init_fs() 1820 debugfs_create_file("reg_addr", S_IRUSR | S_IWUSR, ar->debugfs_phy, ar, in ath6kl_debug_init_fs() 1823 debugfs_create_file("reg_dump", S_IRUSR, ar->debugfs_phy, ar, in ath6kl_debug_init_fs() [all …]
|
D | core.h | 832 struct dentry *debugfs_phy; member
|
/drivers/net/wireless/ath/ath10k/ |
D | debug.c | 1174 ar->debug.debugfs_phy = debugfs_create_dir("ath10k", in ath10k_debug_register() 1176 if (IS_ERR_OR_NULL(ar->debug.debugfs_phy)) { in ath10k_debug_register() 1177 if (IS_ERR(ar->debug.debugfs_phy)) in ath10k_debug_register() 1178 return PTR_ERR(ar->debug.debugfs_phy); in ath10k_debug_register() 1188 debugfs_create_file("fw_stats", S_IRUSR, ar->debug.debugfs_phy, ar, in ath10k_debug_register() 1191 debugfs_create_file("wmi_services", S_IRUSR, ar->debug.debugfs_phy, ar, in ath10k_debug_register() 1194 debugfs_create_file("simulate_fw_crash", S_IRUSR, ar->debug.debugfs_phy, in ath10k_debug_register() 1197 debugfs_create_file("fw_crash_dump", S_IRUSR, ar->debug.debugfs_phy, in ath10k_debug_register() 1200 debugfs_create_file("chip_id", S_IRUSR, ar->debug.debugfs_phy, in ath10k_debug_register() 1203 debugfs_create_file("htt_stats_mask", S_IRUSR, ar->debug.debugfs_phy, in ath10k_debug_register() [all …]
|
D | spectral.c | 536 ar->debug.debugfs_phy, in ath10k_spectral_create() 541 ar->debug.debugfs_phy, ar, in ath10k_spectral_create() 545 ar->debug.debugfs_phy, ar, in ath10k_spectral_create() 549 ar->debug.debugfs_phy, ar, in ath10k_spectral_create()
|
D | core.h | 293 struct dentry *debugfs_phy; member
|