Searched refs:queue_length (Results 1 – 1 of 1) sorted by relevance
45 static unsigned int queue_length = 21; variable53 module_param(queue_length, uint, 0644);54 MODULE_PARM_DESC(queue_length, "USB queue length in microframes, "110 unsigned int queue_length; member245 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()[all …]