Lines Matching refs:cops

85 	if (cpu_dai->driver->cops && cpu_dai->driver->cops->startup) {  in soc_compr_open()
86 ret = cpu_dai->driver->cops->startup(cstream, cpu_dai); in soc_compr_open()
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()
168 if (cpu_dai->driver->cops && cpu_dai->driver->cops->startup) { in soc_compr_open_fe()
169 ret = cpu_dai->driver->cops->startup(cstream, cpu_dai); in soc_compr_open_fe()
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()
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()
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()
384 if (cpu_dai->driver->cops && cpu_dai->driver->cops->trigger) in soc_compr_trigger()
385 cpu_dai->driver->cops->trigger(cstream, cmd, cpu_dai); in soc_compr_trigger()
418 if (cpu_dai->driver->cops && cpu_dai->driver->cops->trigger) { in soc_compr_trigger_fe()
419 ret = cpu_dai->driver->cops->trigger(cstream, cmd, cpu_dai); in soc_compr_trigger_fe()
492 if (cpu_dai->driver->cops && cpu_dai->driver->cops->set_params) { in soc_compr_set_params()
493 ret = cpu_dai->driver->cops->set_params(cstream, params, cpu_dai); in soc_compr_set_params()
562 if (cpu_dai->driver->cops && cpu_dai->driver->cops->set_params) { in soc_compr_set_params_fe()
563 ret = cpu_dai->driver->cops->set_params(cstream, params, cpu_dai); in soc_compr_set_params_fe()
598 if (cpu_dai->driver->cops && cpu_dai->driver->cops->get_params) { in soc_compr_get_params()
599 ret = cpu_dai->driver->cops->get_params(cstream, params, cpu_dai); in soc_compr_get_params()
681 if (cpu_dai->driver->cops && cpu_dai->driver->cops->ack) { in soc_compr_ack()
682 ret = cpu_dai->driver->cops->ack(cstream, bytes, cpu_dai); in soc_compr_ack()
715 if (cpu_dai->driver->cops && cpu_dai->driver->cops->pointer) in soc_compr_pointer()
716 cpu_dai->driver->cops->pointer(cstream, tstamp, cpu_dai); in soc_compr_pointer()
767 if (cpu_dai->driver->cops && cpu_dai->driver->cops->set_metadata) { in soc_compr_set_metadata()
768 ret = cpu_dai->driver->cops->set_metadata(cstream, metadata, cpu_dai); in soc_compr_set_metadata()
798 if (cpu_dai->driver->cops && cpu_dai->driver->cops->get_metadata) { in soc_compr_get_metadata()
799 ret = cpu_dai->driver->cops->get_metadata(cstream, metadata, cpu_dai); in soc_compr_get_metadata()