Symbol: DRM_IOW
sys/dev/drm2/drm.h
649
#define DRM_IOCTL_MODESET_CTL DRM_IOW(0x08, struct drm_modeset_ctl)
sys/dev/drm2/drm.h
650
#define DRM_IOCTL_GEM_CLOSE DRM_IOW (0x09, struct drm_gem_close)
sys/dev/drm2/drm.h
655
#define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
sys/dev/drm2/drm.h
656
#define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
sys/dev/drm2/drm.h
659
#define DRM_IOCTL_CONTROL DRM_IOW( 0x14, struct drm_control)
sys/dev/drm2/drm.h
662
#define DRM_IOCTL_MARK_BUFS DRM_IOW( 0x17, struct drm_buf_desc)
sys/dev/drm2/drm.h
665
#define DRM_IOCTL_FREE_BUFS DRM_IOW( 0x1a, struct drm_buf_free)
sys/dev/drm2/drm.h
667
#define DRM_IOCTL_RM_MAP DRM_IOW( 0x1b, struct drm_map)
sys/dev/drm2/drm.h
669
#define DRM_IOCTL_SET_SAREA_CTX DRM_IOW( 0x1c, struct drm_ctx_priv_map)
sys/dev/drm2/drm.h
677
#define DRM_IOCTL_MOD_CTX DRM_IOW( 0x22, struct drm_ctx)
sys/dev/drm2/drm.h
679
#define DRM_IOCTL_SWITCH_CTX DRM_IOW( 0x24, struct drm_ctx)
sys/dev/drm2/drm.h
680
#define DRM_IOCTL_NEW_CTX DRM_IOW( 0x25, struct drm_ctx)
sys/dev/drm2/drm.h
685
#define DRM_IOCTL_LOCK DRM_IOW( 0x2a, struct drm_lock)
sys/dev/drm2/drm.h
686
#define DRM_IOCTL_UNLOCK DRM_IOW( 0x2b, struct drm_lock)
sys/dev/drm2/drm.h
687
#define DRM_IOCTL_FINISH DRM_IOW( 0x2c, struct drm_lock)
sys/dev/drm2/drm.h
694
#define DRM_IOCTL_AGP_ENABLE DRM_IOW( 0x32, struct drm_agp_mode)
sys/dev/drm2/drm.h
697
#define DRM_IOCTL_AGP_FREE DRM_IOW( 0x35, struct drm_agp_buffer)
sys/dev/drm2/drm.h
698
#define DRM_IOCTL_AGP_BIND DRM_IOW( 0x36, struct drm_agp_binding)
sys/dev/drm2/drm.h
699
#define DRM_IOCTL_AGP_UNBIND DRM_IOW( 0x37, struct drm_agp_binding)
sys/dev/drm2/drm.h
702
#define DRM_IOCTL_SG_FREE DRM_IOW( 0x39, struct drm_scatter_gather)
sys/dev/drm2/drm.h
706
#define DRM_IOCTL_UPDATE_DRAW DRM_IOW(0x3f, struct drm_update_draw)
sys/dev/drm2/drm_ioc32.c
37
#define DRM_IOCTL_SET_UNIQUE32 DRM_IOW( 0x10, drm_unique32_t)
sys/dev/drm2/drm_ioc32.c
40
#define DRM_IOCTL_MARK_BUFS32 DRM_IOW( 0x17, drm_buf_desc32_t)
sys/dev/drm2/drm_ioc32.c
43
#define DRM_IOCTL_FREE_BUFS32 DRM_IOW( 0x1a, drm_buf_free32_t)
sys/dev/drm2/drm_ioc32.c
45
#define DRM_IOCTL_RM_MAP32 DRM_IOW( 0x1b, drm_map32_t)
sys/dev/drm2/drm_ioc32.c
47
#define DRM_IOCTL_SET_SAREA_CTX32 DRM_IOW( 0x1c, drm_ctx_priv_map32_t)
sys/dev/drm2/drm_ioc32.c
53
#define DRM_IOCTL_AGP_ENABLE32 DRM_IOW( 0x32, drm_agp_mode32_t)
sys/dev/drm2/drm_ioc32.c
56
#define DRM_IOCTL_AGP_FREE32 DRM_IOW( 0x35, drm_agp_buffer32_t)
sys/dev/drm2/drm_ioc32.c
57
#define DRM_IOCTL_AGP_BIND32 DRM_IOW( 0x36, drm_agp_binding32_t)
sys/dev/drm2/drm_ioc32.c
58
#define DRM_IOCTL_AGP_UNBIND32 DRM_IOW( 0x37, drm_agp_binding32_t)
sys/dev/drm2/drm_ioc32.c
60
#define DRM_IOCTL_SG_ALLOC32 DRM_IOW( 0x38, drm_scatter_gather32_t)
sys/dev/drm2/drm_ioc32.c
61
#define DRM_IOCTL_SG_FREE32 DRM_IOW( 0x39, drm_scatter_gather32_t)
sys/dev/drm2/drm_ioc32.c
63
#define DRM_IOCTL_UPDATE_DRAW32 DRM_IOW( 0x3f, drm_update_draw32_t)