Searched refs:debugfs_cleanup (Results  1 – 12 of 12) sorted by relevance
| /linux-4.1.27/drivers/gpu/drm/tilcdc/ | 
| D | tilcdc_drv.h | 105 	void (*debugfs_cleanup)(struct tilcdc_module *mod, struct drm_minor *minor);  member
  | 
| D | tilcdc_drv.c | 519 		if (mod->funcs->debugfs_cleanup)  in tilcdc_debugfs_cleanup() 520 			mod->funcs->debugfs_cleanup(mod, minor);  in tilcdc_debugfs_cleanup() 559 	.debugfs_cleanup    = tilcdc_debugfs_cleanup,
  | 
| /linux-4.1.27/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.1.27/drivers/gpu/drm/qxl/ | 
| D | qxl_drv.c | 245 	.debugfs_cleanup = qxl_debugfs_takedown,
  | 
| /linux-4.1.27/drivers/gpu/drm/armada/ | 
| D | armada_drv.c | 318 	.debugfs_cleanup	= armada_drm_debugfs_cleanup,
  | 
| /linux-4.1.27/drivers/gpu/drm/radeon/ | 
| D | radeon_drv.c | 583 	.debugfs_cleanup = radeon_debugfs_cleanup,
  | 
| /linux-4.1.27/drivers/gpu/drm/omapdrm/ | 
| D | omap_drv.c | 657 	.debugfs_cleanup = omap_debugfs_cleanup,
  | 
| /linux-4.1.27/include/drm/ | 
| D | drmP.h | 558 	void (*debugfs_cleanup)(struct drm_minor *minor);  member
  | 
| /linux-4.1.27/drivers/gpu/drm/msm/ | 
| D | msm_drv.c | 920 	.debugfs_cleanup    = msm_debugfs_cleanup,
  | 
| /linux-4.1.27/drivers/gpu/drm/tegra/ | 
| D | drm.c | 927 	.debugfs_cleanup = tegra_debugfs_cleanup,
  | 
| /linux-4.1.27/drivers/gpu/drm/nouveau/ | 
| D | nouveau_drm.c | 957 	.debugfs_cleanup = nouveau_debugfs_takedown,
  | 
| /linux-4.1.27/drivers/gpu/drm/i915/ | 
| D | i915_drv.c | 1591 	.debugfs_cleanup = i915_debugfs_cleanup,
  |