Searched refs:phyd (Results 1 - 2 of 2) sorted by relevance

/net/wireless/
H A Ddebugfs.c106 debugfs_create_file(#name, S_IRUGO, phyd, &rdev->wiphy, &name## _ops);
110 struct dentry *phyd = rdev->wiphy.debugfsdir; local
/net/mac80211/
H A Ddebugfs.c223 debugfs_create_file(#name, 0400, phyd, local, &name## _ops);
226 debugfs_create_file(#name, mode, phyd, local, &name## _ops);
402 struct dentry *phyd = local->hw.wiphy->debugfsdir; local
405 if (!phyd)
408 local->debugfs.keys = debugfs_create_dir("keys", phyd);
420 statsd = debugfs_create_dir("statistics", phyd);

Completed in 18 milliseconds