Searched refs:phyd (Results 1 – 2 of 2) sorted by relevance
| /net/mac80211/ |
| A D | debugfs.c | 55 debugfs_create_file(#name, 0400, phyd, local, &name## _ops) 58 debugfs_create_file(#name, mode, phyd, local, &name## _ops); 677 struct dentry *phyd = local->hw.wiphy->debugfsdir; in debugfs_hw_add() local 680 if (!phyd) in debugfs_hw_add() 683 local->debugfs.keys = debugfs_create_dir("keys", phyd); in debugfs_hw_add() 706 phyd, &local->aql_threshold); in debugfs_hw_add() 708 statsd = debugfs_create_dir("statistics", phyd); in debugfs_hw_add()
|
| /net/wireless/ |
| A D | debugfs.c | 101 debugfs_create_file(#name, 0444, phyd, &rdev->wiphy, &name## _ops) 105 struct dentry *phyd = rdev->wiphy.debugfsdir; in cfg80211_debugfs_rdev_add() local
|
Completed in 6 milliseconds