Searched refs:phydir (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | debug.c | 997 struct dentry *phydir; in ath5k_debug_init_device() local 1001 phydir = debugfs_create_dir("ath5k", ah->hw->wiphy->debugfsdir); in ath5k_debug_init_device() 1002 if (!phydir) in ath5k_debug_init_device() 1005 debugfs_create_file("debug", S_IWUSR | S_IRUSR, phydir, ah, in ath5k_debug_init_device() 1008 debugfs_create_file("registers", S_IRUSR, phydir, ah, &fops_registers); in ath5k_debug_init_device() 1010 debugfs_create_file("beacon", S_IWUSR | S_IRUSR, phydir, ah, in ath5k_debug_init_device() 1013 debugfs_create_file("reset", S_IWUSR, phydir, ah, &fops_reset); in ath5k_debug_init_device() 1015 debugfs_create_file("antenna", S_IWUSR | S_IRUSR, phydir, ah, in ath5k_debug_init_device() 1018 debugfs_create_file("misc", S_IRUSR, phydir, ah, &fops_misc); in ath5k_debug_init_device() 1020 debugfs_create_file("eeprom", S_IRUSR, phydir, ah, &fops_eeprom); in ath5k_debug_init_device() [all …]
|