Home
last modified time | relevance | path

Searched refs:input_index_orig (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_INPUT.c94 __u32 input_index_orig; in test_VIDIOC_S_INPUT_from_enum() local
101 memset(&input_index_orig, 0xff, sizeof(input_index_orig)); in test_VIDIOC_S_INPUT_from_enum()
102 ret_get = ioctl(f, VIDIOC_G_INPUT, &input_index_orig); in test_VIDIOC_S_INPUT_from_enum()
132 ret_set = ioctl(f, VIDIOC_S_INPUT, &input_index_orig); in test_VIDIOC_S_INPUT_from_enum()
170 __u32 input_index_orig; in test_VIDIOC_S_INPUT_invalid_inputs() local
177 memset(&input_index_orig, 0xff, sizeof(input_index_orig)); in test_VIDIOC_S_INPUT_invalid_inputs()
178 ret_get = ioctl(f, VIDIOC_G_INPUT, &input_index_orig); in test_VIDIOC_S_INPUT_invalid_inputs()
219 ret_set = ioctl(f, VIDIOC_S_INPUT, &input_index_orig); in test_VIDIOC_S_INPUT_invalid_inputs()
[all...]
H A Dv4l2_foreach.c31 __u32 input_index_orig; in foreach_input() local
42 memset(&input_index_orig, 0xff, sizeof(input_index_orig)); in foreach_input()
43 ret_input_get = ioctl(f, VIDIOC_G_INPUT, &input_index_orig); in foreach_input()
46 ("\t%s:%u: VIDIOC_G_INPUT, ret_input_get=%i, errno_input_get=%i, input_index_orig=0x%X\n", in foreach_input()
48 input_index_orig); in foreach_input()
85 ret_input_set = ioctl(f, VIDIOC_S_INPUT, &input_index_orig); in foreach_input()
H A Dtest_VIDIOC_CROPCAP.c153 __u32 input_index_orig; in test_VIDIOC_CROPCAP_enum_INPUT() local
160 memset(&input_index_orig, 0xff, sizeof(input_index_orig)); in test_VIDIOC_CROPCAP_enum_INPUT()
161 ret_get = ioctl(f, VIDIOC_G_INPUT, &input_index_orig); in test_VIDIOC_CROPCAP_enum_INPUT()
196 ret_set = ioctl(f, VIDIOC_S_INPUT, &input_index_orig); in test_VIDIOC_CROPCAP_enum_INPUT()

Completed in 2 milliseconds