Lines Matching refs:snd_info_entry
54 struct snd_info_entry *entry;
59 static void snd_info_clear_entries(struct snd_info_entry *entry);
65 static struct snd_info_entry *snd_proc_root;
66 struct snd_info_entry *snd_seq_root;
70 struct snd_info_entry *snd_oss_root;
73 static int alloc_info_private(struct snd_info_entry *entry, in alloc_info_private()
107 struct snd_info_entry *entry; in snd_info_entry_llseek()
150 struct snd_info_entry *entry = data->entry; in snd_info_entry_read()
172 struct snd_info_entry *entry = data->entry; in snd_info_entry_write()
193 struct snd_info_entry *entry = data->entry; in snd_info_entry_poll()
211 struct snd_info_entry *entry = data->entry; in snd_info_entry_ioctl()
223 struct snd_info_entry *entry; in snd_info_entry_mmap()
237 struct snd_info_entry *entry = pde_data(inode); in snd_info_entry_open()
274 struct snd_info_entry *entry = data->entry; in snd_info_entry_release()
305 struct snd_info_entry *entry = data->entry; in snd_info_text_entry_write()
355 struct snd_info_entry *entry = data->entry; in snd_info_seq_show()
368 struct snd_info_entry *entry = pde_data(inode); in snd_info_text_entry_open()
405 struct snd_info_entry *entry = data->entry; in snd_info_text_entry_release()
431 static struct snd_info_entry *create_subdir(struct module *mod, in create_subdir()
434 struct snd_info_entry *entry; in create_subdir()
447 static struct snd_info_entry *
448 snd_info_create_entry(const char *name, struct snd_info_entry *parent,
489 static void snd_card_id_read(struct snd_info_entry *entry, in snd_card_id_read()
504 struct snd_info_entry *entry; in snd_info_card_create()
685 static struct snd_info_entry *
686 snd_info_create_entry(const char *name, struct snd_info_entry *parent, in snd_info_create_entry()
689 struct snd_info_entry *entry; in snd_info_create_entry()
723 struct snd_info_entry *snd_info_create_module_entry(struct module * module, in snd_info_create_module_entry()
725 struct snd_info_entry *parent) in snd_info_create_module_entry()
743 struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, in snd_info_create_card_entry()
745 struct snd_info_entry * parent) in snd_info_create_card_entry()
753 static void snd_info_clear_entries(struct snd_info_entry *entry) in snd_info_clear_entries()
755 struct snd_info_entry *p; in snd_info_clear_entries()
770 void snd_info_free_entry(struct snd_info_entry * entry) in snd_info_free_entry()
772 struct snd_info_entry *p, *n; in snd_info_free_entry()
800 static int __snd_info_register(struct snd_info_entry *entry) in __snd_info_register()
845 int snd_info_register(struct snd_info_entry *entry) in snd_info_register()
847 struct snd_info_entry *p; in snd_info_register()
881 void (*read)(struct snd_info_entry *, in snd_card_rw_proc_new() argument
883 void (*write)(struct snd_info_entry *entry, in snd_card_rw_proc_new()
886 struct snd_info_entry *entry; in snd_card_rw_proc_new()
904 static void snd_info_version_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_info_version_read()
913 struct snd_info_entry *entry; in snd_info_version_init()