Searched refs:OV2722_8BIT (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/staging/media/atomisp/i2c/ |
H A D | ov2722.h | 211 OV2722_8BIT = 0x0001, enumerator 252 {OV2722_8BIT, 0x3718, 0x10}, 253 {OV2722_8BIT, 0x3702, 0x0c}, 254 {OV2722_8BIT, 0x373a, 0x1c}, 255 {OV2722_8BIT, 0x3715, 0x01}, 256 {OV2722_8BIT, 0x3703, 0x0c}, 257 {OV2722_8BIT, 0x3705, 0x06}, 258 {OV2722_8BIT, 0x3730, 0x0e}, 259 {OV2722_8BIT, 0x3704, 0x1c}, 260 {OV2722_8BIT, 0x3f06, 0x00}, [all …]
|
H A 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() 300 ret = ov2722_write_reg(client, OV2722_8BIT, in __ov2722_set_exposure() 387 ret = ov2722_read_reg(client, OV2722_8BIT, in ov2722_q_exposure() 393 ret = ov2722_read_reg(client, OV2722_8BIT, in ov2722_q_exposure() 400 ret = ov2722_read_reg(client, OV2722_8BIT, in ov2722_q_exposure() 627 ret = ov2722_write_reg(client, OV2722_8BIT, in startup() [all …]
|