Lines Matching refs:entry
845 /* loop for (arraysize-1) here to keep NULL at the last entry */
933 static void snd_card_info_read(struct snd_info_entry *entry,
981 static void snd_card_module_info_read(struct snd_info_entry *entry,
1000 struct snd_info_entry *entry;
1002 entry = snd_info_create_module_entry(THIS_MODULE, "cards", NULL);
1003 if (! entry)
1005 entry->c.text.read = snd_card_info_read;
1006 if (snd_info_register(entry) < 0)
1010 entry = snd_info_create_module_entry(THIS_MODULE, "modules", NULL);
1011 if (!entry)
1013 entry->c.text.read = snd_card_module_info_read;
1014 if (snd_info_register(entry) < 0)