Lines Matching refs:snd_info_entry
70 struct snd_info_entry *entry;
75 static void snd_info_disconnect(struct snd_info_entry *entry);
81 static struct snd_info_entry *snd_proc_root;
82 struct snd_info_entry *snd_seq_root;
86 struct snd_info_entry *snd_oss_root;
89 static int alloc_info_private(struct snd_info_entry *entry, in alloc_info_private()
123 struct snd_info_entry *entry; in snd_info_entry_llseek()
166 struct snd_info_entry *entry = data->entry; in snd_info_entry_read()
188 struct snd_info_entry *entry = data->entry; in snd_info_entry_write()
209 struct snd_info_entry *entry = data->entry; in snd_info_entry_poll()
227 struct snd_info_entry *entry = data->entry; in snd_info_entry_ioctl()
239 struct snd_info_entry *entry; in snd_info_entry_mmap()
253 struct snd_info_entry *entry = PDE_DATA(inode); in snd_info_entry_open()
290 struct snd_info_entry *entry = data->entry; in snd_info_entry_release()
322 struct snd_info_entry *entry = data->entry; in snd_info_text_entry_write()
367 struct snd_info_entry *entry = data->entry; in snd_info_seq_show()
378 struct snd_info_entry *entry = PDE_DATA(inode); in snd_info_text_entry_open()
415 struct snd_info_entry *entry = data->entry; in snd_info_text_entry_release()
442 static struct snd_info_entry *create_subdir(struct module *mod, in create_subdir()
445 struct snd_info_entry *entry; in create_subdir()
458 static struct snd_info_entry *
459 snd_info_create_entry(const char *name, struct snd_info_entry *parent);
506 struct snd_info_entry *entry; in snd_info_card_create()
520 static int snd_info_register_recursive(struct snd_info_entry *entry) in snd_info_register_recursive()
522 struct snd_info_entry *p; in snd_info_register_recursive()
702 static struct snd_info_entry *
703 snd_info_create_entry(const char *name, struct snd_info_entry *parent) in snd_info_create_entry()
705 struct snd_info_entry *entry; in snd_info_create_entry()
735 struct snd_info_entry *snd_info_create_module_entry(struct module * module, in snd_info_create_module_entry()
737 struct snd_info_entry *parent) in snd_info_create_module_entry()
739 struct snd_info_entry *entry = snd_info_create_entry(name, parent); in snd_info_create_module_entry()
757 struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, in snd_info_create_card_entry()
759 struct snd_info_entry * parent) in snd_info_create_card_entry()
761 struct snd_info_entry *entry = snd_info_create_entry(name, parent); in snd_info_create_card_entry()
771 static void snd_info_disconnect(struct snd_info_entry *entry) in snd_info_disconnect()
773 struct snd_info_entry *p; in snd_info_disconnect()
789 void snd_info_free_entry(struct snd_info_entry * entry) in snd_info_free_entry()
791 struct snd_info_entry *p, *n; in snd_info_free_entry()
822 int snd_info_register(struct snd_info_entry * entry) in snd_info_register()
861 static void snd_info_version_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_info_version_read()
870 struct snd_info_entry *entry; in snd_info_version_init()