Lines Matching refs:client_ops
963 if (dsp->client_ops->control_add) { in cs_dsp_create_control()
964 ret = dsp->client_ops->control_add(ctl); in cs_dsp_create_control()
2624 if (dsp->client_ops->post_run) { in cs_dsp_run()
2625 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run()
2672 if (dsp->client_ops->post_stop) in cs_dsp_stop()
2673 dsp->client_ops->post_stop(dsp); in cs_dsp_stop()
2762 if (dsp->client_ops->control_remove) in cs_dsp_remove()
2763 dsp->client_ops->control_remove(ctl); in cs_dsp_remove()
2902 if (dsp->client_ops->watchdog_expired) in cs_dsp_adsp2_bus_error()
2903 dsp->client_ops->watchdog_expired(dsp); in cs_dsp_adsp2_bus_error()
3021 if (dsp->client_ops->watchdog_expired) in cs_dsp_halo_wdt_expire()
3022 dsp->client_ops->watchdog_expired(dsp); in cs_dsp_halo_wdt_expire()