Lines Matching refs:snd_info_entry

76 	struct snd_info_entry *entry;
82 static void snd_info_disconnect(struct snd_info_entry *entry);
149 struct snd_info_entry *snd_seq_root;
153 struct snd_info_entry *snd_oss_root;
159 struct snd_info_entry *entry; in snd_info_entry_llseek()
205 struct snd_info_entry *entry; in snd_info_entry_read()
252 struct snd_info_entry *entry; in snd_info_entry_write()
303 struct snd_info_entry *entry; in snd_info_entry_open()
404 struct snd_info_entry *entry; in snd_info_entry_release()
449 struct snd_info_entry *entry; in snd_info_entry_poll()
476 struct snd_info_entry *entry; in snd_info_entry_ioctl()
497 struct snd_info_entry *entry; in snd_info_entry_mmap()
537 struct snd_info_entry *entry; in snd_info_init()
550 struct snd_info_entry *entry; in snd_info_init()
598 struct snd_info_entry *entry; in snd_info_card_create()
768 static struct snd_info_entry *snd_info_create_entry(const char *name) in snd_info_create_entry()
770 struct snd_info_entry *entry; in snd_info_create_entry()
797 struct snd_info_entry *snd_info_create_module_entry(struct module * module, in snd_info_create_module_entry()
799 struct snd_info_entry *parent) in snd_info_create_module_entry()
801 struct snd_info_entry *entry = snd_info_create_entry(name); in snd_info_create_module_entry()
821 struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, in snd_info_create_card_entry()
823 struct snd_info_entry * parent) in snd_info_create_card_entry()
825 struct snd_info_entry *entry = snd_info_create_entry(name); in snd_info_create_card_entry()
836 static void snd_info_disconnect(struct snd_info_entry *entry) in snd_info_disconnect()
842 snd_info_disconnect(list_entry(p, struct snd_info_entry, list)); in snd_info_disconnect()
856 struct snd_info_entry *entry = device->device_data; in snd_info_dev_free_entry()
863 struct snd_info_entry *entry = device->device_data; in snd_info_dev_register_entry()
888 struct snd_info_entry **entryp) in snd_card_proc_new()
895 struct snd_info_entry *entry; in snd_card_proc_new()
918 void snd_info_free_entry(struct snd_info_entry * entry) in snd_info_free_entry()
943 int snd_info_register(struct snd_info_entry * entry) in snd_info_register()
979 static struct snd_info_entry *snd_info_version_entry;
981 static void snd_info_version_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_info_version_read()
990 struct snd_info_entry *entry; in snd_info_version_init()