Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dsgm3784.c93 static int sgm3784_i2c_write(struct sgm3784_flash *flash, u8 reg, u8 val) in sgm3784_i2c_write() function
137 ret = sgm3784_i2c_write(flash, SGM3784_REG_ENABLE, val); in sgm3784_led_on()
173 return sgm3784_i2c_write(flash, 0x02, val | (ret & 0xf0)); in sgm3784_set_timeout()
187 return sgm3784_i2c_write(flash, reg, val); in sgm3784_torch_brt()
201 return sgm3784_i2c_write(flash, reg, val); in sgm3784_flash_brt()
225 ret = sgm3784_i2c_write(flash, 0x01, 0xfb); in sgm3784_set_mode()
226 ret |= sgm3784_i2c_write(flash, 0x02, val | 0xc0); in sgm3784_set_mode()
227 ret |= sgm3784_i2c_write(flash, 0x03, 0x48); in sgm3784_set_mode()
235 ret = sgm3784_i2c_write(flash, 0x01, 0xf8); in sgm3784_set_mode()
236 ret |= sgm3784_i2c_write(flash, 0x02, val | 0xf0); in sgm3784_set_mode()
[all …]