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

/bionic/libc/kernel/uapi/drm/
H A Ddrm.h461 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE, nr, type) macro
467 #define DRM_IOCTL_GET_MAGIC DRM_IOR(0x02, struct drm_auth)
472 #define DRM_IOCTL_GET_STATS DRM_IOR(0x06, struct drm_stats)
525 #define DRM_IOCTL_AGP_INFO DRM_IOR(0x33, struct drm_agp_info)

Completed in 32 milliseconds