Searched refs:phydir (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/ath/ath5k/ |
| D | debug.c | 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() [all …]
|