Searched refs:inc_y_odd (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | ov5648.c | 606 unsigned int inc_y_odd; member 726 .inc_y_odd = 1, 761 .inc_y_odd = 1, 796 .inc_y_odd = 1, 834 .inc_y_odd = 3, 872 .inc_y_odd = 3, 910 .inc_y_odd = 7, 1467 OV5648_SUB_INC_Y_ODD(mode->inc_y_odd) | in ov5648_mode_configure()
|
H A D | ov8865.c | 638 unsigned int inc_y_odd; member 980 .inc_y_odd = 1, 1031 .inc_y_odd = 1, 1082 .inc_y_odd = 3, 1137 .inc_y_odd = 5, 1800 OV8865_INC_Y_ODD(mode->inc_y_odd)); in ov8865_mode_binning_configure()
|
H A D | ov5693.c | 153 unsigned int inc_y_odd; member 596 ((mode->inc_y_odd << 4) & 0xf0) | 0x01, &ret); in ov5693_mode_configure() 858 ov5693->mode.inc_y_odd = vratio > 1 ? 3 : 1; in ov5693_set_fmt()
|