Lines Matching refs:widget_ops
439 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()
534 widget_ops[widget->id].ipc_unprepare(swidget); in sof_prepare_widgets_in_path()