Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/fsl/
Dimx-pcm-rpmsg.h449 struct stream_timer { struct
507 struct stream_timer stream_timer[2]; member
Dimx-pcm-rpmsg.c211 struct stream_timer *stream_timer = in imx_rpmsg_timer_callback() local
212 from_timer(stream_timer, t, timer); in imx_rpmsg_timer_callback()
213 struct snd_pcm_substream *substream = stream_timer->substream; in imx_rpmsg_timer_callback()
214 struct rpmsg_info *info = stream_timer->info; in imx_rpmsg_timer_callback()
272 info->stream_timer[substream->stream].info = info; in imx_rpmsg_pcm_open()
273 info->stream_timer[substream->stream].substream = substream; in imx_rpmsg_pcm_open()
274 timer_setup(&info->stream_timer[substream->stream].timer, in imx_rpmsg_pcm_open()
300 del_timer(&info->stream_timer[substream->stream].timer); in imx_rpmsg_pcm_close()
451 del_timer(&info->stream_timer[substream->stream].timer); in imx_rpmsg_terminate_all()
563 timer = &info->stream_timer[substream->stream].timer; in imx_rpmsg_pcm_ack()