Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_CTRL.c183 int do_set_control(__u32 id) in do_set_control() function
826 ret1 = do_set_control(i); in test_VIDIOC_S_CTRL()
829 ret1 = do_set_control(V4L2_CID_BASE - 1); in test_VIDIOC_S_CTRL()
830 ret1 = do_set_control(V4L2_CID_LASTP1); in test_VIDIOC_S_CTRL()
831 ret1 = do_set_control(V4L2_CID_PRIVATE_BASE - 1); in test_VIDIOC_S_CTRL()
835 ret1 = do_set_control(i); in test_VIDIOC_S_CTRL()
839 ret1 = do_set_control(i); in test_VIDIOC_S_CTRL()
874 ret1 = do_set_control(V4L2_CID_AUTO_WHITE_BALANCE); in test_VIDIOC_S_CTRL_white_balance()
875 ret1 = do_set_control(V4L2_CID_DO_WHITE_BALANCE); in test_VIDIOC_S_CTRL_white_balance()
876 ret1 = do_set_control(V4L2_CID_RED_BALANCE); in test_VIDIOC_S_CTRL_white_balance()
[all …]