Searched refs:OV5693_16BIT (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ov5693/ |
| H A D | atomisp-ov5693.c | 140 if (data_length != OV5693_8BIT && data_length != OV5693_16BIT in ov5693_read_reg() 176 else if (data_length == OV5693_16BIT) in ov5693_read_reg() 209 msg.len = OV5693_16BIT; in vcm_dw_i2c_write() 270 if (data_length != OV5693_8BIT && data_length != OV5693_16BIT) { in ov5693_write_reg() 341 case OV5693_16BIT: in __ov5693_buf_reg_array() 492 ret = ov5693_read_reg(client, OV5693_16BIT, in ov5693_get_intg_factor() 498 ret = ov5693_read_reg(client, OV5693_16BIT, in ov5693_get_intg_factor() 504 ret = ov5693_read_reg(client, OV5693_16BIT, in ov5693_get_intg_factor() 510 ret = ov5693_read_reg(client, OV5693_16BIT, in ov5693_get_intg_factor() 516 ret = ov5693_read_reg(client, OV5693_16BIT, in ov5693_get_intg_factor() [all …]
|
| H A D | ov5693.h | 246 OV5693_16BIT = 0x0002, enumerator
|