Home
last modified time | relevance | path

Searched refs:debugfsdir (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Ddebug.c58 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()
Dcfg80211.h325 struct dentry *debugfsdir; member
/Linux-v4.19/drivers/thermal/broadcom/
Dbcm2835_thermal.c77 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/
Dcaif_serial.c60 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/
Dcore.c143 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()
Ddebugfs.c110 struct dentry *phyd = rdev->wiphy.debugfsdir; in cfg80211_debugfs_rdev_add()
/Linux-v4.19/net/mac80211/
Drate.c230 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()
Drc80211_minstrel.c655 minstrel_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) in minstrel_alloc() argument
693 0666, debugfsdir, &mp->fixed_rate_idx); in minstrel_alloc()
Ddebugfs.c359 struct dentry *phyd = local->hw.wiphy->debugfsdir; in debugfs_hw_add()
Drc80211_minstrel_ht.c1344 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()
Ddebugfs_netdev.c817 sdata->local->hw.wiphy->debugfsdir); in ieee80211_debugfs_add_netdev()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Ddebugfs.c63 dir = debugfs_create_dir("mt76", dev->hw->wiphy->debugfsdir); in mt76_register_debugfs()
/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/
Ddebug.c158 wcn->hw->wiphy->debugfsdir); in wcn36xx_debugfs_init()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Ddebugfs.c156 dir = debugfs_create_dir("mt76x0", dev->mt76.hw->wiphy->debugfsdir); in mt76x0_init_debugfs()
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/
Ddebugfs.c159 dir = debugfs_create_dir("mt7601u", dev->hw->wiphy->debugfsdir); in mt7601u_init_debugfs()
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Drc.c288 static void *rtl_rate_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) in rtl_rate_alloc() argument
/Linux-v4.19/drivers/staging/rtlwifi/
Drc.c256 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/
Ddebug.c397 priv->hw->wiphy->debugfsdir); in cw1200_debug_init()
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dhtc_drv_debug.c493 priv->hw->wiphy->debugfsdir); in ath9k_htc_init_debug()
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D3945-rs.c392 il3945_rs_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) in il3945_rs_alloc() argument
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/
Drt2x00debug.c670 rt2x00dev->hw->wiphy->debugfsdir); in rt2x00debug_register()
/Linux-v4.19/drivers/net/wireless/ath/carl9170/
Ddebug.c816 ar->hw->wiphy->debugfsdir); in carl9170_debugfs_register()
/Linux-v4.19/drivers/net/wireless/ath/ath5k/
Ddebug.c1003 phydir = debugfs_create_dir("ath5k", ah->hw->wiphy->debugfsdir); in ath5k_debug_init_device()
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Ddebugfs.c1368 wl->hw->wiphy->debugfsdir); in wl1271_debugfs_init()
/Linux-v4.19/include/net/
Dmac80211.h5649 void *(*alloc)(struct ieee80211_hw *hw, struct dentry *debugfsdir);

12