Home
last modified time | relevance | path

Searched refs:crop_horizontal_start (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/staging/media/atomisp/i2c/
Datomisp-gc0310.c328 buf->crop_horizontal_start = val | (reg_val & 0xFF); in gc0310_get_intg_factor()
329 dev_dbg(&client->dev, "crop_horizontal_start=%d\n", buf->crop_horizontal_start); in gc0310_get_intg_factor()
370 buf->crop_horizontal_end = buf->crop_horizontal_start + buf->output_width - 1; in gc0310_get_intg_factor()
Datomisp-gc2235.c282 buf->crop_horizontal_start = (reg_val_h << 8) | reg_val; in gc2235_get_intg_factor()
309 buf->crop_horizontal_end = buf->crop_horizontal_start + in gc2235_get_intg_factor()
Datomisp-ov2722.c353 buf->crop_horizontal_start = reg_val; in ov2722_get_intg_factor()
Datomisp-ov2680.c202 buf->crop_horizontal_start = reg_val; in ov2680_get_intg_factor()
Datomisp-mt9m114.c654 buf->crop_horizontal_start = reg_val; in mt9m114_get_intg_factor()
/linux-6.1.9/drivers/staging/media/atomisp/include/linux/
Datomisp.h664 unsigned int crop_horizontal_start; /* Sensor crop start cord. (x0,y0)*/ member
/linux-6.1.9/drivers/staging/media/atomisp/i2c/ov5693/
Datomisp-ov5693.c496 buf->crop_horizontal_start = reg_val; in ov5693_get_intg_factor()