Lines Matching defs:list
28 * snd_pci_quirk_lookup_id - look up a PCI SSID quirk list
31 * @list: quirk list, terminated by a null entry
33 * Look through the given quirk list and finds a matching entry
41 const struct snd_pci_quirk *list)
45 for (q = list; q->subvendor || q->subdevice; q++) {
57 * snd_pci_quirk_lookup - look up a PCI SSID quirk list
59 * @list: quirk list, terminated by a null entry
61 * Look through the given quirk list and finds a matching entry
68 snd_pci_quirk_lookup(struct pci_dev *pci, const struct snd_pci_quirk *list)
74 list);
94 struct list_head list;
106 fasync = list_first_entry(&snd_fasync_list, struct snd_fasync, list);
107 list_del_init(&fasync->list);
127 INIT_LIST_HEAD(&fasync->list);
152 list_move(&fasync->list, &snd_fasync_list);