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.c926 u8 af_control; in thp7312_set_focus() local
1010 af_control = THP7312_REG_AF_CONTROL_MANUAL; in thp7312_set_focus()
1014 af_control = THP7312_REG_AF_CONTROL_AF; in thp7312_set_focus()
1017 af_control = THP7312_REG_AF_CONTROL_LOCK; in thp7312_set_focus()
1031 cci_write(thp7312->regmap, THP7312_REG_AF_CONTROL, af_control, &ret); in thp7312_set_focus()