Searched refs:DRM_IOCTL_BASE (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/include/uapi/drm/ |
D | drm.h | 684 #define DRM_IOCTL_BASE 'd' macro 685 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr) 686 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type) 687 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type) 688 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|