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

/freebsd-12-stable/sys/dev/drm2/
H A Ddrm.h637 #define DRM_IOCTL_BASE 'd' macro
638 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
639 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
640 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
641 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
H A Ddrm_drv.c402 if (IOCGROUP(cmd) != DRM_IOCTL_BASE) {
/freebsd-12-stable/sys/dev/drm/
H A Ddrm.h995 #define DRM_IOCTL_BASE 'd' macro
996 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
997 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
998 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
999 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
H A Ddrm_drv.c738 if (IOCGROUP(cmd) != DRM_IOCTL_BASE) {

Completed in 101 milliseconds