OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_index_orig
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
v4l2_foreach.c
31
__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
);
test_VIDIOC_INPUT.c
94
__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
...]
test_VIDIOC_CROPCAP.c
153
__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 696 milliseconds