Home
last modified time | relevance | path

Searched refs:client_ops (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c1097 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 …]
/linux/sound/hda/codecs/side-codecs/
H A Dcs35l41_hda.c139 static const struct cs_dsp_client_ops client_ops = { variable
568 dsp->client_ops = &client_ops; in cs35l41_init_dsp()
/linux/sound/soc/codecs/
H A Dwm_adsp.c909 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()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c6020 static const struct hnae3_client_ops client_ops = { variable
6043 client.ops = &client_ops; in hns3_init_module()