Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Ddebug.c47 return drvr->wiphy->debugfsdir; in brcmf_debugfs_get_devdir()
55 WARN(!drvr->wiphy->debugfsdir, "wiphy not (yet) registered\n"); in brcmf_debugfs_add_entry()
57 drvr->wiphy->debugfsdir, read_fn); in brcmf_debugfs_add_entry()
Dcfg80211.h313 struct dentry *debugfsdir; member
/Linux-v5.4/drivers/thermal/broadcom/
Dbcm2835_thermal.c70 struct dentry *debugfsdir; member
125 data->debugfsdir = debugfs_create_dir("bcm2835_thermal", NULL); in bcm2835_thermal_debugfs()
135 debugfs_create_regset32("regset", 0444, data->debugfsdir, regset); in bcm2835_thermal_debugfs()
293 debugfs_remove_recursive(data->debugfsdir); in bcm2835_thermal_remove()
/Linux-v5.4/drivers/net/caif/
Dcaif_serial.c60 static struct dentry *debugfsdir; variable
97 ser->debugfs_tty_dir = debugfs_create_dir(tty->name, debugfsdir); in debugfs_init()
447 debugfsdir = debugfs_create_dir("caif_serial", NULL); in caif_ser_init()
459 debugfs_remove_recursive(debugfsdir); in caif_ser_exit()
/Linux-v5.4/net/mac80211/
Drate.c227 struct dentry *debugfsdir = NULL; in rate_control_alloc() local
238 debugfsdir = debugfs_create_dir("rc", local->hw.wiphy->debugfsdir); in rate_control_alloc()
239 local->debugfs.rcdir = debugfsdir; in rate_control_alloc()
240 debugfs_create_file("name", 0400, debugfsdir, ref, &rcname_ops); in rate_control_alloc()
243 ref->priv = ref->ops->alloc(&local->hw, debugfsdir); in rate_control_alloc()
Drc80211_minstrel_ht.c1634 minstrel_ht_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) in minstrel_ht_alloc() argument
1673 debugfs_create_u32("fixed_rate_idx", S_IRUGO | S_IWUGO, debugfsdir, in minstrel_ht_alloc()
1675 debugfs_create_u32("sample_switch", S_IRUGO | S_IWUSR, debugfsdir, in minstrel_ht_alloc()
Ddebugfs.c417 struct dentry *phyd = local->hw.wiphy->debugfsdir; in debugfs_hw_add()
Ddebugfs_netdev.c824 sdata->local->hw.wiphy->debugfsdir); in ieee80211_debugfs_add_netdev()
/Linux-v5.4/net/wireless/
Dcore.c145 if (rdev->wiphy.debugfsdir) in cfg80211_dev_rename()
146 debugfs_rename(rdev->wiphy.debugfsdir->d_parent, in cfg80211_dev_rename()
147 rdev->wiphy.debugfsdir, in cfg80211_dev_rename()
148 rdev->wiphy.debugfsdir->d_parent, newname); in cfg80211_dev_rename()
901 rdev->wiphy.debugfsdir = debugfs_create_dir(wiphy_name(&rdev->wiphy), in wiphy_register()
1006 debugfs_remove_recursive(rdev->wiphy.debugfsdir); in wiphy_unregister()
Ddebugfs.c107 struct dentry *phyd = rdev->wiphy.debugfsdir; in cfg80211_debugfs_rdev_add()
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/
Ddebugfs.c82 dir = debugfs_create_dir("mt76", dev->hw->wiphy->debugfsdir); in mt76_register_debugfs()
/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/
Ddebug.c158 wcn->hw->wiphy->debugfsdir); in wcn36xx_debugfs_init()
/Linux-v5.4/drivers/net/wireless/mediatek/mt7601u/
Ddebugfs.c151 dir = debugfs_create_dir("mt7601u", dev->hw->wiphy->debugfsdir); in mt7601u_init_debugfs()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/
Drc.c264 static void *rtl_rate_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) in rtl_rate_alloc() argument
/Linux-v5.4/drivers/net/wireless/st/cw1200/
Ddebug.c370 priv->hw->wiphy->debugfsdir); in cw1200_debug_init()
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dhtc_drv_debug.c493 priv->hw->wiphy->debugfsdir); in ath9k_htc_init_debug()
Ddebug.c1370 sc->hw->wiphy->debugfsdir); in ath9k_init_debug()
/Linux-v5.4/drivers/net/wireless/ralink/rt2x00/
Drt2x00debug.c654 rt2x00dev->hw->wiphy->debugfsdir); in rt2x00debug_register()
/Linux-v5.4/drivers/net/wireless/intel/iwlegacy/
D3945-rs.c377 il3945_rs_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) in il3945_rs_alloc() argument
Ddebug.c1318 struct dentry *phyd = il->hw->wiphy->debugfsdir; in il_dbgfs_register()
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Ddebug.c678 rtwdev->hw->wiphy->debugfsdir); in rtw_debugfs_init()
/Linux-v5.4/drivers/net/wireless/ath/carl9170/
Ddebug.c816 ar->hw->wiphy->debugfsdir); in carl9170_debugfs_register()
/Linux-v5.4/drivers/net/wireless/ath/ath5k/
Ddebug.c1003 phydir = debugfs_create_dir("ath5k", ah->hw->wiphy->debugfsdir); in ath5k_debug_init_device()
/Linux-v5.4/drivers/net/wireless/ti/wlcore/
Ddebugfs.c1341 wl->hw->wiphy->debugfsdir); in wl1271_debugfs_init()
/Linux-v5.4/include/net/
Dmac80211.h5936 void *(*alloc)(struct ieee80211_hw *hw, struct dentry *debugfsdir);

12