Searched defs:DRM_IOWR (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm.h746 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) macro
748 #define DRM_IOCTL_VERSION DRM_IOWR(0x00, struct drm_version)
749 #define DRM_IOCTL_GET_UNIQUE DRM_IOWR(0x01, struct drm_unique)
751 #define DRM_IOCTL_IRQ_BUSID DRM_IOWR(0x03, struct drm_irq_busid)
752 #define DRM_IOCTL_GET_MAP DRM_IOWR(0x04, struct drm_map)
753 #define DRM_IOCTL_GET_CLIENT DRM_IOWR(0x05, struct drm_client)
755 #define DRM_IOCTL_SET_VERSION DRM_IOWR(0x07, struct drm_set_version)
758 #define DRM_IOCTL_GEM_FLINK DRM_IOWR(0x0a, struct drm_gem_flink)
759 #define DRM_IOCTL_GEM_OPEN DRM_IOWR(0x0b, struct drm_gem_open)
760 #define DRM_IOCTL_GET_CAP DRM_IOWR(
[all...]
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm.h704 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type) macro
706 #define DRM_IOCTL_VERSION DRM_IOWR(0x00, struct drm_version)
707 #define DRM_IOCTL_GET_UNIQUE DRM_IOWR(0x01, struct drm_unique)
709 #define DRM_IOCTL_IRQ_BUSID DRM_IOWR(0x03, struct drm_irq_busid)
710 #define DRM_IOCTL_GET_MAP DRM_IOWR(0x04, struct drm_map)
711 #define DRM_IOCTL_GET_CLIENT DRM_IOWR(0x05, struct drm_client)
713 #define DRM_IOCTL_SET_VERSION DRM_IOWR(0x07, struct drm_set_version)
716 #define DRM_IOCTL_GEM_FLINK DRM_IOWR(0x0a, struct drm_gem_flink)
717 #define DRM_IOCTL_GEM_OPEN DRM_IOWR(0x0b, struct drm_gem_open)
718 #define DRM_IOCTL_GET_CAP DRM_IOWR(
[all...]

Completed in 35 milliseconds