wlist             355 drivers/staging/greybus/audio_topology.c 	struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol);
wlist             356 drivers/staging/greybus/audio_topology.c 	struct snd_soc_dapm_widget *widget = wlist->widgets[0];
wlist             388 drivers/staging/greybus/audio_topology.c 	struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol);
wlist             389 drivers/staging/greybus/audio_topology.c 	struct snd_soc_dapm_widget *widget = wlist->widgets[0];
wlist             438 drivers/staging/greybus/audio_topology.c 	struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol);
wlist             439 drivers/staging/greybus/audio_topology.c 	struct snd_soc_dapm_widget *widget = wlist->widgets[0];
wlist             465 drivers/staging/greybus/audio_topology.c 		for (wi = 0; wi < wlist->num_widgets; wi++) {
wlist             466 drivers/staging/greybus/audio_topology.c 			widget = wlist->widgets[wi];
wlist             719 drivers/staging/greybus/audio_topology.c 	struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol);
wlist             720 drivers/staging/greybus/audio_topology.c 	struct snd_soc_dapm_widget *widget = wlist->widgets[0];
wlist             767 drivers/staging/greybus/audio_topology.c 	struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol);
wlist             768 drivers/staging/greybus/audio_topology.c 	struct snd_soc_dapm_widget *widget = wlist->widgets[0];
wlist             844 drivers/staging/greybus/audio_topology.c 		for (wi = 0; wi < wlist->num_widgets; wi++) {
wlist             845 drivers/staging/greybus/audio_topology.c 			widget = wlist->widgets[wi];
wlist              42 kernel/audit_watch.c 	struct list_head	wlist;	/* entry in parent->watches list */
wlist             117 kernel/audit_watch.c 	list_del(&watch->wlist);
wlist             255 kernel/audit_watch.c 	list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) {
wlist             317 kernel/audit_watch.c 	list_add(&nwatch->wlist, &parent->watches);
wlist             330 kernel/audit_watch.c 	list_for_each_entry_safe(w, nextw, &parent->watches, wlist) {
wlist             374 kernel/audit_watch.c 	list_for_each_entry(w, &parent->watches, wlist) {
wlist             394 kernel/audit_watch.c 		list_add(&watch->wlist, &parent->watches);
wlist             407 kernel/locking/rwsem.c 	struct list_head wlist;
wlist             501 kernel/locking/rwsem.c 	INIT_LIST_HEAD(&wlist);
wlist             507 kernel/locking/rwsem.c 		list_move_tail(&waiter->list, &wlist);
wlist             534 kernel/locking/rwsem.c 	list_for_each_entry_safe(waiter, tmp, &wlist, list) {
wlist             347 sound/soc/soc-dapm.c 	struct snd_soc_dapm_widget_list *wlist;
wlist             465 sound/soc/soc-dapm.c 	kfree(data->wlist);
wlist             474 sound/soc/soc-dapm.c 	return data->wlist;
wlist             484 sound/soc/soc-dapm.c 	if (data->wlist)
wlist             485 sound/soc/soc-dapm.c 		n = data->wlist->num_widgets + 1;
wlist             489 sound/soc/soc-dapm.c 	new_wlist = krealloc(data->wlist,
wlist             498 sound/soc/soc-dapm.c 	data->wlist = new_wlist;
wlist             654 sound/soc/soc-dapm.c 	struct list_head *wlist;
wlist             659 sound/soc/soc-dapm.c 		wlist = &w->dapm->card->widgets;
wlist             661 sound/soc/soc-dapm.c 		list_for_each_entry_from(w, wlist, list) {
wlist            1737 sound/soc/soc-dapm.c 	struct snd_soc_dapm_widget_list *wlist;
wlist            1745 sound/soc/soc-dapm.c 	wlist = dapm_kcontrol_get_wlist(update->kcontrol);
wlist            1747 sound/soc/soc-dapm.c 	for (wi = 0; wi < wlist->num_widgets; wi++) {
wlist            1748 sound/soc/soc-dapm.c 		w = wlist->widgets[wi];
wlist            1776 sound/soc/soc-dapm.c 	for (wi = 0; wi < wlist->num_widgets; wi++) {
wlist            1777 sound/soc/soc-dapm.c 		w = wlist->widgets[wi];