Home
last modified time | relevance | path

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

/include/uapi/drm/
A Ddrm.h1048 #define DRM_IOCTL_BASE 'd' macro
1049 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
1050 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
1051 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
1052 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)

Completed in 7 milliseconds