Searched refs:postclose (Results 1 – 5 of 5) sorted by relevance
231 void (*postclose) (struct drm_device *, struct drm_file *); member
295 if (dev->driver->postclose) in drm_file_free() 296 dev->driver->postclose(dev, file); in drm_file_free() 490 * &drm_driver.postclose driver callback. If this is the last open file for the570 * the drm_global_mutex, which then calls the &drm_driver.postclose driver
2830 .postclose = amdgpu_driver_postclose_kms,2859 .postclose = amdgpu_driver_postclose_kms,
582 .postclose = radeon_driver_postclose_kms,
1848 .postclose = i915_driver_postclose,