Lines Matching refs:ipc_tplg_ops

57 	const struct sof_ipc_tplg_ops *ipc_tplg_ops = sdev->ipc->ops->tplg;  in sof_update_ipc_object()  local
58 const struct sof_token_info *token_list = ipc_tplg_ops->token_list; in sof_update_ipc_object()
458 const struct sof_ipc_tplg_ops *ipc_tplg_ops = sdev->ipc->ops->tplg; in sof_copy_tuples() local
459 const struct sof_token_info *token_list = ipc_tplg_ops->token_list; in sof_copy_tuples()
973 const struct sof_ipc_tplg_ops *ipc_tplg_ops = sdev->ipc->ops->tplg; in sof_control_unload() local
979 if (ipc_tplg_ops->control_free) { in sof_control_unload()
980 ret = ipc_tplg_ops->control_free(sdev, scontrol); in sof_control_unload()
1159 const struct sof_ipc_tplg_ops *ipc_tplg_ops = sdev->ipc->ops->tplg; in sof_widget_parse_tokens() local
1160 const struct sof_token_info *token_list = ipc_tplg_ops->token_list; in sof_widget_parse_tokens()
1260 const struct sof_ipc_tplg_ops *ipc_tplg_ops = sdev->ipc->ops->tplg; in sof_widget_ready() local
1261 const struct sof_ipc_tplg_widget_ops *widget_ops = ipc_tplg_ops->widget; in sof_widget_ready()
1410 const struct sof_ipc_tplg_ops *ipc_tplg_ops = sdev->ipc->ops->tplg; in sof_widget_unload() local
1411 const struct sof_ipc_tplg_widget_ops *widget_ops = ipc_tplg_ops->widget; in sof_widget_unload()
1623 const struct sof_ipc_tplg_ops *ipc_tplg_ops = sdev->ipc->ops->tplg; in sof_link_load() local
1624 const struct sof_token_info *token_list = ipc_tplg_ops->token_list; in sof_link_load()
1933 const struct sof_ipc_tplg_ops *ipc_tplg_ops = sdev->ipc->ops->tplg; in sof_complete() local
1934 const struct sof_ipc_tplg_widget_ops *widget_ops = ipc_tplg_ops->widget; in sof_complete()
1939 if (ipc_tplg_ops->control_setup) in sof_complete()
1941 ret = ipc_tplg_ops->control_setup(sdev, scontrol); in sof_complete()
1987 if (ipc_tplg_ops->set_up_all_pipelines && ipc_tplg_ops->tear_down_all_pipelines) { in sof_complete()
1988 ret = ipc_tplg_ops->set_up_all_pipelines(sdev, true); in sof_complete()
1995 ret = ipc_tplg_ops->tear_down_all_pipelines(sdev, true); in sof_complete()
2005 if (ipc_tplg_ops->set_up_all_pipelines) in sof_complete()
2006 return ipc_tplg_ops->set_up_all_pipelines(sdev, false); in sof_complete()
2016 const struct sof_ipc_tplg_ops *ipc_tplg_ops = sdev->ipc->ops->tplg; in sof_manifest() local
2018 if (ipc_tplg_ops->parse_manifest) in sof_manifest()
2019 return ipc_tplg_ops->parse_manifest(scomp, index, man); in sof_manifest()