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

/bionic/libc/kernel/uapi/drm/
H A Ddrm.h457 #define DRM_IOCTL_BASE 'd' macro
459 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
460 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
461 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
462 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)

Completed in 31 milliseconds