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

  /external/libdrm/include/drm/
drm.h 671 #define DRM_IOCTL_BASE 'd'
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)
  /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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm.h 622 #define DRM_IOCTL_BASE 'd'
623 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
624 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
625 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
626 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
  /bionic/libc/kernel/uapi/drm/
drm.h 461 #define DRM_IOCTL_BASE 'd'
462 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE, nr)
464 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE, nr, type)
465 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE, nr, type)
466 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE, nr, type)
  /external/kernel-headers/original/uapi/drm/
drm.h 684 #define DRM_IOCTL_BASE 'd'
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/
xf86drm.c     [all...]

Completed in 124 milliseconds