Searched refs:debugfs_cleanup (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.h | 108 void (*debugfs_cleanup)(struct tilcdc_module *mod, struct drm_minor *minor); member
|
D | tilcdc_drv.c | 536 if (mod->funcs->debugfs_cleanup) in tilcdc_debugfs_cleanup() 537 mod->funcs->debugfs_cleanup(mod, minor); in tilcdc_debugfs_cleanup() 576 .debugfs_cleanup = tilcdc_debugfs_cleanup,
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_debugfs.c | 229 if (dev->driver->debugfs_cleanup) in drm_debugfs_cleanup() 230 dev->driver->debugfs_cleanup(minor); in drm_debugfs_cleanup()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_drv.c | 134 .debugfs_cleanup = virtio_gpu_debugfs_takedown,
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_drv.c | 246 .debugfs_cleanup = qxl_debugfs_takedown,
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_drv.c | 92 .debugfs_cleanup = vc4_debugfs_cleanup,
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_drv.c | 201 .debugfs_cleanup = armada_drm_debugfs_cleanup,
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_drv.c | 584 .debugfs_cleanup = radeon_debugfs_cleanup,
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_drv.c | 500 .debugfs_cleanup = amdgpu_debugfs_cleanup,
|
/linux-4.4.14/include/drm/ |
D | drmP.h | 576 void (*debugfs_cleanup)(struct drm_minor *minor); member
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_drv.c | 847 .debugfs_cleanup = omap_debugfs_cleanup,
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_drv.c | 998 .debugfs_cleanup = msm_debugfs_cleanup,
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | drm.c | 937 .debugfs_cleanup = tegra_debugfs_cleanup,
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_drm.c | 932 .debugfs_cleanup = nouveau_debugfs_takedown,
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_drv.c | 1710 .debugfs_cleanup = i915_debugfs_cleanup,
|