Lines Matching refs:queue_length
45 static unsigned int queue_length = 21; variable
53 module_param(queue_length, uint, 0644);
54 MODULE_PARM_DESC(queue_length, "USB queue length in microframes, "
110 unsigned int queue_length; member
245 if (*value >= ua->playback.queue_length) in add_with_wraparound()
246 *value -= ua->playback.queue_length; in add_with_wraparound()
387 if (ua->rate_feedback_count < ua->playback.queue_length) { in capture_urb_complete()
390 ua->playback.queue_length) in capture_urb_complete()
435 for (i = 0; i < stream->queue_length; ++i) { in submit_stream_urbs()
450 for (i = 0; i < stream->queue_length; ++i) in kill_stream_urbs()
570 ua->rate_feedback_count >= ua->playback.queue_length || in start_usb_playback()
582 for (i = 0; i < ua->playback.queue_length; ++i) { in start_usb_playback()
679 DIV_ROUND_CLOSEST(ua->rate * ua->playback.queue_length, in playback_pcm_open()
1025 stream->queue_length = queue_length; in alloc_stream_buffers()
1026 stream->queue_length = max(stream->queue_length, in alloc_stream_buffers()
1028 stream->queue_length = min(stream->queue_length, in alloc_stream_buffers()
1037 remaining_packets = stream->queue_length; in alloc_stream_buffers()
1083 if (u >= stream->queue_length) in alloc_stream_urbs()
1107 if (u == stream->queue_length) in alloc_stream_urbs()
1118 for (i = 0; i < stream->queue_length; ++i) { in free_stream_urbs()