Searched refs:phyd (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | debugfs.c | 57 debugfs_create_file(#name, 0400, phyd, local, &name## _ops); 60 debugfs_create_file(#name, mode, phyd, local, &name## _ops); 234 struct dentry *phyd = local->hw.wiphy->debugfsdir; in debugfs_hw_add() local 237 if (!phyd) in debugfs_hw_add() 240 local->debugfs.keys = debugfs_create_dir("keys", phyd); in debugfs_hw_add() 252 statsd = debugfs_create_dir("statistics", phyd); in debugfs_hw_add()
|
/linux-4.1.27/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.1.27/drivers/net/wireless/iwlegacy/ |
D | debug.c | 1353 struct dentry *phyd = il->hw->wiphy->debugfsdir; in il_dbgfs_register() local 1356 dir_drv = debugfs_create_dir(name, phyd); in il_dbgfs_register()
|