Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c1079 case V4L2_CID_AUTO_FOCUS_START: return "Auto Focus, Start"; in v4l2_ctrl_get_name()
1342 case V4L2_CID_AUTO_FOCUS_START: in v4l2_ctrl_fill()
/openbmc/linux/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-ctrls.c475 V4L2_CID_AUTO_FOCUS_START, 0, 1, 1, 0); in s5c73m3_init_controls()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2.rst196 V4L2_CID_AUTO_FOCUS_START, V4L2_CID_AUTO_FOCUS_STOP,
H A Dext-ctrls-camera.rst157 ``V4L2_CID_AUTO_FOCUS_START (button)``
163 Aborts automatic focusing started with ``V4L2_CID_AUTO_FOCUS_START``
H A Dhist-v4l2.rst1091 ``V4L2_CID_AUTO_FOCUS_START``, ``V4L2_CID_AUTO_FOCUS_STOP``,
/openbmc/linux/include/uapi/linux/
H A Dv4l2-controls.h1056 #define V4L2_CID_AUTO_FOCUS_START (V4L2_CID_CAMERA_CLASS_BASE+28) macro