Home
last modified time | relevance | path

Searched refs:bin_factor_y (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/drivers/staging/media/atomisp/i2c/
Dov2680.h154 u8 bin_factor_y; member
765 .bin_factor_y = 0,
778 .bin_factor_y = 0,
791 .bin_factor_y = 0,
804 .bin_factor_y = 0,
817 .bin_factor_y = 0,
830 .bin_factor_y = 0,
843 .bin_factor_y = 0,
856 .bin_factor_y = 0,
869 .bin_factor_y = 0,
[all …]
Dgc2235.h141 u8 bin_factor_y; member
544 .bin_factor_y = 0,
560 .bin_factor_y = 0,
575 .bin_factor_y = 0,
601 .bin_factor_y = 0,
616 .bin_factor_y = 0,
631 .bin_factor_y = 0,
652 .bin_factor_y = 0,
667 .bin_factor_y = 0,
Dov2722.h184 u8 bin_factor_y; member
1117 .bin_factor_y = 1,
1133 .bin_factor_y = 1,
1149 .bin_factor_y = 1,
1175 .bin_factor_y = 1,
1191 .bin_factor_y = 1,
1207 .bin_factor_y = 1,
1228 .bin_factor_y = 1,
1244 .bin_factor_y = 1,
1259 .bin_factor_y = 1,
Dgc0310.h130 u8 bin_factor_y; member
393 .bin_factor_y = 1,
Dmt9m114.h323 u8 bin_factor_y; member
357 .bin_factor_y = 1,
373 .bin_factor_y = 1,
389 .bin_factor_y = 1,
Datomisp-ov2680.c160 *val = dev->res->bin_factor_y; in ov2680_g_bin_factor_y()
236 buf->binning_factor_y = res->bin_factor_y ? in ov2680_get_intg_factor()
237 (res->bin_factor_y * 2) : 1; in ov2680_get_intg_factor()
Datomisp-gc0310.c278 *val = dev->res->bin_factor_y; in gc0310_g_bin_factor_y()
412 buf->binning_factor_y = res->bin_factor_y ? in gc0310_get_intg_factor()
413 res->bin_factor_y : 1; in gc0310_get_intg_factor()
Datomisp-gc2235.c347 buf->binning_factor_y = res->bin_factor_y ? in gc2235_get_intg_factor()
348 res->bin_factor_y : 1; in gc2235_get_intg_factor()
Datomisp-mt9m114.c700 buf->binning_factor_y = res->bin_factor_y ? in mt9m114_get_intg_factor()
701 res->bin_factor_y : 1; in mt9m114_get_intg_factor()
1150 *val = mt9m114_res[dev->res].bin_factor_y; in mt9m114_g_bin_factor_y()
Datomisp-ov2722.c387 buf->binning_factor_y = res->bin_factor_y ? in ov2722_get_intg_factor()
388 res->bin_factor_y : 1; in ov2722_get_intg_factor()
/linux-6.1.9/drivers/staging/media/atomisp/i2c/ov5693/
Dov5693.h202 u8 bin_factor_y; member
1114 .bin_factor_y = 1,
1128 .bin_factor_y = 1,
1142 .bin_factor_y = 1,
1156 .bin_factor_y = 1,
1180 .bin_factor_y = 1,
1194 .bin_factor_y = 1,
1208 .bin_factor_y = 1,
1222 .bin_factor_y = 1,
1236 .bin_factor_y = 1,
[all …]
Datomisp-ov5693.c452 *val = ov5693_res[dev->fmt_idx].bin_factor_y; in ov5693_g_bin_factor_y()
530 buf->binning_factor_y = res->bin_factor_y ? in ov5693_get_intg_factor()
531 res->bin_factor_y : 1; in ov5693_get_intg_factor()