Searched refs:phyd (Results 1 – 3 of 3) sorted by relevance
| /linux/net/mac80211/ |
| H A D | debugfs.c | 55 debugfs_create_file(#name, 0400, phyd, local, &name## _ops) 58 debugfs_create_file(#name, mode, phyd, local, &name## _ops); 672 struct dentry *phyd = local->hw.wiphy->debugfsdir; in debugfs_hw_add() local 675 if (!phyd) in debugfs_hw_add() 678 local->debugfs.keys = debugfs_create_dir("keys", phyd); in debugfs_hw_add() 701 phyd, &local->aql_threshold); in debugfs_hw_add() 703 statsd = debugfs_create_dir("statistics", phyd); in debugfs_hw_add()
|
| /linux/net/wireless/ |
| H A D | debugfs.c | 122 debugfs_create_file(#name, 0444, phyd, &rdev->wiphy, &name## _ops) 131 struct dentry *phyd = rdev->wiphy.debugfsdir; in wiphy_locked_debugfs_read_work() 105 struct dentry *phyd = rdev->wiphy.debugfsdir; cfg80211_debugfs_rdev_add() local
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | debug.c | 1318 struct dentry *phyd = il->hw->wiphy->debugfsdir; in il_dbgfs_register() local 1321 dir_drv = debugfs_create_dir(name, phyd); in il_dbgfs_register()
|