Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dsof-audio.c439 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_unprepare_widgets_in_path() local
456 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_unprepare_widgets_in_path()
457 if (widget_ops && widget_ops[widget->id].ipc_unprepare) in sof_unprepare_widgets_in_path()
459 widget_ops[widget->id].ipc_unprepare(swidget); in sof_unprepare_widgets_in_path()
486 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_prepare_widgets_in_path() local
496 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_prepare_widgets_in_path()
497 if (!widget_ops) in sof_prepare_widgets_in_path()
505 if (!widget_ops[widget->id].ipc_prepare || is_aggregated_dai(swidget)) in sof_prepare_widgets_in_path()
509 ret = widget_ops[widget->id].ipc_prepare(swidget, fe_params, platform_params, in sof_prepare_widgets_in_path()
532 if (widget_ops[widget->id].ipc_unprepare && in sof_prepare_widgets_in_path()
[all …]
H A Dtopology.c1433 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_widget_ready()
1507 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_ready()
1508 if (widget_ops) { in sof_widget_ready()
1509 token_list = widget_ops[w->id].token_list; in sof_widget_ready()
1510 token_list_size = widget_ops[w->id].token_list_size; in sof_widget_ready()
1599 if (widget_ops && widget_ops[w->id].bind_event) { in sof_widget_ready()
1600 ret = widget_ops[w->id].bind_event(scomp, swidget, in sof_widget_ready()
1658 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_widget_unload()
1727 widget_ops
1417 const struct sof_ipc_tplg_widget_ops *widget_ops; sof_widget_ready() local
1635 const struct sof_ipc_tplg_widget_ops *widget_ops; sof_widget_unload() local
2188 const struct sof_ipc_tplg_widget_ops *widget_ops; sof_complete() local
[all...]