Lines Matching refs:snd_info_entry
55 struct snd_info_entry *entry;
60 static void snd_info_disconnect(struct snd_info_entry *entry);
66 static struct snd_info_entry *snd_proc_root;
67 struct snd_info_entry *snd_seq_root;
71 struct snd_info_entry *snd_oss_root;
74 static int alloc_info_private(struct snd_info_entry *entry, in alloc_info_private()
108 struct snd_info_entry *entry; in snd_info_entry_llseek()
151 struct snd_info_entry *entry = data->entry; in snd_info_entry_read()
173 struct snd_info_entry *entry = data->entry; in snd_info_entry_write()
194 struct snd_info_entry *entry = data->entry; in snd_info_entry_poll()
212 struct snd_info_entry *entry = data->entry; in snd_info_entry_ioctl()
224 struct snd_info_entry *entry; in snd_info_entry_mmap()
238 struct snd_info_entry *entry = PDE_DATA(inode); in snd_info_entry_open()
275 struct snd_info_entry *entry = data->entry; in snd_info_entry_release()
307 struct snd_info_entry *entry = data->entry; in snd_info_text_entry_write()
357 struct snd_info_entry *entry = data->entry; in snd_info_seq_show()
370 struct snd_info_entry *entry = PDE_DATA(inode); in snd_info_text_entry_open()
407 struct snd_info_entry *entry = data->entry; in snd_info_text_entry_release()
434 static struct snd_info_entry *create_subdir(struct module *mod, in create_subdir()
437 struct snd_info_entry *entry; in create_subdir()
450 static struct snd_info_entry *
451 snd_info_create_entry(const char *name, struct snd_info_entry *parent,
492 static void snd_card_id_read(struct snd_info_entry *entry, in snd_card_id_read()
507 struct snd_info_entry *entry; in snd_info_card_create()
681 static struct snd_info_entry *
682 snd_info_create_entry(const char *name, struct snd_info_entry *parent, in snd_info_create_entry()
685 struct snd_info_entry *entry; in snd_info_create_entry()
719 struct snd_info_entry *snd_info_create_module_entry(struct module * module, in snd_info_create_module_entry()
721 struct snd_info_entry *parent) in snd_info_create_module_entry()
739 struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, in snd_info_create_card_entry()
741 struct snd_info_entry * parent) in snd_info_create_card_entry()
749 static void snd_info_disconnect(struct snd_info_entry *entry) in snd_info_disconnect()
751 struct snd_info_entry *p; in snd_info_disconnect()
767 void snd_info_free_entry(struct snd_info_entry * entry) in snd_info_free_entry()
769 struct snd_info_entry *p, *n; in snd_info_free_entry()
796 static int __snd_info_register(struct snd_info_entry *entry) in __snd_info_register()
841 int snd_info_register(struct snd_info_entry *entry) in snd_info_register()
843 struct snd_info_entry *p; in snd_info_register()
875 void (*read)(struct snd_info_entry *, in snd_card_rw_proc_new() argument
877 void (*write)(struct snd_info_entry *entry, in snd_card_rw_proc_new()
880 struct snd_info_entry *entry; in snd_card_rw_proc_new()
898 static void snd_info_version_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_info_version_read()
907 struct snd_info_entry *entry; in snd_info_version_init()