Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_LOG_STATUS.c33 int ret_log, errno_log; in test_VIDIOC_LOG_STATUS() local
35 ret_log = ioctl(get_video_fd(), VIDIOC_LOG_STATUS); in test_VIDIOC_LOG_STATUS()
39 __FILE__, __LINE__, ret_log, errno_log); in test_VIDIOC_LOG_STATUS()
43 if (ret_log == 0) { in test_VIDIOC_LOG_STATUS()
44 CU_ASSERT_EQUAL(ret_log, 0); in test_VIDIOC_LOG_STATUS()
48 CU_ASSERT_EQUAL(ret_log, -1); in test_VIDIOC_LOG_STATUS()