Home
last modified time | relevance | path

Searched refs:OV5693_8BIT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ov5693/
H A Dov5693.h245 OV5693_8BIT = 0x0001, enumerator
282 {OV5693_8BIT, 0x0103, 0x01},
283 {OV5693_8BIT, 0x3001, 0x0a},
284 {OV5693_8BIT, 0x3002, 0x80},
285 {OV5693_8BIT, 0x3006, 0x00},
286 {OV5693_8BIT, 0x3011, 0x21},
287 {OV5693_8BIT, 0x3012, 0x09},
288 {OV5693_8BIT, 0x3013, 0x10},
289 {OV5693_8BIT, 0x3014, 0x00},
290 {OV5693_8BIT, 0x3015, 0x08},
[all …]
H A Datomisp-ov5693.c140 if (data_length != OV5693_8BIT && data_length != OV5693_16BIT in ov5693_read_reg()
174 if (data_length == OV5693_8BIT) in ov5693_read_reg()
270 if (data_length != OV5693_8BIT && data_length != OV5693_16BIT) { in ov5693_write_reg()
279 if (data_length == OV5693_8BIT) { in ov5693_write_reg()
337 case OV5693_8BIT: in __ov5693_buf_reg_array()
556 ret = ov5693_write_reg(client, OV5693_8BIT, in __ov5693_set_exposure()
564 ret = ov5693_write_reg(client, OV5693_8BIT, in __ov5693_set_exposure()
572 ret = ov5693_write_reg(client, OV5693_8BIT, in __ov5693_set_exposure()
583 ret = ov5693_write_reg(client, OV5693_8BIT, in __ov5693_set_exposure()
591 ret = ov5693_write_reg(client, OV5693_8BIT, in __ov5693_set_exposure()
[all …]