y_pos             259 drivers/gpu/drm/i915/gvt/dmabuf.c 		info->y_pos = c.y_pos;
y_pos             356 drivers/gpu/drm/i915/gvt/dmabuf.c 	gvt_dmabuf->y_pos = fb_info->y_pos;
y_pos              45 drivers/gpu/drm/i915/gvt/dmabuf.h 	__u32 y_pos;	/* vertical position of cursor plane */
y_pos             384 drivers/gpu/drm/i915/gvt/fb_decoder.c 	plane->y_pos = (val & _CURSOR_POS_Y_MASK) >> _CURSOR_POS_Y_SHIFT;
y_pos             498 drivers/gpu/drm/i915/gvt/fb_decoder.c 	plane->y_pos = (val & _SPRITE_POS_Y_MASK) >> _SPRITE_POS_Y_SHIFT;
y_pos             126 drivers/gpu/drm/i915/gvt/fb_decoder.h 	u32	y_pos;		/* in lines */
y_pos             142 drivers/gpu/drm/i915/gvt/fb_decoder.h 	u32	y_pos;		/* in lines */
y_pos             114 drivers/gpu/ipu-v3/ipu-dp.c int ipu_dp_set_window_pos(struct ipu_dp *dp, u16 x_pos, u16 y_pos)
y_pos             119 drivers/gpu/ipu-v3/ipu-dp.c 	writel((x_pos << 16) | y_pos, flow->base + DP_FG_POS);
y_pos             241 drivers/input/touchscreen/fsl-imx25-tcq.c 	unsigned int y_pos = 0;
y_pos             258 drivers/input/touchscreen/fsl-imx25-tcq.c 			y_pos = val;
y_pos             279 drivers/input/touchscreen/fsl-imx25-tcq.c 			y_pos /= priv->sample_count;
y_pos             281 drivers/input/touchscreen/fsl-imx25-tcq.c 			input_report_abs(priv->idev, ABS_Y, y_pos);
y_pos             474 drivers/video/fbdev/mx3fb.c 			      int16_t x_pos, int16_t y_pos)
y_pos             480 drivers/video/fbdev/mx3fb.c 	y_pos += mx3fb->v_start_width;
y_pos             482 drivers/video/fbdev/mx3fb.c 	mx3fb_write_reg(mx3fb, (x_pos << 16) | y_pos, SDC_BG_POS);
y_pos             662 include/uapi/linux/vfio.h 	__u32 y_pos;	/* vertical position of cursor plane*/
y_pos             334 include/video/imx-ipu-v3.h int ipu_dp_set_window_pos(struct ipu_dp *, u16 x_pos, u16 y_pos);
y_pos            1113 samples/vfio-mdev/mbochs.c 	plane->y_pos	      = 0;
y_pos             505 samples/vfio-mdev/mdpy.c 	plane->y_pos	      = 0;