Searched refs:inc_x_odd (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dov5648.c604 unsigned int inc_x_odd; member in struct:ov5648_mode
724 .inc_x_odd = 1,
759 .inc_x_odd = 1,
794 .inc_x_odd = 1,
832 .inc_x_odd = 3,
870 .inc_x_odd = 3,
908 .inc_x_odd = 7,
1461 OV5648_SUB_INC_X_ODD(mode->inc_x_odd) |
H A Dov8865.c636 unsigned int inc_x_odd; member in struct:ov8865_mode
978 .inc_x_odd = 1,
1029 .inc_x_odd = 1,
1080 .inc_x_odd = 3,
1135 .inc_x_odd = 3,
1790 OV8865_INC_X_ODD(mode->inc_x_odd));
H A Dov5693.c153 unsigned int inc_x_odd; member in struct:ov5693_device::ov5693_mode
594 ((mode->inc_x_odd << 4) & 0xf0) | 0x01, &ret);
859 ov5693->mode.inc_x_odd = hratio > 1 ? 3 : 1;

Completed in 212 milliseconds