/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | debug.c | 58 return drvr->wiphy->debugfsdir; in brcmf_debugfs_get_devdir() 66 WARN(!drvr->wiphy->debugfsdir, "wiphy not (yet) registered\n"); in brcmf_debugfs_add_entry() 68 drvr->wiphy->debugfsdir, read_fn); in brcmf_debugfs_add_entry()
|
D | cfg80211.h | 325 struct dentry *debugfsdir; member
|
/Linux-v4.19/drivers/thermal/broadcom/ |
D | bcm2835_thermal.c | 77 struct dentry *debugfsdir; member 133 data->debugfsdir = debugfs_create_dir("bcm2835_thermal", NULL); in bcm2835_thermal_debugfs() 134 if (!data->debugfsdir) in bcm2835_thermal_debugfs() 145 debugfs_create_regset32("regset", 0444, data->debugfsdir, regset); in bcm2835_thermal_debugfs() 294 debugfs_remove_recursive(data->debugfsdir); in bcm2835_thermal_remove()
|
/Linux-v4.19/drivers/net/caif/ |
D | caif_serial.c | 60 static struct dentry *debugfsdir; variable 98 debugfs_create_dir(tty->name, debugfsdir); in debugfs_init() 456 debugfsdir = debugfs_create_dir("caif_serial", NULL); in caif_ser_init() 468 debugfs_remove_recursive(debugfsdir); in caif_ser_exit()
|
/Linux-v4.19/net/wireless/ |
D | core.c | 143 if (rdev->wiphy.debugfsdir && in cfg80211_dev_rename() 144 !debugfs_rename(rdev->wiphy.debugfsdir->d_parent, in cfg80211_dev_rename() 145 rdev->wiphy.debugfsdir, in cfg80211_dev_rename() 146 rdev->wiphy.debugfsdir->d_parent, in cfg80211_dev_rename() 845 rdev->wiphy.debugfsdir = in wiphy_register() 848 if (IS_ERR(rdev->wiphy.debugfsdir)) in wiphy_register() 849 rdev->wiphy.debugfsdir = NULL; in wiphy_register() 953 debugfs_remove_recursive(rdev->wiphy.debugfsdir); in wiphy_unregister()
|
D | debugfs.c | 110 struct dentry *phyd = rdev->wiphy.debugfsdir; in cfg80211_debugfs_rdev_add()
|
/Linux-v4.19/net/mac80211/ |
D | rate.c | 230 struct dentry *debugfsdir = NULL; in rate_control_alloc() local 241 debugfsdir = debugfs_create_dir("rc", local->hw.wiphy->debugfsdir); in rate_control_alloc() 242 local->debugfs.rcdir = debugfsdir; in rate_control_alloc() 243 debugfs_create_file("name", 0400, debugfsdir, ref, &rcname_ops); in rate_control_alloc() 246 ref->priv = ref->ops->alloc(&local->hw, debugfsdir); in rate_control_alloc()
|
D | rc80211_minstrel.c | 655 minstrel_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) in minstrel_alloc() argument 693 0666, debugfsdir, &mp->fixed_rate_idx); in minstrel_alloc()
|
D | debugfs.c | 359 struct dentry *phyd = local->hw.wiphy->debugfsdir; in debugfs_hw_add()
|
D | rc80211_minstrel_ht.c | 1344 minstrel_ht_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) in minstrel_ht_alloc() argument 1346 return mac80211_minstrel.alloc(hw, debugfsdir); in minstrel_ht_alloc()
|
D | debugfs_netdev.c | 817 sdata->local->hw.wiphy->debugfsdir); in ieee80211_debugfs_add_netdev()
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/ |
D | debugfs.c | 63 dir = debugfs_create_dir("mt76", dev->hw->wiphy->debugfsdir); in mt76_register_debugfs()
|
/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/ |
D | debug.c | 158 wcn->hw->wiphy->debugfsdir); in wcn36xx_debugfs_init()
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/ |
D | debugfs.c | 156 dir = debugfs_create_dir("mt76x0", dev->mt76.hw->wiphy->debugfsdir); in mt76x0_init_debugfs()
|
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/ |
D | debugfs.c | 159 dir = debugfs_create_dir("mt7601u", dev->hw->wiphy->debugfsdir); in mt7601u_init_debugfs()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
D | rc.c | 288 static void *rtl_rate_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) in rtl_rate_alloc() argument
|
/Linux-v4.19/drivers/staging/rtlwifi/ |
D | rc.c | 256 static void *rtl_rate_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) in rtl_rate_alloc() argument
|
/Linux-v4.19/drivers/net/wireless/st/cw1200/ |
D | debug.c | 397 priv->hw->wiphy->debugfsdir); in cw1200_debug_init()
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_debug.c | 493 priv->hw->wiphy->debugfsdir); in ath9k_htc_init_debug()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
D | 3945-rs.c | 392 il3945_rs_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) in il3945_rs_alloc() argument
|
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00debug.c | 670 rt2x00dev->hw->wiphy->debugfsdir); in rt2x00debug_register()
|
/Linux-v4.19/drivers/net/wireless/ath/carl9170/ |
D | debug.c | 816 ar->hw->wiphy->debugfsdir); in carl9170_debugfs_register()
|
/Linux-v4.19/drivers/net/wireless/ath/ath5k/ |
D | debug.c | 1003 phydir = debugfs_create_dir("ath5k", ah->hw->wiphy->debugfsdir); in ath5k_debug_init_device()
|
/Linux-v4.19/drivers/net/wireless/ti/wlcore/ |
D | debugfs.c | 1368 wl->hw->wiphy->debugfsdir); in wl1271_debugfs_init()
|
/Linux-v4.19/include/net/ |
D | mac80211.h | 5649 void *(*alloc)(struct ieee80211_hw *hw, struct dentry *debugfsdir);
|