Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Daw8601.c703 u32 algo_time = 0; in aw8601_init() local
736 algo_time = dev_vcm->t_div << 6 | dev_vcm->t_src; in aw8601_init()
740 ret = aw8601_write_reg(client, 0x07, 1, algo_time); in aw8601_init()
H A Ddw9800w.c759 u32 algo_time = 0; in dw9800w_init() local
789 algo_time = dev_vcm->t_div << 6 | dev_vcm->t_src; in dw9800w_init()
793 ret = dw9800w_write_reg(client, 0x07, 1, algo_time); in dw9800w_init()
H A Ddw9763.c852 u32 algo_time = 0; in dw9763_init() local
880 algo_time = dev_vcm->t_src; in dw9763_init()
884 ret = dw9763_write_reg(client, 0x07, 1, algo_time); in dw9763_init()