Lines Matching refs:debugfs_phy

1382 	sc->debug.debugfs_phy = debugfs_create_dir("ath9k",  in ath9k_init_debug()
1384 if (!sc->debug.debugfs_phy) in ath9k_init_debug()
1388 debugfs_create_file("debug", 0600, sc->debug.debugfs_phy, in ath9k_init_debug()
1394 ath9k_cmn_spectral_init_debug(&sc->spec_priv, sc->debug.debugfs_phy); in ath9k_init_debug()
1396 debugfs_create_devm_seqfile(sc->dev, "dma", sc->debug.debugfs_phy, in ath9k_init_debug()
1398 debugfs_create_devm_seqfile(sc->dev, "interrupt", sc->debug.debugfs_phy, in ath9k_init_debug()
1400 debugfs_create_devm_seqfile(sc->dev, "xmit", sc->debug.debugfs_phy, in ath9k_init_debug()
1402 debugfs_create_devm_seqfile(sc->dev, "queues", sc->debug.debugfs_phy, in ath9k_init_debug()
1404 debugfs_create_devm_seqfile(sc->dev, "misc", sc->debug.debugfs_phy, in ath9k_init_debug()
1406 debugfs_create_devm_seqfile(sc->dev, "reset", sc->debug.debugfs_phy, in ath9k_init_debug()
1409 ath9k_cmn_debug_recv(sc->debug.debugfs_phy, &sc->debug.stats.rxstats); in ath9k_init_debug()
1410 ath9k_cmn_debug_phy_err(sc->debug.debugfs_phy, &sc->debug.stats.rxstats); in ath9k_init_debug()
1412 debugfs_create_u8("rx_chainmask", 0400, sc->debug.debugfs_phy, in ath9k_init_debug()
1414 debugfs_create_u8("tx_chainmask", 0400, sc->debug.debugfs_phy, in ath9k_init_debug()
1417 sc->debug.debugfs_phy, sc, &fops_ani); in ath9k_init_debug()
1418 debugfs_create_bool("paprd", 0600, sc->debug.debugfs_phy, in ath9k_init_debug()
1420 debugfs_create_file("regidx", 0600, sc->debug.debugfs_phy, in ath9k_init_debug()
1422 debugfs_create_file("regval", 0600, sc->debug.debugfs_phy, in ath9k_init_debug()
1425 sc->debug.debugfs_phy, in ath9k_init_debug()
1427 debugfs_create_file("regdump", 0400, sc->debug.debugfs_phy, sc, in ath9k_init_debug()
1430 sc->debug.debugfs_phy, in ath9k_init_debug()
1433 ath9k_cmn_debug_base_eeprom(sc->debug.debugfs_phy, sc->sc_ah); in ath9k_init_debug()
1434 ath9k_cmn_debug_modal_eeprom(sc->debug.debugfs_phy, sc->sc_ah); in ath9k_init_debug()
1437 sc->debug.debugfs_phy, &sc->sc_ah->gpio_mask); in ath9k_init_debug()
1439 sc->debug.debugfs_phy, &sc->sc_ah->gpio_val); in ath9k_init_debug()
1441 sc->debug.debugfs_phy, sc, &fops_antenna_diversity); in ath9k_init_debug()
1444 sc->debug.debugfs_phy, sc, &fops_bt_ant_diversity); in ath9k_init_debug()
1445 debugfs_create_file("btcoex", 0400, sc->debug.debugfs_phy, sc, in ath9k_init_debug()
1450 debugfs_create_file("wow", 0600, sc->debug.debugfs_phy, sc, &fops_wow); in ath9k_init_debug()
1454 debugfs_create_file("ack_to", 0400, sc->debug.debugfs_phy, in ath9k_init_debug()
1457 debugfs_create_file("tpc", 0600, sc->debug.debugfs_phy, sc, &fops_tpc); in ath9k_init_debug()
1460 sc->debug.debugfs_phy, &sc->airtime_flags); in ath9k_init_debug()
1463 sc->debug.debugfs_phy, sc, &fops_nf_override); in ath9k_init_debug()