Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Daudit_watch.c55 struct list_head wlist; /* entry in parent->watches list */ member
130 list_del(&watch->wlist); in audit_remove_watch()
270 list_for_each_entry_safe(owatch, nextw, &parent->watches, wlist) { in audit_update_watch()
332 list_add(&nwatch->wlist, &parent->watches); in audit_update_watch()
345 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) { in audit_remove_parent_watches()
389 list_for_each_entry(w, &parent->watches, wlist) { in audit_add_to_parent()
409 list_add(&watch->wlist, &parent->watches); in audit_add_to_parent()
/Linux-v4.19/drivers/staging/greybus/
Daudio_topology.c355 struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol); in gbcodec_mixer_dapm_ctl_info() local
356 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in gbcodec_mixer_dapm_ctl_info()
388 struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol); in gbcodec_mixer_dapm_ctl_get() local
389 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in gbcodec_mixer_dapm_ctl_get()
438 struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol); in gbcodec_mixer_dapm_ctl_put() local
439 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in gbcodec_mixer_dapm_ctl_put()
465 for (wi = 0; wi < wlist->num_widgets; wi++) { in gbcodec_mixer_dapm_ctl_put()
466 widget = wlist->widgets[wi]; in gbcodec_mixer_dapm_ctl_put()
719 struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol); in gbcodec_enum_dapm_ctl_get() local
720 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in gbcodec_enum_dapm_ctl_get()
[all …]
/Linux-v4.19/sound/soc/
Dsoc-dapm.c306 struct snd_soc_dapm_widget_list *wlist; member
432 kfree(data->wlist); in dapm_kcontrol_free()
441 return data->wlist; in dapm_kcontrol_get_wlist()
451 if (data->wlist) in dapm_kcontrol_add_widget()
452 n = data->wlist->num_widgets + 1; in dapm_kcontrol_add_widget()
456 new_wlist = krealloc(data->wlist, in dapm_kcontrol_add_widget()
464 data->wlist = new_wlist; in dapm_kcontrol_add_widget()
606 struct list_head *wlist; in dapm_wcache_lookup() local
611 wlist = &w->dapm->card->widgets; in dapm_wcache_lookup()
613 list_for_each_entry_from(w, wlist, list) { in dapm_wcache_lookup()
[all …]