Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/i2c/s5c73m3/
Ds5c73m3-ctrls.c185 bool awb_lock = ctrl->val & V4L2_LOCK_WHITE_BALANCE; in s5c73m3_3a_lock()
197 if (((ctrl->val ^ ctrl->cur.val) & V4L2_LOCK_WHITE_BALANCE) in s5c73m3_3a_lock()
/Linux-v5.4/drivers/media/i2c/m5mols/
Dm5mols_controls.c200 if (((ctrl->val ^ ctrl->cur.val) & V4L2_LOCK_WHITE_BALANCE) in m5mols_3a_lock()
202 bool awb_lock = ctrl->val & V4L2_LOCK_WHITE_BALANCE; in m5mols_3a_lock()
/Linux-v5.4/Documentation/media/uapi/v4l/
Dext-ctrls-camera.rst480 an application setting bit ``V4L2_LOCK_WHITE_BALANCE`` when the
493 * - ``V4L2_LOCK_WHITE_BALANCE``
/Linux-v5.4/include/uapi/linux/
Dv4l2-controls.h893 #define V4L2_LOCK_WHITE_BALANCE (1 << 1) macro
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dfimc-isp.c468 bool awb_lock = ctrl->val & V4L2_LOCK_WHITE_BALANCE; in __ctrl_set_aewb_lock()