• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/

Lines Matching refs:snd_info_entry

75 	struct snd_info_entry *entry;
81 static void snd_info_disconnect(struct snd_info_entry *entry);
150 struct snd_info_entry *snd_seq_root;
154 struct snd_info_entry *snd_oss_root;
172 struct snd_info_entry *entry;
214 struct snd_info_entry *entry;
255 struct snd_info_entry *entry;
302 struct snd_info_entry *entry;
310 entry = p == NULL ? NULL : (struct snd_info_entry *)p->data;
405 struct snd_info_entry *entry;
445 struct snd_info_entry *entry;
472 struct snd_info_entry *entry;
493 struct snd_info_entry *entry;
554 struct snd_info_entry *entry;
567 struct snd_info_entry *entry;
615 struct snd_info_entry *entry;
771 static struct snd_info_entry *snd_info_create_entry(const char *name)
773 struct snd_info_entry *entry;
800 struct snd_info_entry *snd_info_create_module_entry(struct module * module,
802 struct snd_info_entry *parent)
804 struct snd_info_entry *entry = snd_info_create_entry(name);
824 struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card,
826 struct snd_info_entry * parent)
828 struct snd_info_entry *entry = snd_info_create_entry(name);
839 static void snd_info_disconnect(struct snd_info_entry *entry)
845 snd_info_disconnect(list_entry(p, struct snd_info_entry, list));
859 struct snd_info_entry *entry = device->device_data;
866 struct snd_info_entry *entry = device->device_data;
891 struct snd_info_entry **entryp)
898 struct snd_info_entry *entry;
921 void snd_info_free_entry(struct snd_info_entry * entry)
946 int snd_info_register(struct snd_info_entry * entry)
976 static struct snd_info_entry *snd_info_version_entry;
978 static void snd_info_version_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
988 struct snd_info_entry *entry;