Searched defs:queue_length (Results 1 - 1 of 1) sorted by relevance

/sound/usb/misc/
H A Dua101.c56 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 in struct:ua101::ua101_stream
256 if (*value >= ua->playback.queue_length)
257 *value -= ua->playback.queue_length;
398 if (ua->rate_feedback_count < ua->playback.queue_length) {
401 ua->playback.queue_length)
446 for (i = 0; i < stream->queue_length; ++i) {
461 for (i = 0; i < stream->queue_length;
[all...]

Completed in 17 milliseconds