Searched refs:offset_x (Results 1 – 8 of 8) sorted by relevance
/drivers/media/test-drivers/vivid/ |
D | vivid-touch-cap.c | 260 int x, y, xstart, ystart, offset_x, offset_y; in vivid_fillbuff_tch() local 300 offset_x = ((TCH_PATTERN_COUNT - 1 - test_pat_idx) * x) / in vivid_fillbuff_tch() 305 (x - offset_x) + f->width * (y - offset_y)); in vivid_fillbuff_tch() 307 (x + offset_x) + f->width * (y + offset_y)); in vivid_fillbuff_tch() 312 offset_x = (test_pat_idx * x) / TCH_PATTERN_COUNT; in vivid_fillbuff_tch() 315 (x - offset_x) + f->width * (y - offset_y)); in vivid_fillbuff_tch() 317 (x + offset_x) + f->width * (y + offset_y)); in vivid_fillbuff_tch()
|
/drivers/gpu/drm/ast/ |
D | ast_cursor.c | 253 unsigned int offset_x, unsigned int offset_y) in ast_cursor_show() argument 267 x_offset = (-x) + offset_x; in ast_cursor_show() 270 x_offset = offset_x; in ast_cursor_show()
|
D | ast_drv.h | 334 unsigned int offset_x, unsigned int offset_y);
|
D | ast_mode.c | 688 unsigned int offset_x, offset_y; in ast_cursor_plane_helper_atomic_update() local 690 offset_x = AST_MAX_HWC_WIDTH - fb->width; in ast_cursor_plane_helper_atomic_update() 699 offset_x, offset_y); in ast_cursor_plane_helper_atomic_update()
|
/drivers/input/rmi4/ |
D | rmi_2d_sensor.c | 49 obj->x += axis_align->offset_x; in rmi_2d_sensor_abs_process() 268 pdata->axis_align.offset_x = val; in rmi_2d_sensor_of_probe()
|
/drivers/input/touchscreen/ |
D | edt-ft5x06.c | 120 int offset_x; member 514 static EDT_ATTR(offset_x, S_IWUSR | S_IRUGO, NO_REGISTER, NO_REGISTER, 553 tsdata->offset_x); in edt_ft5x06_restore_reg_parameters() 968 tsdata->offset_x = val; in edt_ft5x06_ts_get_defaults() 992 tsdata->offset_x = edt_ft5x06_register_read(tsdata, in edt_ft5x06_ts_get_parameters()
|
/drivers/media/platform/rockchip/rga/ |
D | rga-hw.h | 428 unsigned int offset_x:8; member
|
/drivers/media/platform/exynos4-is/ |
D | fimc-is-param.h | 878 u32 offset_x; member
|