Lines Matching refs:widget_ops
1391 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_widget_ready() local
1465 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_ready()
1466 if (widget_ops) { in sof_widget_ready()
1467 token_list = widget_ops[w->id].token_list; in sof_widget_ready()
1468 token_list_size = widget_ops[w->id].token_list_size; in sof_widget_ready()
1551 if (widget_ops && widget_ops[w->id].bind_event) { in sof_widget_ready()
1552 ret = widget_ops[w->id].bind_event(scomp, swidget, in sof_widget_ready()
1610 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_widget_unload() local
1679 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_unload()
1680 if (widget_ops && widget_ops[swidget->id].ipc_free) in sof_widget_unload()
1681 widget_ops[swidget->id].ipc_free(swidget); in sof_widget_unload()
2164 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_complete() local
2169 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_complete()
2190 if (widget_ops && widget_ops[pipe_widget->id].ipc_setup) { in sof_complete()
2191 ret = widget_ops[pipe_widget->id].ipc_setup(pipe_widget); in sof_complete()
2207 if (widget_ops && widget_ops[swidget->id].ipc_setup) { in sof_complete()
2208 ret = widget_ops[swidget->id].ipc_setup(swidget); in sof_complete()