Searched refs:OV2722_8BIT (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/staging/media/atomisp/i2c/ |
| H A D | ov2722.h | 199 OV2722_8BIT = 0x0001, enumerator 240 {OV2722_8BIT, 0x3718, 0x10}, 241 {OV2722_8BIT, 0x3702, 0x0c}, 242 {OV2722_8BIT, 0x373a, 0x1c}, 243 {OV2722_8BIT, 0x3715, 0x01}, 244 {OV2722_8BIT, 0x3703, 0x0c}, 245 {OV2722_8BIT, 0x3705, 0x06}, 246 {OV2722_8BIT, 0x3730, 0x0e}, 247 {OV2722_8BIT, 0x3704, 0x1c}, 248 {OV2722_8BIT, 0x3f06, 0x00}, [all …]
|
| H A D | atomisp-ov2722.c | 42 if (data_length != OV2722_8BIT && data_length != OV2722_16BIT && in ov2722_read_reg() 76 if (data_length == OV2722_8BIT) in ov2722_read_reg() 109 if (data_length != OV2722_8BIT && data_length != OV2722_16BIT) { in ov2722_write_reg() 118 if (data_length == OV2722_8BIT) { in ov2722_write_reg() 175 case OV2722_8BIT: in __ov2722_buf_reg_array() 290 ret = ov2722_write_reg(client, OV2722_8BIT, in __ov2722_set_exposure() 377 ret = ov2722_read_reg(client, OV2722_8BIT, in ov2722_q_exposure() 383 ret = ov2722_read_reg(client, OV2722_8BIT, in ov2722_q_exposure() 390 ret = ov2722_read_reg(client, OV2722_8BIT, in ov2722_q_exposure() 609 ret = ov2722_write_reg(client, OV2722_8BIT, in ov2722_startup() [all …]
|