Searched refs:phyd (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/net/mac80211/ |
| D | debugfs.c | 56 debugfs_create_file(#name, 0400, phyd, local, &name## _ops); 59 debugfs_create_file(#name, mode, phyd, local, &name## _ops); 240 struct dentry *phyd = local->hw.wiphy->debugfsdir; in debugfs_hw_add() local 243 if (!phyd) in debugfs_hw_add() 246 local->debugfs.keys = debugfs_create_dir("keys", phyd); in debugfs_hw_add() 258 statsd = debugfs_create_dir("statistics", phyd); in debugfs_hw_add()
|
| /linux-4.4.14/net/wireless/ |
| D | debugfs.c | 106 debugfs_create_file(#name, S_IRUGO, phyd, &rdev->wiphy, &name## _ops); 110 struct dentry *phyd = rdev->wiphy.debugfsdir; in cfg80211_debugfs_rdev_add() local
|
| /linux-4.4.14/drivers/net/wireless/iwlegacy/ |
| D | debug.c | 1349 struct dentry *phyd = il->hw->wiphy->debugfsdir; in il_dbgfs_register() local 1352 dir_drv = debugfs_create_dir(name, phyd); in il_dbgfs_register()
|