Home
last modified time | relevance | path

Searched refs:client_ops (Results 1 – 5 of 5) 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/include/linux/
H A Dtty_port.h106 const struct tty_port_client_operations *client_ops; member
/linux/sound/soc/codecs/
H A Dwm_adsp.c900 dsp->cs_dsp.client_ops = &wm_adsp1_client_ops; in wm_adsp1_event()
1181 dsp->cs_dsp.client_ops = &wm_adsp2_client_ops;
1198 dsp->cs_dsp.client_ops = &wm_adsp2_client_ops; in wm_adsp_compr_attach()
/linux/sound/hda/codecs/side-codecs/
H A Dcs35l41_hda.c139 static const struct cs_dsp_client_ops client_ops = { variable
566 dsp->client_ops = &client_ops; in cs35l41_init_dsp()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c6029 static const struct hnae3_client_ops client_ops = { variable
6052 client.ops = &client_ops; in hns3_init_module()