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

12345678

/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.h390 struct dentry *debugfs_root; member in struct:lan966x
H A Dlan966x_main.c1090 lan966x->debugfs_root = debugfs_create_dir("lan966x", NULL);
1281 debugfs_remove_recursive(lan966x->debugfs_root);
/linux-master/drivers/gpu/drm/sti/
H A Dsti_hda.c380 minor->debugfs_root, minor);
H A Dsti_dvo.c208 minor->debugfs_root, minor);
H A Dsti_gdp.c350 minor->debugfs_root, minor);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_fence.c997 struct dentry *root = rdev->ddev->primary->debugfs_root;
/linux-master/sound/soc/sof/
H A Dsof-client.c406 return cdev->sdev->debugfs_root;
H A Dsof-priv.h615 struct dentry *debugfs_root; member in struct:snd_sof_dev
H A Dipc4-mtrace.c388 dfs_root = debugfs_create_dir("mtrace", sdev->debugfs_root);
/linux-master/drivers/ptp/
H A Dptp_chardev.c131 debugfs_create_dir(debugfsname, ptp->debugfs_root);
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_main.h299 struct dentry *debugfs_root; member in struct:sparx5
/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;
2124 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/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/mmc/core/
H A Dblock.c2962 if (!card->debugfs_root)
2965 root = card->debugfs_root;
2984 if (!card->debugfs_root)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.c1860 esw->debugfs_root = debugfs_create_dir("esw", mlx5_debugfs_get_dev_root(dev));
1911 debugfs_remove_recursive(esw->debugfs_root);
1938 debugfs_remove_recursive(esw->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,
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c1086 minor->debugfs_root,
1093 minor->debugfs_root, minor);

Completed in 404 milliseconds

12345678