Searched defs:debugfsdir (Results 1 - 3 of 3) sorted by relevance

/net/mac80211/
H A Drate.c146 struct dentry *debugfsdir = NULL; local
158 debugfsdir = debugfs_create_dir("rc", local->hw.wiphy->debugfsdir);
159 local->debugfs.rcdir = debugfsdir;
160 debugfs_create_file("name", 0400, debugfsdir, ref, &rcname_ops);
163 ref->priv = ref->ops->alloc(&local->hw, debugfsdir);
H A Drc80211_minstrel.c609 minstrel_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) argument
647 S_IRUGO | S_IWUGO, debugfsdir, &mp->fixed_rate_idx);
H A Drc80211_minstrel_ht.c1120 minstrel_ht_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) argument
1122 return mac80211_minstrel.alloc(hw, debugfsdir);

Completed in 37 milliseconds