Lines Matching refs:priv3
2036 * @priv3: an "inout" parameter (the caller might want to see the changes to it)
2040 void *priv2, void *priv3,
2053 ret = fun(h, priv2, priv3, 0, UVCG_HEADER);
2057 ret = fun(f->fmt, priv2, priv3, i++, UVCG_FORMAT);
2063 ret = fun(frm, priv2, priv3, j++, UVCG_FRAME);
2077 * @priv3: inout parameter, accumulated number of the array elements
2080 static int __uvcg_cnt_strm(void *priv1, void *priv2, void *priv3, int n,
2084 size_t *count = priv3;
2134 * @priv3: inout parameter, pointer to a 2-dimensional array
2136 static int __uvcg_fill_strm(void *priv1, void *priv2, void *priv3, int n,
2140 struct uvc_descriptor_header ***array = priv3;