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

/bionic/libc/kernel/uapi/drm/
H A Ddrm.h434 #define DRM_IOCTL_BASE 'd' macro
435 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE, nr)
436 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE, nr, type)
437 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE, nr, type)
438 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE, nr, type)
/bionic/libc/versioner-dependencies/common/kernel_uapi/drm/
H A Ddrm.h434 #define DRM_IOCTL_BASE 'd' macro
435 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE, nr)
436 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE, nr, type)
437 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE, nr, type)
438 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE, nr, type)
/bionic/tools/versioner/dependencies/common/kernel_uapi/drm/
H A Ddrm.h434 #define DRM_IOCTL_BASE 'd' macro
435 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE, nr)
436 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE, nr, type)
437 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE, nr, type)
438 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE, nr, type)

Completed in 157 milliseconds