Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Ddebug.c1085 sc->debug.debugfs_phy = debugfs_create_dir("ath9k", in ath9k_init_debug()
1087 if (!sc->debug.debugfs_phy) in ath9k_init_debug()
1092 sc->debug.debugfs_phy, sc, &fops_debug)) in ath9k_init_debug()
1096 if (!debugfs_create_file("dma", S_IRUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1100 if (!debugfs_create_file("interrupt", S_IRUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1105 sc->debug.debugfs_phy, sc, &fops_wiphy)) in ath9k_init_debug()
1108 if (!debugfs_create_file("xmit", S_IRUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1112 if (!debugfs_create_file("stations", S_IRUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1116 if (!debugfs_create_file("misc", S_IRUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1120 if (!debugfs_create_file("recv", S_IRUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
[all …]
Ddebug.h169 struct dentry *debugfs_phy; member
Dhtc_drv_main.c865 priv->debug.debugfs_phy = debugfs_create_dir(wiphy_name(priv->hw->wiphy), in ath9k_htc_init_debug()
867 if (!priv->debug.debugfs_phy) in ath9k_htc_init_debug()
871 priv->debug.debugfs_phy, in ath9k_htc_init_debug()
878 priv->debug.debugfs_phy, in ath9k_htc_init_debug()
884 priv->debug.debugfs_phy, in ath9k_htc_init_debug()
904 debugfs_remove(priv->debug.debugfs_phy); in ath9k_htc_exit_debug()
Dhtc.h312 struct dentry *debugfs_phy; member