Lines Matching defs:array
2031 * the amount of memory needed for an array of streaming descriptors
2032 * and second, to actually fill the array.
2073 * Count how many bytes are needed for an array of streaming descriptors.
2076 * @priv2: inout parameter, accumulated size of the array
2077 * @priv3: inout parameter, accumulated number of the array elements
2130 * Fill an array of streaming descriptors.
2134 * @priv3: inout parameter, pointer to a 2-dimensional array
2140 struct uvc_descriptor_header ***array = priv3;
2143 **array = *dest;
2144 ++*array;