Lines Matching refs:snd_info_entry

54 	struct snd_info_entry *entry;
59 static void snd_info_disconnect(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()
680 static struct snd_info_entry *
681 snd_info_create_entry(const char *name, struct snd_info_entry *parent, in snd_info_create_entry()
684 struct snd_info_entry *entry; in snd_info_create_entry()
718 struct snd_info_entry *snd_info_create_module_entry(struct module * module, in snd_info_create_module_entry()
720 struct snd_info_entry *parent) in snd_info_create_module_entry()
738 struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, in snd_info_create_card_entry()
740 struct snd_info_entry * parent) in snd_info_create_card_entry()
748 static void snd_info_disconnect(struct snd_info_entry *entry) in snd_info_disconnect()
750 struct snd_info_entry *p; in snd_info_disconnect()
766 void snd_info_free_entry(struct snd_info_entry * entry) in snd_info_free_entry()
768 struct snd_info_entry *p, *n; in snd_info_free_entry()
795 static int __snd_info_register(struct snd_info_entry *entry) in __snd_info_register()
840 int snd_info_register(struct snd_info_entry *entry) in snd_info_register()
842 struct snd_info_entry *p; in snd_info_register()
876 void (*read)(struct snd_info_entry *, in snd_card_rw_proc_new() argument
878 void (*write)(struct snd_info_entry *entry, in snd_card_rw_proc_new()
881 struct snd_info_entry *entry; in snd_card_rw_proc_new()
899 static void snd_info_version_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_info_version_read()
908 struct snd_info_entry *entry; in snd_info_version_init()