Searched defs:DRM_IOW (Results 1 - 2 of 2) sorted by relevance
/external/kernel-headers/original/uapi/drm/ |
H A D | drm.h | 687 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type) macro 698 #define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl) 699 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close) 703 #define DRM_IOCTL_SET_CLIENT_CAP DRM_IOW( 0x0d, struct drm_set_client_cap) 705 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique) 706 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth) 709 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control) 712 #define DRM_IOCTL_MARK_BUFS DRM_IOW( 0x17, struct drm_buf_desc) 715 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free) 717 #define DRM_IOCTL_RM_MAP DRM_IOW( [all...] |
/external/libdrm/include/drm/ |
H A D | drm.h | 674 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type) macro 685 #define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl) 686 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close) 690 #define DRM_IOCTL_SET_CLIENT_CAP DRM_IOW( 0x0d, struct drm_set_client_cap) 692 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique) 693 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth) 696 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control) 699 #define DRM_IOCTL_MARK_BUFS DRM_IOW( 0x17, struct drm_buf_desc) 702 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free) 704 #define DRM_IOCTL_RM_MAP DRM_IOW( [all...] |
Completed in 3103 milliseconds