Lines Matching refs:debugfs_phy
492 priv->debug.debugfs_phy = debugfs_create_dir(KBUILD_MODNAME, in ath9k_htc_init_debug()
494 if (!priv->debug.debugfs_phy) in ath9k_htc_init_debug()
497 ath9k_cmn_spectral_init_debug(&priv->spec_priv, priv->debug.debugfs_phy); in ath9k_htc_init_debug()
499 debugfs_create_file("tgt_int_stats", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
501 debugfs_create_file("tgt_tx_stats", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
503 debugfs_create_file("tgt_rx_stats", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
505 debugfs_create_file("xmit", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
507 debugfs_create_file("skb_rx", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
510 ath9k_cmn_debug_recv(priv->debug.debugfs_phy, &priv->debug.rx_stats); in ath9k_htc_init_debug()
511 ath9k_cmn_debug_phy_err(priv->debug.debugfs_phy, &priv->debug.rx_stats); in ath9k_htc_init_debug()
513 debugfs_create_file("slot", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
515 debugfs_create_file("queue", 0400, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
517 debugfs_create_file("debug", 0600, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
520 ath9k_cmn_debug_base_eeprom(priv->debug.debugfs_phy, priv->ah); in ath9k_htc_init_debug()
521 ath9k_cmn_debug_modal_eeprom(priv->debug.debugfs_phy, priv->ah); in ath9k_htc_init_debug()