new_wlist         481 sound/soc/soc-dapm.c 	struct snd_soc_dapm_widget_list *new_wlist;
new_wlist         489 sound/soc/soc-dapm.c 	new_wlist = krealloc(data->wlist,
new_wlist         490 sound/soc/soc-dapm.c 			     struct_size(new_wlist, widgets, n),
new_wlist         492 sound/soc/soc-dapm.c 	if (!new_wlist)
new_wlist         495 sound/soc/soc-dapm.c 	new_wlist->widgets[n - 1] = widget;
new_wlist         496 sound/soc/soc-dapm.c 	new_wlist->num_widgets = n;
new_wlist         498 sound/soc/soc-dapm.c 	data->wlist = new_wlist;