HomeSort by: relevance | last modified time | path
    Searched refs:dentry (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
debugfs_engines.h 12 struct dentry;
14 void debugfs_engines_register(struct intel_gt *gt, struct dentry *root);
debugfs_gt_pm.h 12 struct dentry;
14 void debugfs_gt_pm_register(struct intel_gt *gt, struct dentry *root);
debugfs_gt.c 21 struct dentry *root;
35 struct dentry *root,
debugfs_engines.c 34 void debugfs_engines_register(struct intel_gt *gt, struct dentry *root)
debugfs_gt.h 37 struct dentry *root,
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_debugfs.h 41 struct dentry *dentry; member in struct:vchiq_debugfs_node_struct
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_debugfs.h 81 struct dentry *dent;
86 int count, struct dentry *root,
92 int count, struct dentry *root,
drm_file.h 84 struct dentry *debugfs_root;
drm_crtc.h 1074 struct dentry *debugfs_entry;
drm_connector.h 1367 struct dentry *debugfs_entry;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_debugfs.c 229 struct dentry *dentry; local in function:nouveau_drm_debugfs_init
233 dentry = debugfs_create_file(nouveau_debugfs_files[i].name,
237 if (!dentry)
250 dentry = debugfs_lookup("vbios.rom", minor->debugfs_root);
251 if (!dentry)
254 d_inode(dentry)->i_size = drm->vbios.length;
255 dput(dentry);
  /src/usr.bin/config/
mkdevsw.c 93 dentry(FILE *fp, struct hashtab *t, devmajor_t i, char p) function in typeref:typename:void
134 dentry(fp, bdevmtab, i, 'b');
149 dentry(fp, cdevmtab, i, 'c');
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_debugfs.c 33 static struct dentry *debugfs_root;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_log.c 110 static struct dentry *create_buf_file_callback(const char *filename,
111 struct dentry *parent,
116 struct dentry *buf_file;
140 static int remove_buf_file_callback(struct dentry *dentry)
142 debugfs_remove(dentry);
  /src/sys/external/bsd/drm2/dist/drm/
drm_internal.h 34 struct dentry;
175 struct dentry *root);
184 struct dentry *root)
drm_debugfs.c 181 struct dentry *root, struct drm_minor *minor)
213 struct dentry *root)
432 struct dentry *root;
462 struct dentry *root;
drm_debugfs_crc.c 373 struct dentry *crc_ent;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ttm.h 62 struct dentry *debugfs_entries[8];
amdgpu_ras.h 321 struct dentry *dir;
396 struct dentry *ent;
amdgpu_ring.c 502 struct dentry *ent, *root = minor->debugfs_root;
amdgpu_ring.h 231 struct dentry *ent;
amdgpu.h 751 struct dentry *debugfs_preempt;
752 struct dentry *debugfs_regs[AMDGPU_DEBUGFS_MAX_COMPONENTS];
  /src/sys/external/bsd/dwc2/dist/
dwc2_core.h 131 struct dentry *debugfs;
733 struct dentry *debug_root;
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gvt.h 199 struct dentry *debugfs;
345 struct dentry *debugfs_root;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_debugfs.c 1000 struct dentry *dir = connector->base.debugfs_entry;
1182 struct dentry *root = minor->debugfs_root;

Completed in 370 milliseconds

1 2