| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ | 
| 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
 
 | 
| D | common-debug.c | 47 void ath9k_cmn_debug_modal_eeprom(struct dentry *debugfs_phy,  in ath9k_cmn_debug_modal_eeprom()  argument50 	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()
 
 | 
| 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()
 497 	ath9k_cmn_spectral_init_debug(&priv->spec_priv, priv->debug.debugfs_phy);  in ath9k_htc_init_debug()
 499 	debugfs_create_file("tgt_int_stats", 0400, 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()
 510 	ath9k_cmn_debug_recv(priv->debug.debugfs_phy, &priv->debug.rx_stats);  in ath9k_htc_init_debug()
 511 	ath9k_cmn_debug_phy_err(priv->debug.debugfs_phy, &priv->debug.rx_stats);  in ath9k_htc_init_debug()
 [all …]
 
 | 
| D | debug.c | 1369 	sc->debug.debugfs_phy = debugfs_create_dir("ath9k",  in ath9k_init_debug()1371 	if (!sc->debug.debugfs_phy)  in ath9k_init_debug()
 1375 	debugfs_create_file("debug", 0600, sc->debug.debugfs_phy,  in ath9k_init_debug()
 1381 	ath9k_cmn_spectral_init_debug(&sc->spec_priv, sc->debug.debugfs_phy);  in ath9k_init_debug()
 1383 	debugfs_create_devm_seqfile(sc->dev, "dma", sc->debug.debugfs_phy,  in ath9k_init_debug()
 1385 	debugfs_create_devm_seqfile(sc->dev, "interrupt", sc->debug.debugfs_phy,  in ath9k_init_debug()
 1387 	debugfs_create_devm_seqfile(sc->dev, "xmit", sc->debug.debugfs_phy,  in ath9k_init_debug()
 1389 	debugfs_create_devm_seqfile(sc->dev, "queues", sc->debug.debugfs_phy,  in ath9k_init_debug()
 1391 	debugfs_create_devm_seqfile(sc->dev, "misc", sc->debug.debugfs_phy,  in ath9k_init_debug()
 1393 	debugfs_create_devm_seqfile(sc->dev, "reset", sc->debug.debugfs_phy,  in ath9k_init_debug()
 [all …]
 
 | 
| 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
 
 | 
| 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 | common-spectral.c | 1075 				   struct dentry *debugfs_phy)  in ath9k_cmn_spectral_init_debug()  argument1078 					    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()
 
 | 
| 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()
 
 | 
| D | debug.h | 249 	struct dentry *debugfs_phy;  member
 | 
| D | htc.h | 359 	struct dentry *debugfs_phy;  member
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath6kl/ | 
| D | debug.c | 1791 	ar->debugfs_phy = debugfs_create_dir("ath6kl",  in ath6kl_debug_init_fs()1793 	if (!ar->debugfs_phy)  in ath6kl_debug_init_fs()
 1796 	debugfs_create_file("tgt_stats", 0400, ar->debugfs_phy, ar,  in ath6kl_debug_init_fs()
 1801 				    ar->debugfs_phy, ar,  in ath6kl_debug_init_fs()
 1805 			    ar->debugfs_phy, ar, &fops_endpoint_stats);  in ath6kl_debug_init_fs()
 1807 	debugfs_create_file("fwlog", 0400, ar->debugfs_phy, ar, &fops_fwlog);  in ath6kl_debug_init_fs()
 1809 	debugfs_create_file("fwlog_block", 0400, ar->debugfs_phy, ar,  in ath6kl_debug_init_fs()
 1812 	debugfs_create_file("fwlog_mask", 0600, ar->debugfs_phy,  in ath6kl_debug_init_fs()
 1815 	debugfs_create_file("reg_addr", 0600, ar->debugfs_phy, ar,  in ath6kl_debug_init_fs()
 1818 	debugfs_create_file("reg_dump", 0400, ar->debugfs_phy, ar,  in ath6kl_debug_init_fs()
 [all …]
 
 | 
| D | core.h | 834 	struct dentry *debugfs_phy;  member
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ | 
| D | debug.c | 2539 	ar->debug.debugfs_phy = debugfs_create_dir("ath10k",  in ath10k_debug_register()2541 	if (IS_ERR_OR_NULL(ar->debug.debugfs_phy)) {  in ath10k_debug_register()
 2542 		if (IS_ERR(ar->debug.debugfs_phy))  in ath10k_debug_register()
 2543 			return PTR_ERR(ar->debug.debugfs_phy);  in ath10k_debug_register()
 2554 	debugfs_create_file("fw_stats", 0400, ar->debug.debugfs_phy, ar,  in ath10k_debug_register()
 2557 	debugfs_create_file("fw_reset_stats", 0400, ar->debug.debugfs_phy, ar,  in ath10k_debug_register()
 2560 	debugfs_create_file("wmi_services", 0400, ar->debug.debugfs_phy, ar,  in ath10k_debug_register()
 2563 	debugfs_create_file("simulate_fw_crash", 0600, ar->debug.debugfs_phy, ar,  in ath10k_debug_register()
 2566 	debugfs_create_file("reg_addr", 0600, ar->debug.debugfs_phy, ar,  in ath10k_debug_register()
 2569 	debugfs_create_file("reg_value", 0600, ar->debug.debugfs_phy, ar,  in ath10k_debug_register()
 [all …]
 
 | 
| 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()
 
 | 
| D | core.h | 623 	struct dentry *debugfs_phy;  member
 | 
| /Linux-v5.4/drivers/net/wireless/st/cw1200/ | 
| 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()
 
 | 
| D | debug.h | 13 	struct dentry *debugfs_phy;  member
 |