Symbol: DRM_IOR
drivers/gpu/drm/drm_ioc32.c
46
#define DRM_IOCTL_GET_STATS32 DRM_IOR( 0x06, drm_stats32_t)
drivers/gpu/drm/drm_ioc32.c
65
#define DRM_IOCTL_AGP_INFO32 DRM_IOR( 0x33, drm_agp_info32_t)
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
64
DRM_IOR(DRM_COMMAND_BASE + DRM_VMW_CLAIM_STREAM, \
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
71
DRM_IOR(DRM_COMMAND_BASE + DRM_VMW_CREATE_CONTEXT, \
include/uapi/drm/drm.h
1102
#define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, struct drm_auth)
include/uapi/drm/drm.h
1106
#define DRM_IOCTL_GET_STATS DRM_IOR( 0x06, struct drm_stats)
include/uapi/drm/drm.h
1198
#define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, struct drm_agp_info)
include/uapi/drm/i915_drm.h
504
#define DRM_IOCTL_I915_GET_VBLANK_PIPE DRM_IOR( DRM_COMMAND_BASE + DRM_I915_GET_VBLANK_PIPE, drm_i915_vblank_pipe_t)
include/uapi/drm/i915_drm.h
530
#define DRM_IOCTL_I915_GEM_GET_APERTURE DRM_IOR (DRM_COMMAND_BASE + DRM_I915_GEM_GET_APERTURE, struct drm_i915_gem_get_aperture)
include/uapi/drm/lima_drm.h
169
#define DRM_IOCTL_LIMA_CTX_CREATE DRM_IOR(DRM_COMMAND_BASE + DRM_LIMA_CTX_CREATE, struct drm_lima_ctx_create)
tools/include/uapi/drm/drm.h
1102
#define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, struct drm_auth)
tools/include/uapi/drm/drm.h
1106
#define DRM_IOCTL_GET_STATS DRM_IOR( 0x06, struct drm_stats)
tools/include/uapi/drm/drm.h
1198
#define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, struct drm_agp_info)
tools/include/uapi/drm/i915_drm.h
504
#define DRM_IOCTL_I915_GET_VBLANK_PIPE DRM_IOR( DRM_COMMAND_BASE + DRM_I915_GET_VBLANK_PIPE, drm_i915_vblank_pipe_t)
tools/include/uapi/drm/i915_drm.h
530
#define DRM_IOCTL_I915_GEM_GET_APERTURE DRM_IOR (DRM_COMMAND_BASE + DRM_I915_GEM_GET_APERTURE, struct drm_i915_gem_get_aperture)