HomeSort by: relevance | last modified time | path
    Searched defs:debugfs (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_debugfs.c 36 #include <linux/debugfs.h>
78 struct nouveau_debugfs *debugfs = nouveau_debugfs(drm); local in function:nouveau_debugfs_pstate_get
79 struct nvif_object *ctrl = &debugfs->ctrl;
83 if (!debugfs)
149 struct nouveau_debugfs *debugfs = nouveau_debugfs(drm); local in function:nouveau_debugfs_pstate_set
150 struct nvif_object *ctrl = &debugfs->ctrl;
155 if (!debugfs)
265 drm->debugfs = kzalloc(sizeof(*drm->debugfs), GFP_KERNEL);
266 if (!drm->debugfs)
    [all...]
nouveau_drv.h 209 struct nouveau_debugfs *debugfs; member in struct:nouveau_drm
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_drv.h 188 * Debugfs
255 /* debugfs */
256 struct qxl_debugfs debugfs[QXL_DEBUGFS_MAX_COMPONENTS]; member in struct:qxl_device
445 /* debugfs */
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gvt.h 199 struct dentry *debugfs; member in struct:intel_vgpu
  /src/sys/external/bsd/dwc2/dist/
dwc2_core.h 96 * @debugfs: File entry for debugfs file for this endpoint.
131 struct dentry *debugfs; member in struct:dwc2_hsotg_ep
679 * @debug_root: Root directrory for debugfs.
680 * @debug_file: Main status file for debugfs.
681 * @debug_testmode: Testmode status file for debugfs.
682 * @debug_fifo: FIFO status file for debugfs.
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu.h 748 struct amdgpu_debugfs debugfs[AMDGPU_DEBUGFS_MAX_COMPONENTS]; member in struct:amdgpu_device
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon.h 1842 * Debugfs
2489 /* debugfs */
2490 struct radeon_debugfs debugfs[RADEON_DEBUGFS_MAX_COMPONENTS]; member in struct:radeon_device

Completed in 169 milliseconds