Home
last modified time | relevance | path

Searched refs:postclose (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_drv.h231 void (*postclose) (struct drm_device *, struct drm_file *); member
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_file.c295 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 the
570 * the drm_global_mutex, which then calls the &drm_driver.postclose driver
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_drv.c2830 .postclose = amdgpu_driver_postclose_kms,
2859 .postclose = amdgpu_driver_postclose_kms,
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_drv.c582 .postclose = radeon_driver_postclose_kms,
/openbsd-src/sys/dev/pci/drm/i915/
H A Di915_driver.c1848 .postclose = i915_driver_postclose,