Searched refs:offset_x (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/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()
|
/linux-6.6.21/drivers/media/i2c/ |
D | ov5648.c | 590 unsigned int offset_x; member 711 .offset_x = 0, 746 .offset_x = 0, 781 .offset_x = 0, 816 .offset_x = 8, 854 .offset_x = 8, 892 .offset_x = 8, 1338 OV5648_OFFSET_X_H(mode->offset_x)); in ov5648_mode_configure() 1343 OV5648_OFFSET_X_L(mode->offset_x)); in ov5648_mode_configure()
|
D | ov8865.c | 610 unsigned int offset_x; member 1992 OV8865_OFFSET_X_H(mode->offset_x)); in ov8865_mode_configure() 1997 OV8865_OFFSET_X_L(mode->offset_x)); in ov8865_mode_configure()
|
/linux-6.6.21/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()
|
/linux-6.6.21/drivers/media/platform/amphion/ |
D | vpu_defs.h | 141 u32 offset_x; member
|
D | vdec.c | 882 if (inst->crop.left != vdec->codec_info.offset_x) in vdec_check_source_change() 918 inst->crop.left = vdec->codec_info.offset_x; in vdec_init_crop() 1182 vdec->codec_info.offset_x, in vdec_event_seq_hdr()
|
D | vpu_malone.c | 907 info->offset_x = pkt->data[23]; in vpu_malone_unpack_seq_hdr()
|
/linux-6.6.21/include/linux/ |
D | rmi.h | 46 u16 offset_x; member
|
/linux-6.6.21/drivers/media/platform/rockchip/rga/ |
D | rga-hw.h | 428 unsigned int offset_x:8; member
|
/linux-6.6.21/drivers/input/touchscreen/ |
D | edt-ft5x06.c | 134 int offset_x; member 512 static EDT_ATTR(offset_x, S_IWUSR | S_IRUGO, NO_REGISTER, NO_REGISTER, 598 regmap_write(regmap, reg_addr->reg_offset_x, tsdata->offset_x); in edt_ft5x06_restore_reg_parameters() 1013 tsdata->offset_x = val; in edt_ft5x06_ts_get_defaults() 1035 regmap_read(regmap, reg_addr->reg_offset_x, &tsdata->offset_x); in edt_ft5x06_ts_get_parameters()
|
/linux-6.6.21/drivers/gpu/drm/ast/ |
D | ast_mode.c | 894 unsigned int offset_x, offset_y; in ast_cursor_plane_helper_atomic_update() local 915 offset_x = AST_MAX_HWC_WIDTH - fb->width; in ast_cursor_plane_helper_atomic_update() 919 x_offset = (-plane_state->crtc_x) + offset_x; in ast_cursor_plane_helper_atomic_update() 922 x_offset = offset_x; in ast_cursor_plane_helper_atomic_update()
|
/linux-6.6.21/drivers/media/platform/samsung/exynos4-is/ |
D | fimc-is-param.h | 878 u32 offset_x; member
|