Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_BASE (Results 1 – 4 of 4) sorted by relevance

/external/libdrm/include/drm/
Ddrm.h766 #define DRM_IOCTL_BASE 'd' macro
767 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
768 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
769 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
770 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/external/mesa3d/include/drm-uapi/
Ddrm.h766 #define DRM_IOCTL_BASE 'd' macro
767 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
768 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
769 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
770 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/external/kernel-headers/original/uapi/drm/
Ddrm.h788 #define DRM_IOCTL_BASE 'd' macro
789 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
790 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
791 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
792 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/external/libdrm/
Dxf86drm.c2593 request = DRM_IOC( DRM_IOC_READ, DRM_IOCTL_BASE, in drmCommandRead()
2622 request = DRM_IOC( DRM_IOC_WRITE, DRM_IOCTL_BASE, in drmCommandWrite()
2651 request = DRM_IOC( DRM_IOC_READ|DRM_IOC_WRITE, DRM_IOCTL_BASE, in drmCommandWriteRead()