Searched refs:_widget (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/staging/greybus/ |
| H A D | audio_topology.c | 1218 struct gbaudio_widget *widget, *_widget; in gbaudio_tplg_process_widgets() local 1252 list_for_each_entry_safe(widget, _widget, &module->widget_list, in gbaudio_tplg_process_widgets() 1410 struct gbaudio_widget *widget, *_widget; in gbaudio_tplg_release() local 1432 list_for_each_entry_safe(widget, _widget, &module->widget_list, in gbaudio_tplg_release()
|
| /linux/sound/soc/ |
| H A D | soc-dapm.c | 356 const struct snd_soc_dapm_widget *_widget, in dapm_cnew_widget() argument 359 struct snd_soc_dapm_widget *w __free(kfree) = kmemdup(_widget, in dapm_cnew_widget() 360 sizeof(*_widget), in dapm_cnew_widget() 366 w->name = kasprintf(GFP_KERNEL, "%s %s", prefix, _widget->name); in dapm_cnew_widget() 368 w->name = kstrdup_const(_widget->name, GFP_KERNEL); in dapm_cnew_widget() 372 if (_widget->sname) { in dapm_cnew_widget() 373 w->sname = kstrdup_const(_widget->sname, GFP_KERNEL); in dapm_cnew_widget()
|