| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | debug.c | 47 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()
|
| D | cfg80211.h | 313 struct dentry *debugfsdir; member
|
| /Linux-v5.4/drivers/thermal/broadcom/ |
| D | bcm2835_thermal.c | 70 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/ |
| D | caif_serial.c | 60 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/ |
| D | rate.c | 227 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()
|
| D | rc80211_minstrel_ht.c | 1634 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()
|
| D | debugfs.c | 417 struct dentry *phyd = local->hw.wiphy->debugfsdir; in debugfs_hw_add()
|
| D | debugfs_netdev.c | 824 sdata->local->hw.wiphy->debugfsdir); in ieee80211_debugfs_add_netdev()
|
| /Linux-v5.4/net/wireless/ |
| D | core.c | 145 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()
|
| D | debugfs.c | 107 struct dentry *phyd = rdev->wiphy.debugfsdir; in cfg80211_debugfs_rdev_add()
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/ |
| D | debugfs.c | 82 dir = debugfs_create_dir("mt76", dev->hw->wiphy->debugfsdir); in mt76_register_debugfs()
|
| /Linux-v5.4/drivers/net/wireless/ath/wcn36xx/ |
| D | debug.c | 158 wcn->hw->wiphy->debugfsdir); in wcn36xx_debugfs_init()
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt7601u/ |
| D | debugfs.c | 151 dir = debugfs_create_dir("mt7601u", dev->hw->wiphy->debugfsdir); in mt7601u_init_debugfs()
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/ |
| D | rc.c | 264 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/ |
| D | debug.c | 370 priv->hw->wiphy->debugfsdir); in cw1200_debug_init()
|
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
| D | htc_drv_debug.c | 493 priv->hw->wiphy->debugfsdir); in ath9k_htc_init_debug()
|
| D | debug.c | 1370 sc->hw->wiphy->debugfsdir); in ath9k_init_debug()
|
| /Linux-v5.4/drivers/net/wireless/ralink/rt2x00/ |
| D | rt2x00debug.c | 654 rt2x00dev->hw->wiphy->debugfsdir); in rt2x00debug_register()
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlegacy/ |
| D | 3945-rs.c | 377 il3945_rs_alloc(struct ieee80211_hw *hw, struct dentry *debugfsdir) in il3945_rs_alloc() argument
|
| D | debug.c | 1318 struct dentry *phyd = il->hw->wiphy->debugfsdir; in il_dbgfs_register()
|
| /Linux-v5.4/drivers/net/wireless/realtek/rtw88/ |
| D | debug.c | 678 rtwdev->hw->wiphy->debugfsdir); in rtw_debugfs_init()
|
| /Linux-v5.4/drivers/net/wireless/ath/carl9170/ |
| D | debug.c | 816 ar->hw->wiphy->debugfsdir); in carl9170_debugfs_register()
|
| /Linux-v5.4/drivers/net/wireless/ath/ath5k/ |
| D | debug.c | 1003 phydir = debugfs_create_dir("ath5k", ah->hw->wiphy->debugfsdir); in ath5k_debug_init_device()
|
| /Linux-v5.4/drivers/net/wireless/ti/wlcore/ |
| D | debugfs.c | 1341 wl->hw->wiphy->debugfsdir); in wl1271_debugfs_init()
|
| /Linux-v5.4/include/net/ |
| D | mac80211.h | 5936 void *(*alloc)(struct ieee80211_hw *hw, struct dentry *debugfsdir);
|