Searched refs:y_pos (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | fb_decoder.h | 126 u32 y_pos; /* in lines */ member 142 u32 y_pos; /* in lines */ member
|
D | dmabuf.h | 45 __u32 y_pos; /* vertical position of cursor plane */ member
|
D | dmabuf.c | 259 info->y_pos = c.y_pos; in vgpu_get_plane_info() 363 gvt_dmabuf->y_pos = fb_info->y_pos; in update_fb_info()
|
D | fb_decoder.c | 390 plane->y_pos = (val & _CURSOR_POS_Y_MASK) >> _CURSOR_POS_Y_SHIFT; in intel_vgpu_decode_cursor_plane() 504 plane->y_pos = (val & _SPRITE_POS_Y_MASK) >> _SPRITE_POS_Y_SHIFT; in intel_vgpu_decode_sprite_plane()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | fsl-imx25-tcq.c | 241 unsigned int y_pos = 0; in mx25_tcq_create_event_for_4wire() local 258 y_pos = val; in mx25_tcq_create_event_for_4wire() 279 y_pos /= priv->sample_count; in mx25_tcq_create_event_for_4wire() 281 input_report_abs(priv->idev, ABS_Y, y_pos); in mx25_tcq_create_event_for_4wire()
|
/Linux-v4.19/drivers/gpu/ipu-v3/ |
D | ipu-dp.c | 123 int ipu_dp_set_window_pos(struct ipu_dp *dp, u16 x_pos, u16 y_pos) in ipu_dp_set_window_pos() argument 128 writel((x_pos << 16) | y_pos, flow->base + DP_FG_POS); in ipu_dp_set_window_pos()
|
/Linux-v4.19/include/uapi/linux/ |
D | vfio.h | 557 __u32 y_pos; /* vertical position of cursor plane*/ member
|
/Linux-v4.19/drivers/video/fbdev/ |
D | mx3fb.c | 477 int16_t x_pos, int16_t y_pos) in sdc_set_window_pos() argument 483 y_pos += mx3fb->v_start_width; in sdc_set_window_pos() 485 mx3fb_write_reg(mx3fb, (x_pos << 16) | y_pos, SDC_BG_POS); in sdc_set_window_pos()
|
/Linux-v4.19/include/video/ |
D | imx-ipu-v3.h | 330 int ipu_dp_set_window_pos(struct ipu_dp *, u16 x_pos, u16 y_pos);
|
/Linux-v4.19/samples/vfio-mdev/ |
D | mdpy.c | 505 plane->y_pos = 0; in mdpy_query_gfx_plane()
|
D | mbochs.c | 1013 plane->y_pos = 0; in mbochs_query_gfx_plane()
|