Home
last modified time | relevance | path

Searched refs:debugfs_phy (Results 1 – 16 of 16) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dcommon-debug.c47 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()
Dcommon-debug.h63 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,
Dhtc_drv_debug.c499 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 …]
Ddebug.c1326 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 …]
Dspectral.c520 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()
Ddfs_debug.c148 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()
Dtx99.c283 sc->debug.debugfs_phy, sc, in ath9k_tx99_init_debug()
286 sc->debug.debugfs_phy, sc, in ath9k_tx99_init_debug()
Ddebug.h244 struct dentry *debugfs_phy; member
Dhtc.h356 struct dentry *debugfs_phy; member
/drivers/net/wireless/cw1200/
Ddebug.c396 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()
Ddebug.h16 struct dentry *debugfs_phy; member
/drivers/net/wireless/ath/ath6kl/
Ddebug.c1795 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 …]
Dcore.h832 struct dentry *debugfs_phy; member
/drivers/net/wireless/ath/ath10k/
Ddebug.c1174 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 …]
Dspectral.c536 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()
Dcore.h293 struct dentry *debugfs_phy; member