Home
last modified time | relevance | path

Searched refs:postclose (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_drv.h188 * must be released again in @postclose.
203 * @postclose
214 void (*postclose)(struct drm_device *, struct drm_file *); member
229 * This is called after @postclose hook has been called.
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_file.c303 if (dev->driver->postclose) { in drm_file_free()
304 dev->driver->postclose(dev, file); in drm_file_free()
501 * &drm_driver.postclose driver callback. If this is the last open file for the
543 * the drm_global_mutex, which then calls the &drm_driver.postclose driver
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c1163 .postclose = nouveau_drm_postclose,
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c1598 .postclose = rockchip_drm_postclose,

Completed in 7 milliseconds