Home
last modified time | relevance | path

Searched refs:stream_timer (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/fsl/
H A Dimx-pcm-rpmsg.h449 struct stream_timer { struct
507 struct stream_timer stream_timer[2]; member
H A Dimx-pcm-rpmsg.c202 struct stream_timer *stream_timer = in imx_rpmsg_pcm_pointer()
203 timer_container_of(stream_timer, t, timer); in imx_rpmsg_pcm_pointer()
204 struct snd_pcm_substream *substream = stream_timer->substream; in imx_rpmsg_pcm_pointer()
205 struct rpmsg_info *info = stream_timer->info; in imx_rpmsg_pcm_pointer()
268 info->stream_timer[substream->stream].info = info; in imx_rpmsg_pcm_open()
269 info->stream_timer[substream->stream].substream = substream; in imx_rpmsg_pcm_open()
270 timer_setup(&info->stream_timer[substream->stream].timer, in imx_rpmsg_pcm_open()
295 timer_delete(&info->stream_timer[substream->stream].timer); in imx_rpmsg_pcm_close()
446 timer_delete(&info->stream_timer[substrea in imx_rpmsg_terminate_all()
211 struct stream_timer *stream_timer = imx_rpmsg_timer_callback() local
[all...]