Searched refs:OV2722_8BIT (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/staging/media/atomisp/i2c/ |
| D | ov2722.h | 219 OV2722_8BIT = 0x0001, enumerator 260 {OV2722_8BIT, 0x3718, 0x10}, 261 {OV2722_8BIT, 0x3702, 0x0c}, 262 {OV2722_8BIT, 0x373a, 0x1c}, 263 {OV2722_8BIT, 0x3715, 0x01}, 264 {OV2722_8BIT, 0x3703, 0x0c}, 265 {OV2722_8BIT, 0x3705, 0x06}, 266 {OV2722_8BIT, 0x3730, 0x0e}, 267 {OV2722_8BIT, 0x3704, 0x1c}, 268 {OV2722_8BIT, 0x3f06, 0x00}, [all …]
|
| D | atomisp-ov2722.c | 52 if (data_length != OV2722_8BIT && data_length != OV2722_16BIT in ov2722_read_reg() 86 if (data_length == OV2722_8BIT) in ov2722_read_reg() 119 if (data_length != OV2722_8BIT && data_length != OV2722_16BIT) { in ov2722_write_reg() 128 if (data_length == OV2722_8BIT) { in ov2722_write_reg() 185 case OV2722_8BIT: in __ov2722_buf_reg_array() 307 ret = ov2722_read_reg(client, OV2722_8BIT, in ov2722_get_intg_factor() 312 ret = ov2722_read_reg(client, OV2722_8BIT, in ov2722_get_intg_factor() 317 ret = ov2722_read_reg(client, OV2722_8BIT, in ov2722_get_intg_factor() 428 ret = ov2722_write_reg(client, OV2722_8BIT, in __ov2722_set_exposure() 515 ret = ov2722_read_reg(client, OV2722_8BIT, in ov2722_q_exposure() [all …]
|