Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-ctrls.c183 bool awb_lock = ctrl->val & V4L2_LOCK_WHITE_BALANCE; in s5c73m3_3a_lock()
195 if (((ctrl->val ^ ctrl->cur.val) & V4L2_LOCK_WHITE_BALANCE) in s5c73m3_3a_lock()
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp.c474 bool awb_lock = ctrl->val & V4L2_LOCK_WHITE_BALANCE; in __ctrl_set_aewb_lock()
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-camera.rst476 an application setting bit ``V4L2_LOCK_WHITE_BALANCE`` when the
489 * - ``V4L2_LOCK_WHITE_BALANCE``
/linux/include/uapi/linux/
H A Dv4l2-controls.h1061 #define V4L2_LOCK_WHITE_BALANCE (1 << 1) macro