Lines Matching refs:size
118 unsigned int size;
266 * the size of the corresponding capture packet, i.e., both playback
276 /* take packet size out of FIFO */
384 /* append packet size to FIFO */
568 * packet size FIFO to be full.
1024 size_t size;
1042 size = packets * stream->max_packet_bytes;
1044 usb_alloc_coherent(ua->dev, size, GFP_KERNEL,
1048 stream->buffers[i].size = size;
1066 stream->buffers[i].size,
1079 unsigned int size = stream->buffers[b].size;
1083 while (size >= max_packet_size) {
1103 size -= max_packet_size;
1111 dev_err(&ua->dev->dev, "internal buffer size error\n");