Searched refs:debugfs_dir (Results 1 - 25 of 107) sorted by last modified time

12345

/linux-master/lib/
H A Ddynamic_debug.c1387 struct dentry *debugfs_dir; local
1394 debugfs_dir = debugfs_create_dir("dynamic_debug", NULL);
1395 debugfs_create_file("control", 0644, debugfs_dir, NULL,
/linux-master/include/net/
H A Dmac80211.h1952 * @debugfs_dir: debugfs dentry, can be used by drivers to create own per
1986 struct dentry *debugfs_dir; member in struct:ieee80211_vif
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c2141 debugfs_create_u32("skip_beacons", 0600, vif->debugfs_dir,
/linux-master/include/linux/
H A Dblkdev.h507 struct dentry *debugfs_dir; member in struct:request_queue
H A Dthunderbolt.h389 * @debugfs_dir: Pointer to the service debugfs directory. Always created
405 struct dentry *debugfs_dir; member in struct:tb_service
H A Dblk-mq.h416 * @debugfs_dir: debugfs directory for this hardware queue. Named
419 struct dentry *debugfs_dir; member in struct:blk_mq_hw_ctx
/linux-master/drivers/thunderbolt/
H A Dtb.h146 * @debugfs_dir: Pointer to the debugfs structure
200 struct dentry *debugfs_dir; member in struct:tb_switch
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_wed.c2883 debugfs_remove(hw->debugfs_dir);
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c4454 debugfs_create_dir("fifo", hisi_hba->debugfs_dir);
4681 hisi_hba->debugfs_dir);
4699 debugfs_create_dir("bist", hisi_hba->debugfs_dir);
4757 debugfs_remove_recursive(hisi_hba->debugfs_dir);
4758 hisi_hba->debugfs_dir = NULL;
4765 hisi_hba->debugfs_dir = debugfs_create_dir(dev_name(dev),
4768 hisi_hba->debugfs_dir,
4776 debugfs_create_dir("dump", hisi_hba->debugfs_dir);
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dinternal.h229 * @debugfs_dir: pointer to this region's directory in the debugfs
244 struct dentry *debugfs_dir; member in struct:pseudo_lock_region
/linux-master/net/mac80211/
H A Dieee80211_i.h1071 struct dentry *debugfs_dir; member in struct:ieee80211_link_data
H A Dsta_info.h515 * @debugfs_dir: debug filesystem directory dentry
566 struct dentry *debugfs_dir; member in struct:link_sta_info
615 * @debugfs_dir: debug filesystem directory dentry
710 struct dentry *debugfs_dir; member in struct:sta_info
H A Ddriver-ops.h498 WARN_ON(!sdata->vif.debugfs_dir))
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmvm.h979 struct dentry *debugfs_dir; member in struct:iwl_mvm
H A Ddebugfs-vif.c718 struct dentry *dbgfs_dir = vif->debugfs_dir;
749 struct dentry *dbgfs_dir = vif->debugfs_dir;
770 debugfs_create_symlink(name, mvm->debugfs_dir, buf);
812 if (dir == vif->debugfs_dir) {
/linux-master/include/linux/cdx/
H A Dcdx_bus.h131 * @debugfs_dir: debugfs directory for this device
159 struct dentry *debugfs_dir; member in struct:cdx_device
/linux-master/drivers/tty/serial/8250/
H A D8250_bcm7271.c228 struct dentry *debugfs_dir; member in struct:brcmuart_priv
929 priv->debugfs_dir = debugfs_create_dir(device, brcmuart_debugfs_root);
930 debugfs_create_file("stats", 0444, priv->debugfs_dir, priv,
1109 debugfs_remove_recursive(priv->debugfs_dir);
/linux-master/drivers/cdx/
H A Dcdx.c158 debugfs_remove_recursive(cdx_dev->debugfs_dir);
590 cdx_dev->debugfs_dir = debugfs_create_dir(dev_name(&cdx_dev->dev), cdx_debugfs_dir);
591 if (IS_ERR(cdx_dev->debugfs_dir))
594 debugfs_create_file("resource", 0444, cdx_dev->debugfs_dir, cdx_dev,
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-common.h430 struct dentry *debugfs_dir; member in struct:rkisp1_debug
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_heartbeat_dbgfs.c203 hb->dbgfs.base_dir = debugfs_create_dir("heartbeat", accel_dev->debugfs_dir);
H A Dadf_cnv_dbgfs.c291 accel_dev->debugfs_dir,
H A Dadf_accel_devices.h376 struct dentry *debugfs_dir; member in struct:adf_accel_dev
/linux-master/drivers/spi/
H A Dspi-bcm2835.c102 * @debugfs_dir: the debugfs directory - neede to remove debugfs when
136 struct dentry *debugfs_dir; member in struct:bcm2835_spi
178 bs->debugfs_dir = dir;
193 debugfs_remove_recursive(bs->debugfs_dir);
194 bs->debugfs_dir = NULL;
/linux-master/drivers/block/zram/
H A Dzram_drv.c923 zram->debugfs_dir = debugfs_create_dir(zram->disk->disk_name,
925 debugfs_create_file("block_state", 0400, zram->debugfs_dir,
931 debugfs_remove_recursive(zram->debugfs_dir);
/linux-master/drivers/nvdimm/
H A Dbtt.c231 a->debugfs_dir = d;
261 btt->debugfs_dir = debugfs_create_dir(dev_name(&btt->nd_btt->dev),
263 if (IS_ERR_OR_NULL(btt->debugfs_dir))
267 arena_debugfs_init(arena, btt->debugfs_dir, i);
812 debugfs_remove_recursive(arena->debugfs_dir);
1638 debugfs_remove_recursive(btt->debugfs_dir);

Completed in 334 milliseconds

12345