Lines Matching refs:client_ops
980 if (dsp->client_ops->control_add) { in cs_dsp_create_control()
981 ret = dsp->client_ops->control_add(ctl); in cs_dsp_create_control()
2660 if (dsp->client_ops->pre_run) { in cs_dsp_run()
2661 ret = dsp->client_ops->pre_run(dsp); in cs_dsp_run()
2687 if (dsp->client_ops->post_run) { in cs_dsp_run()
2688 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run()
2728 if (dsp->client_ops->pre_stop) in cs_dsp_stop()
2729 dsp->client_ops->pre_stop(dsp); in cs_dsp_stop()
2738 if (dsp->client_ops->post_stop) in cs_dsp_stop()
2739 dsp->client_ops->post_stop(dsp); in cs_dsp_stop()
2834 if (dsp->client_ops->control_remove) in cs_dsp_remove()
2835 dsp->client_ops->control_remove(ctl); in cs_dsp_remove()
2978 if (dsp->client_ops->watchdog_expired) in cs_dsp_adsp2_bus_error()
2979 dsp->client_ops->watchdog_expired(dsp); in cs_dsp_adsp2_bus_error()
3097 if (dsp->client_ops->watchdog_expired) in cs_dsp_halo_wdt_expire()
3098 dsp->client_ops->watchdog_expired(dsp); in cs_dsp_halo_wdt_expire()