Lines Matching defs:stream_timer
211 struct stream_timer *stream_timer =
212 from_timer(stream_timer, t, timer);
213 struct snd_pcm_substream *substream = stream_timer->substream;
214 struct rpmsg_info *info = stream_timer->info;
277 info->stream_timer[substream->stream].info = info;
278 info->stream_timer[substream->stream].substream = substream;
279 timer_setup(&info->stream_timer[substream->stream].timer,
304 del_timer(&info->stream_timer[substream->stream].timer);
455 del_timer(&info->stream_timer[substream->stream].timer);
567 timer = &info->stream_timer[substream->stream].timer;