Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dthp7312.c282 enum thp7312_focus_state focus_state; member
924 enum thp7312_focus_state new_state = thp7312->focus_state; in thp7312_set_focus()
943 switch (thp7312->focus_state) { in thp7312_set_focus()
981 if (thp7312->focus_state == new_state && in thp7312_set_focus()
1024 (thp7312->focus_state == THP7312_FOCUS_STATE_AUTO || in thp7312_set_focus()
1025 thp7312->focus_state == THP7312_FOCUS_STATE_ONESHOT)) { in thp7312_set_focus()
1036 thp7312->focus_state = new_state; in thp7312_set_focus()
1260 thp7312->focus_state = THP7312_FOCUS_STATE_MANUAL; in thp7312_init_controls()