Lines Matching defs:list
43 struct list_head list;
48 struct list_head list;
68 list_add_tail(&dl->list, &h->dllist);
74 list_del(&dl->list);
87 snd_pcm_hook_t *hook = list_entry(pos, snd_pcm_hook_t, list);
97 hook = list_entry(pos, snd_pcm_hook_t, list);
103 hook_remove_dlobj(list_entry(pos, struct snd_pcm_hook_dllist, list));
119 snd_pcm_hook_t *hook = list_entry(pos, snd_pcm_hook_t, list);
135 snd_pcm_hook_t *hook = list_entry(pos, snd_pcm_hook_t, list);
615 list_add_tail(&h->list, &hooks->hooks[type]);
631 list_del(&hook->list);