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()
372 struct snd_info_entry *entry = data->entry; in snd_info_seq_show()
385 struct snd_info_entry *entry = PDE_DATA(inode); in snd_info_text_entry_open()
422 struct snd_info_entry *entry = data->entry; in snd_info_text_entry_release()
449 static struct snd_info_entry *create_subdir(struct module *mod, in create_subdir()
452 struct snd_info_entry *entry; in create_subdir()
465 static struct snd_info_entry *
466 snd_info_create_entry(const char *name, struct snd_info_entry *parent);
513 struct snd_info_entry *entry; in snd_info_card_create()
527 static int snd_info_register_recursive(struct snd_info_entry *entry) in snd_info_register_recursive()
529 struct snd_info_entry *p; in snd_info_register_recursive()
707 static struct snd_info_entry *
708 snd_info_create_entry(const char *name, struct snd_info_entry *parent) in snd_info_create_entry()
710 struct snd_info_entry *entry; in snd_info_create_entry()
740 struct snd_info_entry *snd_info_create_module_entry(struct module * module, in snd_info_create_module_entry()
742 struct snd_info_entry *parent) in snd_info_create_module_entry()
744 struct snd_info_entry *entry = snd_info_create_entry(name, parent); in snd_info_create_module_entry()
761 struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, in snd_info_create_card_entry()
763 struct snd_info_entry * parent) in snd_info_create_card_entry()
765 struct snd_info_entry *entry = snd_info_create_entry(name, parent); in snd_info_create_card_entry()
774 static void snd_info_disconnect(struct snd_info_entry *entry) in snd_info_disconnect()
776 struct snd_info_entry *p; in snd_info_disconnect()
792 void snd_info_free_entry(struct snd_info_entry * entry) in snd_info_free_entry()
794 struct snd_info_entry *p, *n; in snd_info_free_entry()
824 int snd_info_register(struct snd_info_entry * entry) in snd_info_register()
862 static void snd_info_version_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_info_version_read()
871 struct snd_info_entry *entry; in snd_info_version_init()