HomeSort by relevance Sort by last modified time
    Searched defs:DRM_IOR (Results 1 - 5 of 5) sorted by null

  /bionic/libc/kernel/uapi/drm/
drm.h 460 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
466 #define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, struct drm_auth)
471 #define DRM_IOCTL_GET_STATS DRM_IOR( 0x06, struct drm_stats)
524 #define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, struct drm_agp_info)
  /external/kernel-headers/original/uapi/drm/
drm.h 661 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
667 #define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, struct drm_auth)
671 #define DRM_IOCTL_GET_STATS DRM_IOR( 0x06, struct drm_stats)
720 #define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, struct drm_agp_info)
  /hardware/intel/img/libdrm/shared-core/
drm.h 685 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
691 #define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, struct drm_auth)
695 #define DRM_IOCTL_GET_STATS DRM_IOR( 0x06, struct drm_stats)
740 #define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, struct drm_agp_info)
775 #define DRM_IOCTL_BO_VERSION DRM_IOR(0xd6, struct drm_bo_version_arg)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
drm.h 615 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
621 #define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, struct drm_auth)
625 #define DRM_IOCTL_GET_STATS DRM_IOR( 0x06, struct drm_stats)
669 #define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, struct drm_agp_info)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm.h 615 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
621 #define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, struct drm_auth)
625 #define DRM_IOCTL_GET_STATS DRM_IOR( 0x06, struct drm_stats)
669 #define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, struct drm_agp_info)

Completed in 489 milliseconds