Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dthp7312.c928 u8 af_control; in thp7312_set_focus() local
1012 af_control = THP7312_REG_AF_CONTROL_MANUAL; in thp7312_set_focus()
1016 af_control = THP7312_REG_AF_CONTROL_AF; in thp7312_set_focus()
1019 af_control = THP7312_REG_AF_CONTROL_LOCK; in thp7312_set_focus()
1033 cci_write(thp7312->regmap, THP7312_REG_AF_CONTROL, af_control, &ret); in thp7312_set_focus()