Searched refs:focus (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dak7375.c22 * This sets the minimum granularity for the focus positions.
23 * A value of 1 gives maximum accuracy for a desired focus position
78 struct v4l2_ctrl *focus; member in struct:ak7375_device
167 dev_vcm->focus = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FOCUS_ABSOLUTE,
257 for (val = ak7375_dev->focus->val & ~(cdef->ctrl_steps - 1);
315 for (val = ak7375_dev->focus->val % cdef->ctrl_steps;
316 val <= ak7375_dev->focus->val;
H A Ddw9719.c51 struct v4l2_ctrl *focus; member in struct:dw9719_device::dw9719_v4l2_ctrls
142 for (val = dw9719->ctrls.focus->val; val >= 0;
158 int current_focus = dw9719->ctrls.focus->val;
206 dw9719->ctrls.focus = v4l2_ctrl_new_std(&dw9719->ctrls.handler, ops,
H A Ddw9768.c18 * This sets the minimum granularity for the focus positions.
19 * A value of 1 gives maximum accuracy for a desired focus position
104 struct v4l2_ctrl *focus; member in struct:dw9768
271 for (val = dw9768->focus->val % DW9768_MOVE_STEPS;
272 val <= dw9768->focus->val;
291 val = round_down(dw9768->focus->val, DW9768_MOVE_STEPS);
401 dw9768->focus = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_FOCUS_ABSOLUTE, 0,

Completed in 125 milliseconds