Home
last modified time | relevance | path

Searched refs:offset_x (Results 1 – 16 of 16) sorted by relevance

/linux/include/uapi/linux/media/raspberrypi/
H A Dpisp_fe_config.h144 __u16 offset_x; member
160 __u16 offset_x; member
175 __u16 offset_x; member
191 __u16 offset_x; member
206 __u16 offset_x; member
H A Dpisp_be_config.h314 __u16 offset_x; member
347 __u16 offset_x; member
588 __u16 offset_x, offset_y; member
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-touch-cap.c255 int x, y, xstart, ystart, offset_x, offset_y; in vivid_fillbuff_tch() local
295 offset_x = ((TCH_PATTERN_COUNT - 1 - test_pat_idx) * x) / in vivid_fillbuff_tch()
300 (x - offset_x) + f->width * (y - offset_y)); in vivid_fillbuff_tch()
302 (x + offset_x) + f->width * (y + offset_y)); in vivid_fillbuff_tch()
307 offset_x = (test_pat_idx * x) / TCH_PATTERN_COUNT; in vivid_fillbuff_tch()
310 (x - offset_x) + f->width * (y - offset_y)); in vivid_fillbuff_tch()
312 (x + offset_x) + f->width * (y + offset_y)); in vivid_fillbuff_tch()
/linux/drivers/media/i2c/
H A Dov5648.c590 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()
H A Dov8865.c610 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/drivers/input/rmi4/
H A Drmi_2d_sensor.c50 obj->x += axis_align->offset_x; in rmi_2d_sensor_abs_process()
269 pdata->axis_align.offset_x = val; in rmi_2d_sensor_of_probe()
/linux/drivers/media/platform/amphion/
H A Dvpu_defs.h143 u32 offset_x; member
H A Dvdec.c976 if (inst->crop.left != hdr->offset_x) in vdec_check_source_change()
1021 inst->crop.left = vdec->codec_info.offset_x; in vdec_init_crop()
1349 hdr->offset_x, in vdec_event_seq_hdr()
H A Dvpu_malone.c922 info->offset_x = pkt->data[23]; in vpu_malone_unpack_seq_hdr()
/linux/include/linux/
H A Drmi.h46 u16 offset_x; member
/linux/drivers/input/touchscreen/
H A Dedt-ft5x06.c133 int offset_x; member
511 static EDT_ATTR(offset_x, S_IWUSR | S_IRUGO, NO_REGISTER, NO_REGISTER,
594 regmap_write(regmap, reg_addr->reg_offset_x, tsdata->offset_x); in edt_ft5x06_restore_reg_parameters()
1006 tsdata->offset_x = val; in edt_ft5x06_ts_get_defaults()
1028 regmap_read(regmap, reg_addr->reg_offset_x, &tsdata->offset_x); in edt_ft5x06_ts_get_parameters()
/linux/include/uapi/linux/media/arm/
H A Dmali-c55-config.h422 __u8 offset_x; member
/linux/drivers/media/platform/rockchip/rga/
H A Drga-hw.h428 unsigned int offset_x:8; member
/linux/drivers/media/platform/raspberrypi/rp1-cfe/
H A Dpisp-fe.c252 ((cfg->ch[c].crop.offset_x >= (cfg->input.format.width & ~1) || in pisp_fe_validate_output()
269 (cfg->stats_crop.offset_x < (cfg->input.format.width & ~1) && in pisp_fe_validate_stats()
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-param.h878 u32 offset_x; member
/linux/drivers/media/platform/arm/mali-c55/
H A Dmali-c55-params.c145 MALI_C55_AEXP_HIST_OFFSET_X(params->offset_x)); in mali_c55_params_aexp_hist()