Searched refs:V4L2_CID_AUTO_WHITE_BALANCE (Results 1 – 4 of 4) sorted by relevance
47 #if defined(V4L2_CID_AUTO_WHITE_BALANCE) || (defined(HAVE_DECL_V4L2_CID_AUTO_WHITE_BALANCE) && HAVE…48 XLAT(V4L2_CID_AUTO_WHITE_BALANCE),
13 V4L2_CID_AUTO_WHITE_BALANCE
821 if (i != V4L2_CID_AUTO_WHITE_BALANCE && in test_VIDIOC_S_CTRL()848 if (i != V4L2_CID_AUTO_WHITE_BALANCE && in test_VIDIOC_S_CTRL_invalid()874 ret1 = do_set_control(V4L2_CID_AUTO_WHITE_BALANCE); in test_VIDIOC_S_CTRL_white_balance()885 ret1 = do_set_control_invalid(V4L2_CID_AUTO_WHITE_BALANCE); in test_VIDIOC_S_CTRL_white_balance_invalid()
82 #define V4L2_CID_AUTO_WHITE_BALANCE (V4L2_CID_BASE+12) macro