Lines Matching refs:debugfs_phy
1085 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()
1125 sc->debug.debugfs_phy, sc, &fops_rx_chainmask)) in ath9k_init_debug()
1129 sc->debug.debugfs_phy, sc, &fops_tx_chainmask)) in ath9k_init_debug()
1133 sc->debug.debugfs_phy, sc, &fops_regidx)) in ath9k_init_debug()
1137 sc->debug.debugfs_phy, sc, &fops_regval)) in ath9k_init_debug()
1141 sc->debug.debugfs_phy, &ah->config.cwm_ignore_extcca)) in ath9k_init_debug()
1144 if (!debugfs_create_file("regdump", S_IRUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1151 debugfs_remove_recursive(sc->debug.debugfs_phy); in ath9k_init_debug()
1152 sc->debug.debugfs_phy = NULL; in ath9k_init_debug()