Home
last modified time | relevance | path

Searched refs:debugfs_create_dir (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/sys/dev/pci/drm/i915/gvt/
H A Ddebugfs.c179 vgpu->debugfs = debugfs_create_dir(name, vgpu->gvt->debugfs_root); in intel_gvt_debugfs_add_vgpu()
212 gvt->debugfs_root = debugfs_create_dir("gvt", minor->debugfs_root); in intel_gvt_debugfs_init()
/openbsd-src/sys/dev/pci/drm/include/linux/
H A Ddebugfs.h11 #define debugfs_create_dir(a, b) ERR_PTR(-ENOSYS) macro
/openbsd-src/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_uc_debugfs.c60 root = debugfs_create_dir("uc", gt_root); in intel_uc_debugfs_register()
/openbsd-src/sys/dev/pci/drm/i915/pxp/
H A Dintel_pxp_debugfs.c82 pxproot = debugfs_create_dir("pxp", minor->debugfs_root); in intel_pxp_debugfs_register()
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_debugfs.c94 debugfs_root = debugfs_create_dir("kfd", NULL); in kfd_debugfs_init()
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_debugfs.c274 minor->debugfs_root = debugfs_create_dir(name, root); in drm_debugfs_init()
551 root = debugfs_create_dir(connector->name, minor->debugfs_root); in drm_debugfs_connector_add()
594 root = debugfs_create_dir(name, minor->debugfs_root); in drm_debugfs_crtc_add()
H A Ddrm_debugfs_crc.c375 crc_ent = debugfs_create_dir("crc", crtc->debugfs_entry); in drm_debugfs_crtc_crc_add()
H A Ddrm_drv.c1199 drm_debugfs_root = debugfs_create_dir("dri", NULL); in drm_core_init()
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_debugfs.c97 root = debugfs_create_dir(gtname, gt->i915->drm.primary->debugfs_root); in intel_gt_debugfs_register()
/openbsd-src/sys/dev/pci/drm/ttm/
H A Dttm_device.c76 ttm_debugfs_root = debugfs_create_dir("ttm", NULL); in ttm_global_init()
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_debugfs_params.c251 dir = debugfs_create_dir("i915_params", minor->debugfs_root); in i915_debugfs_params()
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_psp_ta.c381 struct dentry *dir = debugfs_create_dir("ta_if", minor->debugfs_root); in amdgpu_ta_if_debugfs_init()
H A Damdgpu_ras.c1514 dir = debugfs_create_dir(RAS_FS_NAME, minor->debugfs_root); in amdgpu_ras_debugfs_create_ctrl_node()