Symbol: drm_vmw_rect
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
1056
struct drm_vmw_rect *clips,
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
179
struct drm_vmw_rect __user *clips_ptr;
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
180
struct drm_vmw_rect *clips = NULL;
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
188
clips_ptr = (struct drm_vmw_rect __user *)(unsigned long)arg->clips_ptr;
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
257
struct drm_vmw_rect __user *clips_ptr;
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
258
struct drm_vmw_rect *clips = NULL;
drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c
265
clips_ptr = (struct drm_vmw_rect __user *)(unsigned long)arg->clips_ptr;
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1078
struct drm_vmw_rect *clips,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1093
struct drm_vmw_rect *clips,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1409
struct drm_vmw_rect *rects;
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1424
rects_size = arg->num_outputs * sizeof(struct drm_vmw_rect);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1425
rects = kzalloc_objs(struct drm_vmw_rect, arg->num_outputs);
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1441
struct drm_vmw_rect curr_rect;
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1508
const struct drm_vmw_rect *vclips,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
1541
const struct drm_vmw_rect *vclips_ptr = vclips;
drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
462
struct drm_vmw_rect *vclips,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
378
const struct drm_vmw_rect *vclips,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
397
struct drm_vmw_rect *vclips,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
454
struct drm_vmw_rect *vclips,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
464
struct drm_vmw_rect *vclips,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
473
struct drm_vmw_rect *vclips,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
484
struct drm_vmw_rect *vclips,
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
496
struct drm_vmw_rect *vclips,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
1096
struct drm_vmw_rect *vclips,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
1212
struct drm_vmw_rect *vclips,
drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c
1323
struct drm_vmw_rect *vclips,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
560
struct drm_vmw_rect *vclips,
drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c
725
struct drm_vmw_rect *vclips,
include/uapi/drm/vmwgfx_drm.h
511
struct drm_vmw_rect src;
include/uapi/drm/vmwgfx_drm.h
512
struct drm_vmw_rect dst;