HomeSort by: relevance | last modified time | path
    Searched refs:debugfs_root (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_debugfs.c 33 static struct dentry *debugfs_root; variable in typeref:struct:dentry *
93 debugfs_root = debugfs_create_dir("kfd", NULL);
95 debugfs_create_file("mqds", S_IFREG | 0444, debugfs_root,
97 debugfs_create_file("hqds", S_IFREG | 0444, debugfs_root,
99 debugfs_create_file("rls", S_IFREG | 0444, debugfs_root,
101 debugfs_create_file("hang_hws", S_IFREG | 0200, debugfs_root,
107 debugfs_remove_recursive(debugfs_root);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
debugfs_gt.c 23 if (!gt->i915->drm.primary->debugfs_root)
26 root = debugfs_create_dir("gt", gt->i915->drm.primary->debugfs_root);
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
debugfs.c 203 vgpu->debugfs = debugfs_create_dir(name, vgpu->gvt->debugfs_root);
230 gvt->debugfs_root = debugfs_create_dir("gvt", minor->debugfs_root);
232 debugfs_create_ulong("num_tracked_mmio", 0444, gvt->debugfs_root,
242 debugfs_remove_recursive(gvt->debugfs_root);
243 gvt->debugfs_root = NULL;
gvt.h 345 struct dentry *debugfs_root; member in struct:intel_gvt
  /src/sys/external/bsd/drm2/dist/drm/
drm_debugfs.c 222 minor->debugfs_root = debugfs_create_dir(name, root);
225 minor->debugfs_root, minor);
227 debugfs_remove(minor->debugfs_root);
228 minor->debugfs_root = NULL;
305 if (!minor->debugfs_root)
310 debugfs_remove_recursive(minor->debugfs_root);
311 minor->debugfs_root = NULL;
434 if (!minor->debugfs_root)
437 root = debugfs_create_dir(connector->name, minor->debugfs_root);
469 root = debugfs_create_dir(name, minor->debugfs_root);
    [all...]
drm_framebuffer.c 1102 minor->debugfs_root, minor);
drm_atomic.c 1542 minor->debugfs_root, minor);
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_debugfs.c 96 minor->debugfs_root, minor);
131 qdev->ddev.primary->debugfs_root,
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_debugfs.c 84 minor->debugfs_root, minor);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_debugfs.c 235 minor->debugfs_root, minor->dev,
243 minor->debugfs_root, minor);
250 dentry = debugfs_lookup("vbios.rom", minor->debugfs_root);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_file.h 84 struct dentry *debugfs_root; member in struct:drm_minor
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_debugfs.c 73 adev->ddev->primary->debugfs_root,
927 struct dentry *ent, *root = minor->debugfs_root;
1226 adev->ddev->primary->debugfs_root, adev,
amdgpu_ring.c 502 struct dentry *ent, *root = minor->debugfs_root;
amdgpu_ras.c 1109 con->dir = debugfs_create_dir("ras", minor->debugfs_root);
amdgpu_ttm.c 2712 struct dentry *ent, *root = minor->debugfs_root;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_log.c 395 dev_priv->drm.primary->debugfs_root,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_debugfs.c 1182 struct dentry *root = minor->debugfs_root;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ttm.c 1298 struct dentry *root = minor->debugfs_root;
radeon_device.c 2092 rdev->ddev->primary->debugfs_root,
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c 4319 debugfs_create_file("i915_forcewake_user", S_IRUSR, minor->debugfs_root,
4325 minor->debugfs_root,
4332 minor->debugfs_root, minor);

Completed in 43 milliseconds