Lines Matching refs:queue_length
46 static unsigned int queue_length = 21; variable
54 module_param(queue_length, uint, 0644);
55 MODULE_PARM_DESC(queue_length, "USB queue length in microframes, "
111 unsigned int queue_length; member
246 if (*value >= ua->playback.queue_length) in add_with_wraparound()
247 *value -= ua->playback.queue_length; in add_with_wraparound()
388 if (ua->rate_feedback_count < ua->playback.queue_length) { in capture_urb_complete()
391 ua->playback.queue_length) in capture_urb_complete()
436 for (i = 0; i < stream->queue_length; ++i) { in submit_stream_urbs()
451 for (i = 0; i < stream->queue_length; ++i) in kill_stream_urbs()
571 ua->rate_feedback_count >= ua->playback.queue_length || in start_usb_playback()
583 for (i = 0; i < ua->playback.queue_length; ++i) { in start_usb_playback()
680 DIV_ROUND_CLOSEST(ua->rate * ua->playback.queue_length, in playback_pcm_open()
1045 stream->queue_length = queue_length; in alloc_stream_buffers()
1046 stream->queue_length = max(stream->queue_length, in alloc_stream_buffers()
1048 stream->queue_length = min(stream->queue_length, in alloc_stream_buffers()
1057 remaining_packets = stream->queue_length; in alloc_stream_buffers()
1103 if (u >= stream->queue_length) in alloc_stream_urbs()
1127 if (u == stream->queue_length) in alloc_stream_urbs()
1138 for (i = 0; i < stream->queue_length; ++i) { in free_stream_urbs()