Home
last modified time | relevance | path

Searched refs:widget_ops (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/sof/
H A Dtopology.c1415 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()
[all …]