Lines Matching refs:debugfs_phy
487 priv->debug.debugfs_phy = debugfs_create_dir(KBUILD_MODNAME, in ath9k_htc_init_debug()
490 ath9k_cmn_spectral_init_debug(&priv->spec_priv, priv->debug.debugfs_phy); in ath9k_htc_init_debug()
492 debugfs_create_file("tgt_int_stats", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
494 debugfs_create_file("tgt_tx_stats", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
496 debugfs_create_file("tgt_rx_stats", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
498 debugfs_create_file("xmit", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
500 debugfs_create_file("skb_rx", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
503 ath9k_cmn_debug_recv(priv->debug.debugfs_phy, &priv->debug.rx_stats); in ath9k_htc_init_debug()
504 ath9k_cmn_debug_phy_err(priv->debug.debugfs_phy, &priv->debug.rx_stats); in ath9k_htc_init_debug()
506 debugfs_create_file("slot", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
508 debugfs_create_file("queue", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
510 debugfs_create_file("debug", 0600, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
513 ath9k_cmn_debug_base_eeprom(priv->debug.debugfs_phy, priv->ah); in ath9k_htc_init_debug()
514 ath9k_cmn_debug_modal_eeprom(priv->debug.debugfs_phy, priv->ah); in ath9k_htc_init_debug()