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