Lines Matching refs:queue_length
56 static unsigned int queue_length = 21; variable
64 module_param(queue_length, uint, 0644);
65 MODULE_PARM_DESC(queue_length, "USB queue length in microframes, "
121 unsigned int queue_length; member
256 if (*value >= ua->playback.queue_length) in add_with_wraparound()
257 *value -= ua->playback.queue_length; in add_with_wraparound()
398 if (ua->rate_feedback_count < ua->playback.queue_length) { in capture_urb_complete()
401 ua->playback.queue_length) in capture_urb_complete()
446 for (i = 0; i < stream->queue_length; ++i) { in submit_stream_urbs()
461 for (i = 0; i < stream->queue_length; ++i) in kill_stream_urbs()
581 ua->rate_feedback_count >= ua->playback.queue_length || in start_usb_playback()
593 for (i = 0; i < ua->playback.queue_length; ++i) { in start_usb_playback()
690 DIV_ROUND_CLOSEST(ua->rate * ua->playback.queue_length, in playback_pcm_open()
1057 stream->queue_length = queue_length; in alloc_stream_buffers()
1058 stream->queue_length = max(stream->queue_length, in alloc_stream_buffers()
1060 stream->queue_length = min(stream->queue_length, in alloc_stream_buffers()
1069 remaining_packets = stream->queue_length; in alloc_stream_buffers()
1115 if (u >= stream->queue_length) in alloc_stream_urbs()
1139 if (u == stream->queue_length) in alloc_stream_urbs()
1150 for (i = 0; i < stream->queue_length; ++i) { in free_stream_urbs()