Home
last modified time | relevance | path

Searched refs:drm_master_put (Results 1 – 3 of 3) sorted by path

/freebsd/sys/dev/drm2/
H A DdrmP.h1362 extern void drm_master_put(struct drm_master **master);
H A Ddrm_fops.c244 drm_master_put(&priv->minor->master); in drm_open_helper()
245 drm_master_put(&priv->master); in drm_open_helper()
255 drm_master_put(&priv->minor->master); in drm_open_helper()
256 drm_master_put(&priv->master); in drm_open_helper()
425 drm_master_put(&file_priv->minor->master); in drm_release()
430 drm_master_put(&file_priv->master); in drm_release()
H A Ddrm_stub.c165 void drm_master_put(struct drm_master **master) in drm_master_put() function
171 EXPORT_SYMBOL(drm_master_put);
197 drm_master_put(&file_priv->minor->master); in drm_setmaster_ioctl()
217 drm_master_put(&file_priv->minor->master); in drm_dropmaster_ioctl()