Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c1081 case V4L2_CID_AUTO_FOCUS_STOP: return "Auto Focus, Stop"; in v4l2_ctrl_get_name()
1344 case V4L2_CID_AUTO_FOCUS_STOP: in v4l2_ctrl_fill()
/linux/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-ctrls.c478 V4L2_CID_AUTO_FOCUS_STOP, 0, 1, 1, 0); in s5c73m3_init_controls()
/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2.rst191 V4L2_CID_AUTO_FOCUS_START, V4L2_CID_AUTO_FOCUS_STOP,
H A Dext-ctrls-camera.rst162 ``V4L2_CID_AUTO_FOCUS_STOP (button)``
H A Dhist-v4l2.rst1091 ``V4L2_CID_AUTO_FOCUS_START``, ``V4L2_CID_AUTO_FOCUS_STOP``,
/linux/include/uapi/linux/
H A Dv4l2-controls.h1065 #define V4L2_CID_AUTO_FOCUS_STOP (V4L2_CID_CAMERA_CLASS_BASE+29) macro