Searched refs:DRM_IOCTL_UNLOCK (Results 1 – 10 of 10) sorted by relevance
58 DRM_IOCTL_UNLOCK = 1074291755
58 DRM_IOCTL_UNLOCK = 2148033579
43 ioctl$DRM_IOCTL_UNLOCK(fd fd_dri, cmd const[DRM_IOCTL_UNLOCK], arg ptr[in, drm_lock])
818 #define DRM_IOCTL_UNLOCK DRM_IOW( 0x2b, struct drm_lock) macro
840 #define DRM_IOCTL_UNLOCK DRM_IOW( 0x2b, struct drm_lock) macro
1504 return drmIoctl(fd, DRM_IOCTL_UNLOCK, &lock); in drmUnlock()