Lines Matching refs:priv3
2878 * @priv3: an "inout" parameter (the caller might want to see the changes to it)
2882 void *priv2, void *priv3,
2895 ret = fun(h, priv2, priv3, 0, UVCG_HEADER);
2899 ret = fun(f->fmt, priv2, priv3, i++, UVCG_FORMAT);
2905 ret = fun(frm, priv2, priv3, j++, UVCG_FRAME);
2910 ret = fun(f->fmt->color_matching, priv2, priv3, 0,
2924 * @priv3: inout parameter, accumulated number of the array elements
2927 static int __uvcg_cnt_strm(void *priv1, void *priv2, void *priv3, int n,
2931 size_t *count = priv3;
2987 * @priv3: inout parameter, pointer to a 2-dimensional array
2989 static int __uvcg_fill_strm(void *priv1, void *priv2, void *priv3, int n,
2993 struct uvc_descriptor_header ***array = priv3;