Searched refs:debugfsdir (Results 1 - 25 of 36) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Drc80211_pid_algo.c336 struct dentry *debugfsdir)
377 debugfsdir, &pinfo->target);
379 S_IRUSR | S_IWUSR, debugfsdir,
382 debugfsdir, (u32 *)&pinfo->coeff_p);
384 debugfsdir, (u32 *)&pinfo->coeff_i);
386 debugfsdir, (u32 *)&pinfo->coeff_d);
388 S_IRUSR | S_IWUSR, debugfsdir,
391 S_IRUSR | S_IWUSR, debugfsdir,
394 S_IRUSR | S_IWUSR, debugfsdir,
397 S_IRUSR | S_IWUSR, debugfsdir,
335 rate_control_pid_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) argument
[all...]
H A Drate.c154 struct dentry *debugfsdir = NULL; local
167 debugfsdir = debugfs_create_dir("rc", local->hw.wiphy->debugfsdir);
168 local->debugfs.rcdir = debugfsdir;
169 debugfs_create_file("name", 0400, debugfsdir, ref, &rcname_ops);
172 ref->priv = ref->ops->alloc(&local->hw, debugfsdir);
H A Ddebugfs.c363 struct dentry *phyd = local->hw.wiphy->debugfsdir;
H A Ddebugfs_netdev.c410 sdata->local->hw.wiphy->debugfsdir);
H A Drc80211_minstrel_ht.c769 minstrel_ht_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) argument
771 return mac80211_minstrel.alloc(hw, debugfsdir);
H A Drc80211_minstrel.c497 minstrel_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Drc80211_pid_algo.c336 struct dentry *debugfsdir)
377 debugfsdir, &pinfo->target);
379 S_IRUSR | S_IWUSR, debugfsdir,
382 debugfsdir, (u32 *)&pinfo->coeff_p);
384 debugfsdir, (u32 *)&pinfo->coeff_i);
386 debugfsdir, (u32 *)&pinfo->coeff_d);
388 S_IRUSR | S_IWUSR, debugfsdir,
391 S_IRUSR | S_IWUSR, debugfsdir,
394 S_IRUSR | S_IWUSR, debugfsdir,
397 S_IRUSR | S_IWUSR, debugfsdir,
335 rate_control_pid_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) argument
[all...]
H A Drate.c154 struct dentry *debugfsdir = NULL; local
167 debugfsdir = debugfs_create_dir("rc", local->hw.wiphy->debugfsdir);
168 local->debugfs.rcdir = debugfsdir;
169 debugfs_create_file("name", 0400, debugfsdir, ref, &rcname_ops);
172 ref->priv = ref->ops->alloc(&local->hw, debugfsdir);
H A Ddebugfs.c363 struct dentry *phyd = local->hw.wiphy->debugfsdir;
H A Ddebugfs_netdev.c410 sdata->local->hw.wiphy->debugfsdir);
H A Drc80211_minstrel_ht.c769 minstrel_ht_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) argument
771 return mac80211_minstrel.alloc(hw, debugfsdir);
H A Drc80211_minstrel.c497 minstrel_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/caif/
H A Dcaif_socket.c48 static struct dentry *debugfsdir; variable in typeref:struct:dentry
1164 if (!IS_ERR(debugfsdir)) {
1170 debugfs_create_dir(cf_sk->name, debugfsdir);
1209 debugfsdir = debugfs_create_dir("caif_sk", NULL);
1210 if (!IS_ERR(debugfsdir)) {
1212 debugfsdir,
1215 debugfsdir,
1218 debugfsdir,
1221 debugfsdir,
1224 debugfsdir,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/caif/
H A Dcaif_socket.c48 static struct dentry *debugfsdir; variable in typeref:struct:dentry
1164 if (!IS_ERR(debugfsdir)) {
1170 debugfs_create_dir(cf_sk->name, debugfsdir);
1209 debugfsdir = debugfs_create_dir("caif_sk", NULL);
1210 if (!IS_ERR(debugfsdir)) {
1212 debugfsdir,
1215 debugfsdir,
1218 debugfsdir,
1221 debugfsdir,
1224 debugfsdir,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/wireless/
H A Ddebugfs.c112 struct dentry *phyd = rdev->wiphy.debugfsdir;
H A Dcore.c214 if (rdev->wiphy.debugfsdir &&
215 !debugfs_rename(rdev->wiphy.debugfsdir->d_parent,
216 rdev->wiphy.debugfsdir,
217 rdev->wiphy.debugfsdir->d_parent,
490 rdev->wiphy.debugfsdir =
493 if (IS_ERR(rdev->wiphy.debugfsdir))
494 rdev->wiphy.debugfsdir = NULL;
569 debugfs_remove_recursive(rdev->wiphy.debugfsdir);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/caif/
H A Dcaif_serial.c59 static struct dentry *debugfsdir; variable in typeref:struct:dentry
100 debugfs_create_dir(tty->name, debugfsdir);
430 debugfsdir = debugfs_create_dir("caif_serial", NULL);
447 debugfs_remove_recursive(debugfsdir);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/caif/
H A Dcaif_serial.c59 static struct dentry *debugfsdir; variable in typeref:struct:dentry
100 debugfs_create_dir(tty->name, debugfsdir);
430 debugfsdir = debugfs_create_dir("caif_serial", NULL);
447 debugfs_remove_recursive(debugfsdir);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/wireless/
H A Ddebugfs.c112 struct dentry *phyd = rdev->wiphy.debugfsdir;
H A Dcore.c214 if (rdev->wiphy.debugfsdir &&
215 !debugfs_rename(rdev->wiphy.debugfsdir->d_parent,
216 rdev->wiphy.debugfsdir,
217 rdev->wiphy.debugfsdir->d_parent,
490 rdev->wiphy.debugfsdir =
493 if (IS_ERR(rdev->wiphy.debugfsdir))
494 rdev->wiphy.debugfsdir = NULL;
569 debugfs_remove_recursive(rdev->wiphy.debugfsdir);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dmac80211.h2585 void *(*alloc)(struct ieee80211_hw *hw, struct dentry *debugfsdir);
H A Dcfg80211.h1268 * @debugfsdir: debugfs directory used for this wiphy, will be renamed
1348 struct dentry *debugfsdir; member in struct:wiphy
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/rt2x00/
H A Drt2x00debug.c626 rt2x00dev->hw->wiphy->debugfsdir);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00debug.c626 rt2x00dev->hw->wiphy->debugfsdir);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dmac80211.h2585 void *(*alloc)(struct ieee80211_hw *hw, struct dentry *debugfsdir);

Completed in 239 milliseconds

12