Home
last modified time | relevance | path

Searched refs:close_delayed_work_func (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/
Dsoc-compress.c856 rtd->close_delayed_work_func = snd_soc_close_delayed_work; in snd_soc_new_compress()
Dsoc-core.c426 if (rtd->close_delayed_work_func) in close_delayed_work()
427 rtd->close_delayed_work_func(rtd); in close_delayed_work()
Dsoc-pcm.c2809 rtd->close_delayed_work_func = codec2codec_close_delayed_work; in soc_new_pcm()
2811 rtd->close_delayed_work_func = snd_soc_close_delayed_work; in soc_new_pcm()
/kernel/linux/linux-5.10/include/sound/
Dsoc.h1154 void (*close_delayed_work_func)(struct snd_soc_pcm_runtime *rtd); member