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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dv4l2-int-device.h257 #define V4L2_INT_WRAPPER_1(name, arg_type, asterisk) \ macro
278 V4L2_INT_WRAPPER_1(enum_fmt_cap, struct v4l2_fmtdesc, *);
279 V4L2_INT_WRAPPER_1(g_fmt_cap, struct v4l2_format, *);
280 V4L2_INT_WRAPPER_1(s_fmt_cap, struct v4l2_format, *);
281 V4L2_INT_WRAPPER_1(try_fmt_cap, struct v4l2_format, *);
282 V4L2_INT_WRAPPER_1(queryctrl, struct v4l2_queryctrl, *);
283 V4L2_INT_WRAPPER_1(g_ctrl, struct v4l2_control, *);
284 V4L2_INT_WRAPPER_1(s_ctrl, struct v4l2_control, *);
285 V4L2_INT_WRAPPER_1(cropcap, struct v4l2_cropcap, *);
286 V4L2_INT_WRAPPER_1(g_cro
[all...]

Completed in 35 milliseconds