Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_CROPCAP.c208 int ret_capture, errno_capture; in test_VIDIOC_CROPCAP_NULL() local
219 errno_capture = errno; in test_VIDIOC_CROPCAP_NULL()
222 __FILE__, __LINE__, ret_capture, errno_capture); in test_VIDIOC_CROPCAP_NULL()
274 CU_ASSERT_EQUAL(errno_capture, EINVAL); in test_VIDIOC_CROPCAP_NULL()
Dtest_VIDIOC_PARM.c270 int ret_capture, errno_capture; in test_VIDIOC_G_PARM_NULL() local
281 errno_capture = errno; in test_VIDIOC_G_PARM_NULL()
284 __FILE__, __LINE__, type, ret_capture, errno_capture); in test_VIDIOC_G_PARM_NULL()
317 CU_ASSERT_EQUAL(errno_capture, EINVAL); in test_VIDIOC_G_PARM_NULL()
Dtest_VIDIOC_ENUM_FMT.c343 int ret_capture, errno_capture; in test_VIDIOC_ENUM_FMT_NULL() local
359 errno_capture = errno; in test_VIDIOC_ENUM_FMT_NULL()
362 __FILE__, __LINE__, ret_capture, errno_capture); in test_VIDIOC_ENUM_FMT_NULL()
Dtest_VIDIOC_FMT.c564 int ret_capture, errno_capture; in test_VIDIOC_G_FMT_NULL() local
581 errno_capture = errno; in test_VIDIOC_G_FMT_NULL()
585 __FILE__, __LINE__, type, ret_capture, errno_capture); in test_VIDIOC_G_FMT_NULL()