Lines Matching refs:debugfs_phy
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()
1354 debugfs_create_u32("qlen_vo", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1356 debugfs_create_file("misc", S_IRUSR, sc->debug.debugfs_phy, sc, in ath9k_init_debug()
1358 debugfs_create_file("reset", S_IRUSR, sc->debug.debugfs_phy, sc, in ath9k_init_debug()
1361 ath9k_cmn_debug_recv(sc->debug.debugfs_phy, &sc->debug.stats.rxstats); in ath9k_init_debug()
1362 ath9k_cmn_debug_phy_err(sc->debug.debugfs_phy, &sc->debug.stats.rxstats); in ath9k_init_debug()
1364 debugfs_create_u8("rx_chainmask", S_IRUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1366 debugfs_create_u8("tx_chainmask", S_IRUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1369 sc->debug.debugfs_phy, sc, &fops_ani); in ath9k_init_debug()
1370 debugfs_create_bool("paprd", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1372 debugfs_create_file("regidx", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1374 debugfs_create_file("regval", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1377 sc->debug.debugfs_phy, in ath9k_init_debug()
1379 debugfs_create_file("regdump", S_IRUSR, sc->debug.debugfs_phy, sc, in ath9k_init_debug()
1381 debugfs_create_file("dump_nfcal", S_IRUSR, sc->debug.debugfs_phy, sc, in ath9k_init_debug()
1384 ath9k_cmn_debug_base_eeprom(sc->debug.debugfs_phy, sc->sc_ah); in ath9k_init_debug()
1385 ath9k_cmn_debug_modal_eeprom(sc->debug.debugfs_phy, sc->sc_ah); in ath9k_init_debug()
1388 sc->debug.debugfs_phy, &sc->sc_ah->gpio_mask); in ath9k_init_debug()
1390 sc->debug.debugfs_phy, &sc->sc_ah->gpio_val); in ath9k_init_debug()
1392 sc->debug.debugfs_phy, sc, &fops_antenna_diversity); in ath9k_init_debug()
1395 sc->debug.debugfs_phy, sc, &fops_bt_ant_diversity); in ath9k_init_debug()
1396 debugfs_create_file("btcoex", S_IRUSR, sc->debug.debugfs_phy, sc, in ath9k_init_debug()
1401 debugfs_create_file("ack_to", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()