Searched refs:do_set_output (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_OUTPUT.c | 140 static void do_set_output(int f, __u32 first_wrong_output, __u32 index) in do_set_output() function 201 do_set_output(f, first_wrong_output, i); in test_VIDIOC_S_OUTPUT_invalid_outputs() 202 do_set_output(f, first_wrong_output, i + 1); in test_VIDIOC_S_OUTPUT_invalid_outputs() 206 do_set_output(f, first_wrong_output, in test_VIDIOC_S_OUTPUT_invalid_outputs() 212 do_set_output(f, first_wrong_output, i); in test_VIDIOC_S_OUTPUT_invalid_outputs()
|