Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Daw36518.c136 static int aw36518_i2c_write(struct aw36518_flash *flash, u8 reg, u8 val) in aw36518_i2c_write() function
194 ret = aw36518_i2c_write(flash, AW36518_REG_ENABLE, val | temp); in aw36518_led_on()
250 return aw36518_i2c_write(flash, 0x08, val | (ret & 0xf0)); in aw36518_set_timeout()
264 return aw36518_i2c_write(flash, reg, val); in aw36518_torch_brt()
278 return aw36518_i2c_write(flash, reg, val); in aw36518_flash_brt()
298 ret = aw36518_i2c_write(flash, 0x01, 0x0C); in aw36518_set_mode()
303 ret = aw36518_i2c_write(flash, 0x01, AW36518_HW_TORCH); in aw36518_set_mode()
313 ret = aw36518_i2c_write(flash, 0x01, 0x00); in aw36518_set_mode()