HomeSort by relevance Sort by last modified time
    Searched refs:DRM_IOCTL_BASE (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/drm/
drm.h 457 #define DRM_IOCTL_BASE 'd'
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)
  /external/kernel-headers/original/uapi/drm/
drm.h 659 #define DRM_IOCTL_BASE 'd'
660 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
661 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
662 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
663 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
drm.h 613 #define DRM_IOCTL_BASE 'd'
614 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
615 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
616 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
617 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm.h 613 #define DRM_IOCTL_BASE 'd'
614 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
615 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
616 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
617 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
  /hardware/intel/img/libdrm/shared-core/
drm.h 683 #define DRM_IOCTL_BASE 'd'
684 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
685 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
686 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
687 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
  /hardware/intel/img/libdrm/libdrm/
xf86drm.c     [all...]

Completed in 45 milliseconds