Home
last modified time | relevance | path

Searched refs:phydir (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ath/ath5k/
H A Ddebug.c980 struct dentry *phydir; in ath5k_debug_init_device() local
984 phydir = debugfs_create_dir("ath5k", ah->hw->wiphy->debugfsdir); in ath5k_debug_init_device()
986 debugfs_create_file("debug", 0600, phydir, ah, &fops_debug); in ath5k_debug_init_device()
987 debugfs_create_file("registers", 0400, phydir, ah, &registers_fops); in ath5k_debug_init_device()
988 debugfs_create_file("beacon", 0600, phydir, ah, &fops_beacon); in ath5k_debug_init_device()
989 debugfs_create_file("reset", 0200, phydir, ah, &fops_reset); in ath5k_debug_init_device()
990 debugfs_create_file("antenna", 0600, phydir, ah, &fops_antenna); in ath5k_debug_init_device()
991 debugfs_create_file("misc", 0400, phydir, ah, &fops_misc); in ath5k_debug_init_device()
992 debugfs_create_file("eeprom", 0400, phydir, ah, &fops_eeprom); in ath5k_debug_init_device()
993 debugfs_create_file("frameerrors", 0600, phydir, ah, &fops_frameerrors); in ath5k_debug_init_device()
[all …]
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c1917 struct dentry *phydir; in rtl8xxxu_debugfs_init() local
1919 phydir = debugfs_create_dir("rtl8xxxu", priv->hw->wiphy->debugfsdir); in rtl8xxxu_debugfs_init()
1920 debugfs_create_file("efuse", 0400, phydir, priv, &fops_efuse); in rtl8xxxu_debugfs_init()