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

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

Completed in 301 milliseconds