Lines Matching refs:phydir
999 struct dentry *phydir; in ath5k_debug_init_device() local
1003 phydir = debugfs_create_dir("ath5k", ah->hw->wiphy->debugfsdir); in ath5k_debug_init_device()
1004 if (!phydir) in ath5k_debug_init_device()
1007 debugfs_create_file("debug", 0600, phydir, ah, &fops_debug); in ath5k_debug_init_device()
1008 debugfs_create_file("registers", 0400, phydir, ah, &fops_registers); in ath5k_debug_init_device()
1009 debugfs_create_file("beacon", 0600, phydir, ah, &fops_beacon); in ath5k_debug_init_device()
1010 debugfs_create_file("reset", 0200, phydir, ah, &fops_reset); in ath5k_debug_init_device()
1011 debugfs_create_file("antenna", 0600, phydir, ah, &fops_antenna); in ath5k_debug_init_device()
1012 debugfs_create_file("misc", 0400, phydir, ah, &fops_misc); in ath5k_debug_init_device()
1013 debugfs_create_file("eeprom", 0400, phydir, ah, &fops_eeprom); in ath5k_debug_init_device()
1014 debugfs_create_file("frameerrors", 0600, phydir, ah, &fops_frameerrors); in ath5k_debug_init_device()
1015 debugfs_create_file("ani", 0600, phydir, ah, &fops_ani); in ath5k_debug_init_device()
1016 debugfs_create_file("queue", 0600, phydir, ah, &fops_queue); in ath5k_debug_init_device()
1017 debugfs_create_bool("32khz_clock", 0600, phydir, in ath5k_debug_init_device()