Searched refs:ret_min (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
H A D | test_VIDIOC_FMT.c | 713 int ret_min, errno_min; in do_set_formats_enum() local 831 ret_min = in do_set_formats_enum() 836 ("\t%s:%u: VIDIOC_S_FMT, type=%i, ret_min=%i, errno_min=%i\n", in do_set_formats_enum() 837 __FILE__, __LINE__, type, ret_min, errno_min); in do_set_formats_enum() 839 if (ret_min == 0) { in do_set_formats_enum() 871 CU_ASSERT_EQUAL(ret_min, 0); in do_set_formats_enum() 898 CU_ASSERT_EQUAL(ret_min, -1); in do_set_formats_enum() 902 if (ret_max == 0 && ret_min == 0) { in do_set_formats_enum() 922 if (ret_max == -1 && ret_min == -1) { in do_set_formats_enum() 997 ret_min in do_set_formats_enum() [all...] |
Completed in 2 milliseconds