Lines Matching refs:widget_ops
1261 const struct sof_ipc_tplg_widget_ops *widget_ops = ipc_tplg_ops->widget; in sof_widget_ready() local
1285 token_list = widget_ops[w->id].token_list; in sof_widget_ready()
1286 token_list_size = widget_ops[w->id].token_list_size; in sof_widget_ready()
1370 if (widget_ops[w->id].bind_event) { in sof_widget_ready()
1371 ret = widget_ops[w->id].bind_event(scomp, swidget, in sof_widget_ready()
1411 const struct sof_ipc_tplg_widget_ops *widget_ops = ipc_tplg_ops->widget; in sof_widget_unload() local
1471 if (widget_ops[swidget->id].ipc_free) in sof_widget_unload()
1472 widget_ops[swidget->id].ipc_free(swidget); in sof_widget_unload()
1934 const struct sof_ipc_tplg_widget_ops *widget_ops = ipc_tplg_ops->widget; in sof_complete() local
1955 if (widget_ops[swidget->id].ipc_setup) { in sof_complete()
1956 ret = widget_ops[swidget->id].ipc_setup(swidget); in sof_complete()