Lines Matching refs:client_ops
1089 if (dsp->client_ops->control_add) { in cs_dsp_create_control()
1090 ret = dsp->client_ops->control_add(ctl); in cs_dsp_create_control()
2842 if (dsp->client_ops->pre_run) { in cs_dsp_run()
2843 ret = dsp->client_ops->pre_run(dsp); in cs_dsp_run()
2869 if (dsp->client_ops->post_run) { in cs_dsp_run()
2870 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run()
2910 if (dsp->client_ops->pre_stop) in cs_dsp_stop()
2911 dsp->client_ops->pre_stop(dsp); in cs_dsp_stop()
2920 if (dsp->client_ops->post_stop) in cs_dsp_stop()
2921 dsp->client_ops->post_stop(dsp); in cs_dsp_stop()
3019 if (dsp->client_ops->control_remove) in cs_dsp_remove()
3020 dsp->client_ops->control_remove(ctl); in cs_dsp_remove()
3163 if (dsp->client_ops->watchdog_expired) in cs_dsp_adsp2_bus_error()
3164 dsp->client_ops->watchdog_expired(dsp); in cs_dsp_adsp2_bus_error()
3282 if (dsp->client_ops->watchdog_expired) in cs_dsp_halo_wdt_expire()
3283 dsp->client_ops->watchdog_expired(dsp); in cs_dsp_halo_wdt_expire()