Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/atomisp/i2c/ !
Datomisp-gc0310.c341 buf->crop_vertical_start = val | (reg_val & 0xFF); in gc0310_get_intg_factor()
342 dev_dbg(&client->dev, "crop_vertical_start=%d\n", buf->crop_vertical_start); in gc0310_get_intg_factor()
371 buf->crop_vertical_end = buf->crop_vertical_start + buf->output_height - 1; in gc0310_get_intg_factor()
Datomisp-gc2235.c291 buf->crop_vertical_start = (reg_val_h << 8) | reg_val; in gc2235_get_intg_factor()
311 buf->crop_vertical_end = buf->crop_vertical_start + in gc2235_get_intg_factor()
Datomisp-ov2722.c359 buf->crop_vertical_start = reg_val; in ov2722_get_intg_factor()
Datomisp-ov2680.c208 buf->crop_vertical_start = reg_val; in ov2680_get_intg_factor()
Datomisp-mt9m114.c660 buf->crop_vertical_start = reg_val; in mt9m114_get_intg_factor()
/linux-6.1.9/drivers/staging/media/atomisp/include/linux/ !
Datomisp.h665 unsigned int crop_vertical_start; member
/linux-6.1.9/drivers/staging/media/atomisp/i2c/ov5693/ !
Datomisp-ov5693.c502 buf->crop_vertical_start = reg_val; in ov5693_get_intg_factor()