Searched refs:client_ops (Results 1 – 4 of 4) sorted by relevance
1097 if (dsp->client_ops->control_add) { in cs_dsp_create_control()1098 ret = dsp->client_ops->control_add(ctl); in cs_dsp_create_control()2460 if (!dsp->client_ops) in cs_dsp_common_init()2461 dsp->client_ops = &cs_dsp_default_client_ops; in cs_dsp_common_init()2925 if (dsp->client_ops->pre_run) { in cs_dsp_run()2926 ret = dsp->client_ops->pre_run(dsp); in cs_dsp_run()2952 if (dsp->client_ops->post_run) { in cs_dsp_run()2953 ret = dsp->client_ops->post_run(dsp); in cs_dsp_run()2993 if (dsp->client_ops->pre_stop) in cs_dsp_stop()2994 dsp->client_ops->pre_stop(dsp); in cs_dsp_stop()[all …]
139 static const struct cs_dsp_client_ops client_ops = { variable 568 dsp->client_ops = &client_ops; in cs35l41_init_dsp()
909 dsp->cs_dsp.client_ops = &wm_adsp1_client_ops; in wm_adsp1_event() 1183 dsp->cs_dsp.client_ops = &wm_adsp2_client_ops; in wm_adsp2_remove() 1200 dsp->cs_dsp.client_ops = &wm_adsp2_client_ops; in wm_adsp_compr_attach()
6020 static const struct hnae3_client_ops client_ops = { variable6043 client.ops = &client_ops; in hns3_init_module()