Lines Matching refs:client_ops
987 if (dsp->client_ops->control_add) { in cs_dsp_create_control()
988 ret = dsp->client_ops->control_add(ctl); in cs_dsp_create_control()
2667 if (dsp->client_ops->pre_run) { in cs_dsp_run()
2668 ret = dsp->client_ops->pre_run(dsp); in cs_dsp_run()
2694 if (dsp->client_ops->post_run) { in cs_dsp_run()
2695 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run()
2735 if (dsp->client_ops->pre_stop) in cs_dsp_stop()
2736 dsp->client_ops->pre_stop(dsp); in cs_dsp_stop()
2745 if (dsp->client_ops->post_stop) in cs_dsp_stop()
2746 dsp->client_ops->post_stop(dsp); in cs_dsp_stop()
2841 if (dsp->client_ops->control_remove) in cs_dsp_remove()
2842 dsp->client_ops->control_remove(ctl); in cs_dsp_remove()
2985 if (dsp->client_ops->watchdog_expired) in cs_dsp_adsp2_bus_error()
2986 dsp->client_ops->watchdog_expired(dsp); in cs_dsp_adsp2_bus_error()
3104 if (dsp->client_ops->watchdog_expired) in cs_dsp_halo_wdt_expire()
3105 dsp->client_ops->watchdog_expired(dsp); in cs_dsp_halo_wdt_expire()