Searched refs:DRM_IOW (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/osal/linux/ |
| H A D | drm.h | 800 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type) macro 811 #define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl) 812 #define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close) 816 #define DRM_IOCTL_SET_CLIENT_CAP DRM_IOW( 0x0d, struct drm_set_client_cap) 818 #define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique) 819 #define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth) 822 #define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control) 825 #define DRM_IOCTL_MARK_BUFS DRM_IOW( 0x17, struct drm_buf_desc) 828 #define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free) 830 #define DRM_IOCTL_RM_MAP DRM_IOW( 0x1b, struct drm_map) [all …]
|