Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/drm/
Ddrm.h684 #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)
/external/libdrm/include/drm/
Ddrm.h671 #define DRM_IOCTL_BASE 'd' macro
672 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
673 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
674 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
675 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/external/libdrm/
Dxf86drm.c2538 request = DRM_IOC( DRM_IOC_READ, DRM_IOCTL_BASE, in drmCommandRead()
2567 request = DRM_IOC( DRM_IOC_WRITE, DRM_IOCTL_BASE, in drmCommandWrite()
2596 request = DRM_IOC( DRM_IOC_READ|DRM_IOC_WRITE, DRM_IOCTL_BASE, in drmCommandWriteRead()