Lines Matching refs:client_ops
1020 if (dsp->client_ops->control_add) {
1021 ret = dsp->client_ops->control_add(ctl);
2704 if (dsp->client_ops->pre_run) {
2705 ret = dsp->client_ops->pre_run(dsp);
2731 if (dsp->client_ops->post_run) {
2732 ret = dsp->client_ops->post_run(dsp);
2772 if (dsp->client_ops->pre_stop)
2773 dsp->client_ops->pre_stop(dsp);
2782 if (dsp->client_ops->post_stop)
2783 dsp->client_ops->post_stop(dsp);
2881 if (dsp->client_ops->control_remove)
2882 dsp->client_ops->control_remove(ctl);
3025 if (dsp->client_ops->watchdog_expired)
3026 dsp->client_ops->watchdog_expired(dsp);
3144 if (dsp->client_ops->watchdog_expired)
3145 dsp->client_ops->watchdog_expired(dsp);