Home
last modified time | relevance | path

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

/include/trace/events/
Dasoc.h159 TP_PROTO(struct snd_soc_dapm_widget *widget,
163 TP_ARGS(widget, dir, path),
166 __string( wname, widget->name )
175 __assign_str(wname, widget->name);
/include/sound/
Dsoc-topology.h68 struct snd_soc_dobj_widget widget; member
Dsoc-dapm.h423 const struct snd_soc_dapm_widget *widget,
427 const struct snd_soc_dapm_widget *widget);
430 const struct snd_soc_dapm_widget *widget);
679 struct snd_soc_dapm_widget *widget; member
711 #define for_each_dapm_widgets(list, i, widget) \ argument
713 (i) < list->num_widgets && (widget = list->widgets[i]); \