Searched refs:_widget (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/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-6.15/sound/soc/ |
| H A D | soc-dapm.c | 323 const struct snd_soc_dapm_widget *_widget, in dapm_cnew_widget() argument 326 struct snd_soc_dapm_widget *w __free(kfree) = kmemdup(_widget, in dapm_cnew_widget() 327 sizeof(*_widget), in dapm_cnew_widget() 333 w->name = kasprintf(GFP_KERNEL, "%s %s", prefix, _widget->name); in dapm_cnew_widget() 335 w->name = kstrdup_const(_widget->name, GFP_KERNEL); in dapm_cnew_widget() 339 if (_widget->sname) { in dapm_cnew_widget() 340 w->sname = kstrdup_const(_widget->sname, GFP_KERNEL); in dapm_cnew_widget()
|