Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-core.c489 if (rtd->close_delayed_work_func) in close_delayed_work()
490 rtd->close_delayed_work_func(rtd); in close_delayed_work()
H A Dsoc-pcm.c2959 rtd->close_delayed_work_func = snd_soc_close_delayed_work; in soc_new_pcm()
/linux/include/sound/
H A Dsoc.h1193 void (*close_delayed_work_func)(struct snd_soc_pcm_runtime *rtd); member