HomeSort by: relevance | last modified time | path
    Searched defs:DRM_IOW (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
drm.h 1007 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
1018 #define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl)
1020 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
1024 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
1025 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
1028 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control)
1031 #define DRM_IOCTL_MARK_BUFS DRM_IOW( 0x17, struct drm_buf_desc)
1034 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free)
1036 #define DRM_IOCTL_RM_MAP DRM_IOW( 0x1b, struct drm_map)
1038 #define DRM_IOCTL_SET_SAREA_CTX DRM_IOW( 0x1c, struct drm_ctx_priv_map
    [all...]
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm.h 847 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
858 #define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl)
859 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
863 #define DRM_IOCTL_SET_CLIENT_CAP DRM_IOW( 0x0d, struct drm_set_client_cap)
865 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
866 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
869 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control)
872 #define DRM_IOCTL_MARK_BUFS DRM_IOW( 0x17, struct drm_buf_desc)
875 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free)
877 #define DRM_IOCTL_RM_MAP DRM_IOW( 0x1b, struct drm_map
    [all...]

Completed in 14 milliseconds