Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dv4l2_foreach.h12 typedef void (*V4L2InputTestFunc)(int ret_input_enum, int errno_input_enum, struct v4l2_input* inpu… typedef
14 void foreach_input(V4L2InputTestFunc pFunc);
Dv4l2_foreach.c29 void foreach_input(V4L2InputTestFunc pFunc) in foreach_input()