Lines Matching refs:debugfs_phy
1309 sc->debug.debugfs_phy = debugfs_create_dir("ath9k", in ath9k_init_debug()
1311 if (!sc->debug.debugfs_phy) in ath9k_init_debug()
1315 debugfs_create_file("debug", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1321 ath9k_cmn_spectral_init_debug(&sc->spec_priv, sc->debug.debugfs_phy); in ath9k_init_debug()
1323 debugfs_create_devm_seqfile(sc->dev, "dma", sc->debug.debugfs_phy, in ath9k_init_debug()
1325 debugfs_create_devm_seqfile(sc->dev, "interrupt", sc->debug.debugfs_phy, in ath9k_init_debug()
1327 debugfs_create_devm_seqfile(sc->dev, "xmit", sc->debug.debugfs_phy, in ath9k_init_debug()
1329 debugfs_create_devm_seqfile(sc->dev, "queues", sc->debug.debugfs_phy, in ath9k_init_debug()
1331 debugfs_create_u32("qlen_bk", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1333 debugfs_create_u32("qlen_be", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1335 debugfs_create_u32("qlen_vi", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1337 debugfs_create_u32("qlen_vo", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1339 debugfs_create_devm_seqfile(sc->dev, "misc", sc->debug.debugfs_phy, in ath9k_init_debug()
1341 debugfs_create_devm_seqfile(sc->dev, "reset", sc->debug.debugfs_phy, in ath9k_init_debug()
1344 ath9k_cmn_debug_recv(sc->debug.debugfs_phy, &sc->debug.stats.rxstats); in ath9k_init_debug()
1345 ath9k_cmn_debug_phy_err(sc->debug.debugfs_phy, &sc->debug.stats.rxstats); in ath9k_init_debug()
1347 debugfs_create_u8("rx_chainmask", S_IRUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1349 debugfs_create_u8("tx_chainmask", S_IRUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1352 sc->debug.debugfs_phy, sc, &fops_ani); in ath9k_init_debug()
1353 debugfs_create_bool("paprd", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1355 debugfs_create_file("regidx", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1357 debugfs_create_file("regval", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1360 sc->debug.debugfs_phy, in ath9k_init_debug()
1362 debugfs_create_file("regdump", S_IRUSR, sc->debug.debugfs_phy, sc, in ath9k_init_debug()
1365 sc->debug.debugfs_phy, in ath9k_init_debug()
1368 ath9k_cmn_debug_base_eeprom(sc->debug.debugfs_phy, sc->sc_ah); in ath9k_init_debug()
1369 ath9k_cmn_debug_modal_eeprom(sc->debug.debugfs_phy, sc->sc_ah); in ath9k_init_debug()
1372 sc->debug.debugfs_phy, &sc->sc_ah->gpio_mask); in ath9k_init_debug()
1374 sc->debug.debugfs_phy, &sc->sc_ah->gpio_val); in ath9k_init_debug()
1376 sc->debug.debugfs_phy, sc, &fops_antenna_diversity); in ath9k_init_debug()
1379 sc->debug.debugfs_phy, sc, &fops_bt_ant_diversity); in ath9k_init_debug()
1380 debugfs_create_file("btcoex", S_IRUSR, sc->debug.debugfs_phy, sc, in ath9k_init_debug()
1386 sc->debug.debugfs_phy, sc, &fops_wow); in ath9k_init_debug()
1390 debugfs_create_file("ack_to", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, in ath9k_init_debug()
1394 sc->debug.debugfs_phy, sc, &fops_tpc); in ath9k_init_debug()