Searched defs:DRM_IOCTL_BASE (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/drm/
H A Ddrm.h709 #define DRM_IOCTL_BASE 'd' macro
710 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
711 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
712 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
713 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/external/libdrm/include/drm/
H A Ddrm.h703 #define DRM_IOCTL_BASE 'd' macro
704 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
705 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
706 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
707 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)

Completed in 58 milliseconds