Searched refs:debugfs_root (Results 126 - 150 of 204) sorted by relevance

123456789

/linux-master/drivers/firmware/cirrus/
H A Dcs_dsp.c491 * @debugfs_root: pointer to debugfs directory in which to create this DSP
494 void cs_dsp_init_debugfs(struct cs_dsp *dsp, struct dentry *debugfs_root) argument
499 root = debugfs_create_dir(dsp->name, debugfs_root);
513 dsp->debugfs_root = root;
524 debugfs_remove_recursive(dsp->debugfs_root);
525 dsp->debugfs_root = ERR_PTR(-ENODEV);
529 void cs_dsp_init_debugfs(struct cs_dsp *dsp, struct dentry *debugfs_root) argument
2305 dsp->debugfs_root = ERR_PTR(-ENODEV);
/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.h488 struct dentry *debugfs_root; member in struct:cxgbi_device
/linux-master/drivers/gpu/drm/sti/
H A Dsti_hda.c380 minor->debugfs_root, minor);
H A Dsti_dvo.c208 minor->debugfs_root, minor);
/linux-master/drivers/ptp/
H A Dptp_chardev.c131 debugfs_create_dir(debugfsname, ptp->debugfs_root);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgvt.h366 struct dentry *debugfs_root; member in struct:intel_gvt
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.c582 struct dentry *root = minor->debugfs_root;
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c258 minor->debugfs_root, minor);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fence.c994 struct dentry *root = minor->debugfs_root;
H A Damdgpu_ring.c605 struct dentry *root = minor->debugfs_root;
H A Damdgpu_debugfs.c1646 struct dentry *ent, *root = minor->debugfs_root;
2125 struct dentry *root = adev_to_drm(adev)->primary->debugfs_root;
/linux-master/sound/core/
H A Djack.c359 jack_kctl->jack_debugfs_root = debugfs_create_dir(tname, jack->card->debugfs_root);
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.h390 struct dentry *debugfs_root; member in struct:lan966x
/linux-master/drivers/gpu/drm/
H A Ddrm_panic.c532 debugfs_create_file(fname, 0200, plane->dev->debugfs_root,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_fence.c998 struct dentry *root = rdev->ddev->primary->debugfs_root;
/linux-master/sound/soc/sof/
H A Dipc4-mtrace.c388 dfs_root = debugfs_create_dir("mtrace", sdev->debugfs_root);
H A Dsof-priv.h615 struct dentry *debugfs_root; member in struct:snd_sof_dev
H A Dsof-client.c406 return cdev->sdev->debugfs_root;
/linux-master/sound/soc/sof/intel/
H A Dmtl.c307 0644, sdev->debugfs_root,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c3399 debugfs_create_file_size(name, 0400, adap->debugfs_root,
3766 adap->debugfs_root,
3885 debugfs_create_file_size("flash", 0400, adap->debugfs_root, adap,
3888 adap->debugfs_root, &adap->use_bd);
3890 adap->debugfs_root, &adap->trace_rss);
/linux-master/drivers/usb/gadget/udc/
H A Datmel_usba_udc.c208 ep_root = debugfs_create_dir(ep->ep.name, udc->debugfs_root);
230 udc->debugfs_root = root;
247 debugfs_remove_recursive(udc->debugfs_root);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1861 esw->debugfs_root = debugfs_create_dir("esw", mlx5_debugfs_get_dev_root(dev));
1912 debugfs_remove_recursive(esw->debugfs_root);
1939 debugfs_remove_recursive(esw->debugfs_root);
/linux-master/drivers/mmc/core/
H A Dblock.c2962 if (!card->debugfs_root)
2965 root = card->debugfs_root;
2984 if (!card->debugfs_root)
/linux-master/drivers/regulator/
H A Dcore.c47 static struct dentry *debugfs_root; variable in typeref:struct:dentry
5330 rdev->debugfs = debugfs_create_dir(rname, debugfs_root);
6246 debugfs_root = debugfs_create_dir("regulator", NULL);
6247 if (IS_ERR(debugfs_root))
6251 debugfs_create_file("supply_map", 0444, debugfs_root, NULL,
6254 debugfs_create_file("regulator_summary", 0444, debugfs_root,
/linux-master/drivers/mmc/host/
H A Domap_hsmmc.c1676 if (mmc->debugfs_root)
1677 debugfs_create_file("regs", S_IRUSR, mmc->debugfs_root,

Completed in 289 milliseconds

123456789