Searched refs:DRM_IOCTL_SET_MASTER (Results 1 – 12 of 12) sorted by relevance
835 #define DRM_IOCTL_SET_MASTER DRM_IO(0x1e) macro
820 #define DRM_IOCTL_SET_MASTER DRM_IO(0x1e) macro
860 #define DRM_IOCTL_SET_MASTER DRM_IO(0x1e) macro
992 #define DRM_IOCTL_SET_MASTER DRM_IO(0x1e) macro
853 #define DRM_IOCTL_SET_MASTER DRM_IO(0x1e) macro
854 #define DRM_IOCTL_SET_MASTER DRM_IO(0x1e) macro
611 DRM_IOCTL_DEF(DRM_IOCTL_SET_MASTER, drm_setmaster_ioctl, 0),
3129 return drmIoctl(fd, DRM_IOCTL_SET_MASTER, NULL); in drmSetMaster()