Searched refs:phyd (Results 1 – 2 of 2) sorted by relevance
/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); 550 struct dentry *phyd = local->hw.wiphy->debugfsdir; in debugfs_hw_add() local 553 if (!phyd) in debugfs_hw_add() 556 local->debugfs.keys = debugfs_create_dir("keys", phyd); in debugfs_hw_add() 579 phyd, &local->aql_threshold); in debugfs_hw_add() 581 statsd = debugfs_create_dir("statistics", phyd); in debugfs_hw_add()
|
/net/wireless/ |
D | debugfs.c | 104 debugfs_create_file(#name, 0444, phyd, &rdev->wiphy, &name## _ops) 108 struct dentry *phyd = rdev->wiphy.debugfsdir; in cfg80211_debugfs_rdev_add() local
|