Lines Matching refs:widget_ops
1362 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_widget_ready() local
1427 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_ready()
1428 if (widget_ops) { in sof_widget_ready()
1429 token_list = widget_ops[w->id].token_list; in sof_widget_ready()
1430 token_list_size = widget_ops[w->id].token_list_size; in sof_widget_ready()
1515 if (widget_ops && widget_ops[w->id].bind_event) { in sof_widget_ready()
1516 ret = widget_ops[w->id].bind_event(scomp, swidget, in sof_widget_ready()
1573 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_widget_unload() local
1642 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_unload()
1643 if (widget_ops && widget_ops[swidget->id].ipc_free) in sof_widget_unload()
1644 widget_ops[swidget->id].ipc_free(swidget); in sof_widget_unload()
2124 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_complete() local
2129 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_complete()
2148 if (widget_ops && widget_ops[swidget->id].ipc_setup) { in sof_complete()
2149 ret = widget_ops[swidget->id].ipc_setup(swidget); in sof_complete()