Searched refs:DRM_IOCTL_BASE (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/drm/
H A Ddrm.h613 #define DRM_IOCTL_BASE 'd' macro
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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/drm/
H A Ddrm.h613 #define DRM_IOCTL_BASE 'd' macro
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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/drm/
H A Ddrm.h613 #define DRM_IOCTL_BASE 'd' macro
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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/drm/
H A Ddrm.h613 #define DRM_IOCTL_BASE 'd' macro
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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/drm/
H A Ddrm.h613 #define DRM_IOCTL_BASE 'd' macro
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)

Completed in 147 milliseconds