Lines Matching refs:widget_ops
1415 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_widget_ready() local
1489 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_ready()
1490 if (widget_ops) { in sof_widget_ready()
1491 token_list = widget_ops[w->id].token_list; in sof_widget_ready()
1492 token_list_size = widget_ops[w->id].token_list_size; in sof_widget_ready()
1574 if (widget_ops && widget_ops[w->id].bind_event) { in sof_widget_ready()
1575 ret = widget_ops[w->id].bind_event(scomp, swidget, in sof_widget_ready()
1633 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_widget_unload() local
1702 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_unload()
1703 if (widget_ops && widget_ops[swidget->id].ipc_free) in sof_widget_unload()
1704 widget_ops[swidget->id].ipc_free(swidget); in sof_widget_unload()
2196 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_complete() local
2201 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_complete()
2222 if (widget_ops && widget_ops[pipe_widget->id].ipc_setup) { in sof_complete()
2223 ret = widget_ops[pipe_widget->id].ipc_setup(pipe_widget); in sof_complete()
2239 if (widget_ops && widget_ops[swidget->id].ipc_setup) { in sof_complete()
2240 ret = widget_ops[swidget->id].ipc_setup(swidget); in sof_complete()