Lines Matching refs:shutdown
118 if (cpu_dai->driver->cops && cpu_dai->driver->cops->shutdown) in soc_compr_open()
119 cpu_dai->driver->cops->shutdown(cstream, cpu_dai); in soc_compr_open()
206 if (cpu_dai->driver->cops && cpu_dai->driver->cops->shutdown) in soc_compr_open_fe()
207 cpu_dai->driver->cops->shutdown(cstream, cpu_dai); in soc_compr_open_fe()
269 if (rtd->dai_link->compr_ops && rtd->dai_link->compr_ops->shutdown) in soc_compr_free()
270 rtd->dai_link->compr_ops->shutdown(cstream); in soc_compr_free()
274 if (cpu_dai->driver->cops && cpu_dai->driver->cops->shutdown) in soc_compr_free()
275 cpu_dai->driver->cops->shutdown(cstream, cpu_dai); in soc_compr_free()
336 if (fe->dai_link->compr_ops && fe->dai_link->compr_ops->shutdown) in soc_compr_free_fe()
337 fe->dai_link->compr_ops->shutdown(cstream); in soc_compr_free_fe()
341 if (cpu_dai->driver->cops && cpu_dai->driver->cops->shutdown) in soc_compr_free_fe()
342 cpu_dai->driver->cops->shutdown(cstream, cpu_dai); in soc_compr_free_fe()