Lines Matching refs:debugfs_phy
499 priv->debug.debugfs_phy = debugfs_create_dir(KBUILD_MODNAME, in ath9k_htc_init_debug()
501 if (!priv->debug.debugfs_phy) in ath9k_htc_init_debug()
504 debugfs_create_file("tgt_int_stats", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
506 debugfs_create_file("tgt_tx_stats", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
508 debugfs_create_file("tgt_rx_stats", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
510 debugfs_create_file("xmit", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
512 debugfs_create_file("skb_rx", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
515 ath9k_cmn_debug_recv(priv->debug.debugfs_phy, &priv->debug.rx_stats); in ath9k_htc_init_debug()
516 ath9k_cmn_debug_phy_err(priv->debug.debugfs_phy, &priv->debug.rx_stats); in ath9k_htc_init_debug()
518 debugfs_create_file("slot", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
520 debugfs_create_file("queue", S_IRUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
522 debugfs_create_file("debug", S_IRUSR | S_IWUSR, priv->debug.debugfs_phy, in ath9k_htc_init_debug()
525 ath9k_cmn_debug_base_eeprom(priv->debug.debugfs_phy, priv->ah); in ath9k_htc_init_debug()
526 ath9k_cmn_debug_modal_eeprom(priv->debug.debugfs_phy, priv->ah); in ath9k_htc_init_debug()