Searched refs:GC2235_8BIT (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/staging/media/atomisp/i2c/ |
| H A D | gc2235.h | 146 GC2235_8BIT = 0x0001, enumerator 183 { GC2235_8BIT, 0xfe, 0x03}, /* switch to P3 */ 184 { GC2235_8BIT, 0x10, 0x91}, /* start mipi */ 185 { GC2235_8BIT, 0xfe, 0x00}, /* switch to P0 */ 190 { GC2235_8BIT, 0xfe, 0x03}, /* switch to P3 */ 191 { GC2235_8BIT, 0x10, 0x01}, /* stop mipi */ 192 { GC2235_8BIT, 0xfe, 0x00}, /* switch to P0 */ 198 { GC2235_8BIT, 0xfe, 0x80 }, 199 { GC2235_8BIT, 0xfe, 0x80 }, 200 { GC2235_8BIT, 0xfe, 0x80 }, [all …]
|
| H A D | atomisp-gc2235.c | 42 if (data_length != GC2235_8BIT) { in gc2235_read_reg() 74 if (data_length == GC2235_8BIT) in gc2235_read_reg() 102 if (data_length != GC2235_8BIT) { in gc2235_write_reg() 141 if (next->type != GC2235_8BIT) in __gc2235_buf_reg_array() 225 ret = gc2235_write_reg(client, GC2235_8BIT, in __gc2235_set_exposure() 227 ret = gc2235_write_reg(client, GC2235_8BIT, in __gc2235_set_exposure() 241 ret = gc2235_write_reg(client, GC2235_8BIT, in __gc2235_set_exposure() 243 ret = gc2235_write_reg(client, GC2235_8BIT, in __gc2235_set_exposure() 302 ret = gc2235_read_reg(client, GC2235_8BIT, in gc2235_q_exposure() 308 ret = gc2235_read_reg(client, GC2235_8BIT, in gc2235_q_exposure() [all …]
|