Searched refs:DRM_IOCTL_BASE (Results 1 – 1 of 1) sorted by relevance
/include/drm/ |
D | drm.h | 633 #define DRM_IOCTL_BASE 'd' macro 634 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr) 635 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type) 636 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type) 637 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|