Lines Matching refs:tplg_ops

57 	const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg);  in sof_update_ipc_object()  local
62 token_list = tplg_ops ? tplg_ops->token_list : NULL; in sof_update_ipc_object()
271 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in set_up_volume_table() local
273 if (tplg_ops && tplg_ops->control && tplg_ops->control->set_up_volume_table) in set_up_volume_table()
274 return tplg_ops->control->set_up_volume_table(scontrol, tlv, size); in set_up_volume_table()
498 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_copy_tuples() local
505 token_list = tplg_ops ? tplg_ops->token_list : NULL; in sof_copy_tuples()
1024 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_control_unload() local
1030 if (tplg_ops && tplg_ops->control_free) { in sof_control_unload()
1031 ret = tplg_ops->control_free(sdev, scontrol); in sof_control_unload()
1182 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_widget_parse_tokens() local
1188 token_list = tplg_ops ? tplg_ops->token_list : NULL; in sof_widget_parse_tokens()
1361 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_widget_ready() local
1427 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_ready()
1572 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_widget_unload() local
1642 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_unload()
1815 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_link_load() local
1829 if (tplg_ops && tplg_ops->link_setup) { in sof_link_load()
1830 ret = tplg_ops->link_setup(sdev, link); in sof_link_load()
1876 token_list = tplg_ops ? tplg_ops->token_list : NULL; in sof_link_load()
2122 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_complete() local
2129 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_complete()
2132 if (tplg_ops && tplg_ops->control_setup) in sof_complete()
2134 ret = tplg_ops->control_setup(sdev, scontrol); in sof_complete()
2178 if (tplg_ops && tplg_ops->set_up_all_pipelines && in sof_complete()
2179 tplg_ops->tear_down_all_pipelines) { in sof_complete()
2180 ret = tplg_ops->set_up_all_pipelines(sdev, true); in sof_complete()
2187 ret = tplg_ops->tear_down_all_pipelines(sdev, true); in sof_complete()
2197 if (tplg_ops && tplg_ops->set_up_all_pipelines) in sof_complete()
2198 return tplg_ops->set_up_all_pipelines(sdev, false); in sof_complete()
2208 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_manifest() local
2210 if (tplg_ops && tplg_ops->parse_manifest) in sof_manifest()
2211 return tplg_ops->parse_manifest(scomp, index, man); in sof_manifest()