Lines Matching defs:runtime
106 struct snd_compr_runtime *runtime = cstream->runtime;
107 struct sprd_compr_stream *stream = runtime->private_data;
117 struct snd_compr_runtime *runtime = cstream->runtime;
118 struct sprd_compr_stream *stream = runtime->private_data;
134 struct snd_compr_runtime *runtime = cstream->runtime;
135 struct sprd_compr_stream *stream = runtime->private_data;
268 struct snd_compr_runtime *runtime = cstream->runtime;
269 struct sprd_compr_stream *stream = runtime->private_data;
318 struct snd_compr_runtime *runtime = cstream->runtime;
379 runtime->private_data = stream;
395 struct snd_compr_runtime *runtime = cstream->runtime;
396 struct sprd_compr_stream *stream = runtime->private_data;
422 struct snd_compr_runtime *runtime = cstream->runtime;
423 struct sprd_compr_stream *stream = runtime->private_data;
518 struct snd_compr_runtime *runtime = cstream->runtime;
519 struct sprd_compr_stream *stream = runtime->private_data;
533 struct snd_compr_runtime *runtime = cstream->runtime;
534 struct sprd_compr_stream *stream = runtime->private_data;
544 if (stream->received_stage0 < runtime->fragment_size) {
545 avail_bytes = runtime->fragment_size - stream->received_stage0;