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.c1417 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_widget_ready() local
1491 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_ready()
1492 if (widget_ops) { in sof_widget_ready()
1493 token_list = widget_ops[w->id].token_list; in sof_widget_ready()
1494 token_list_size = widget_ops[w->id].token_list_size; in sof_widget_ready()
1576 if (widget_ops && widget_ops[w->id].bind_event) { in sof_widget_ready()
1577 ret = widget_ops[w->id].bind_event(scomp, swidget, in sof_widget_ready()
1635 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_widget_unload() local
1704 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_unload()
1705 if (widget_ops && widget_ops[swidget->id].ipc_free) in sof_widget_unload()
[all …]