Lines Matching refs:entry
722 /* loop for (arraysize-1) here to keep NULL at the last entry */
795 static void snd_card_info_read(struct snd_info_entry *entry,
841 static void snd_card_module_info_read(struct snd_info_entry *entry,
859 struct snd_info_entry *entry;
861 entry = snd_info_create_module_entry(THIS_MODULE, "cards", NULL);
862 if (! entry)
864 entry->c.text.read = snd_card_info_read;
865 if (snd_info_register(entry) < 0)
869 entry = snd_info_create_module_entry(THIS_MODULE, "modules", NULL);
870 if (!entry)
872 entry->c.text.read = snd_card_module_info_read;
873 if (snd_info_register(entry) < 0)