Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dthp7312.c931 u8 af_control; in thp7312_set_focus() local
1015 af_control = THP7312_REG_AF_CONTROL_MANUAL; in thp7312_set_focus()
1019 af_control = THP7312_REG_AF_CONTROL_AF; in thp7312_set_focus()
1022 af_control = THP7312_REG_AF_CONTROL_LOCK; in thp7312_set_focus()
1036 cci_write(thp7312->regmap, THP7312_REG_AF_CONTROL, af_control, &ret); in thp7312_set_focus()