• Home
  • Raw
  • Download

Lines Matching refs:snd_info_entry

27 struct snd_info_entry;
30 void (*read)(struct snd_info_entry *entry,
32 void (*write)(struct snd_info_entry *entry,
37 int (*open)(struct snd_info_entry *entry,
39 int (*release)(struct snd_info_entry *entry,
41 ssize_t (*read)(struct snd_info_entry *entry, void *file_private_data,
44 ssize_t (*write)(struct snd_info_entry *entry, void *file_private_data,
47 loff_t (*llseek)(struct snd_info_entry *entry,
50 __poll_t (*poll)(struct snd_info_entry *entry,
53 int (*ioctl)(struct snd_info_entry *entry, void *file_private_data,
55 int (*mmap)(struct snd_info_entry *entry, void *file_private_data,
60 struct snd_info_entry { struct
69 struct snd_info_entry *parent; argument
72 void (*private_free)(struct snd_info_entry *entry); argument
88 extern struct snd_info_entry *snd_seq_root; argument
90 extern struct snd_info_entry *snd_oss_root;
114 struct snd_info_entry *snd_info_create_module_entry(struct module *module,
116 struct snd_info_entry *parent);
117 struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card,
119 struct snd_info_entry *parent);
120 void snd_info_free_entry(struct snd_info_entry *entry);
121 int snd_info_store_text(struct snd_info_entry *entry);
122 int snd_info_restore_text(struct snd_info_entry *entry);
129 int snd_info_register(struct snd_info_entry *entry);
133 struct snd_info_entry **entryp) in snd_card_proc_new()
139 static inline void snd_info_set_text_ops(struct snd_info_entry *entry, in snd_info_set_text_ops()
141 void (*read)(struct snd_info_entry *, struct snd_info_buffer *)) in snd_info_set_text_ops() argument
149 void (*read)(struct snd_info_entry *,
151 void (*write)(struct snd_info_entry *entry,
167 static inline struct snd_info_entry *snd_info_create_module_entry(struct module *module, const char… in snd_info_create_module_entry()
168 static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, const char *… in snd_info_create_card_entry()
169 static inline void snd_info_free_entry(struct snd_info_entry *entry) { ; } in snd_info_free_entry()
176 static inline int snd_info_register(struct snd_info_entry *entry) { return 0; } in snd_info_register()
179 struct snd_info_entry **entryp) { return -EINVAL; } in snd_card_proc_new()
180 static inline void snd_info_set_text_ops(struct snd_info_entry *entry __attribute__((unused)), in snd_info_set_text_ops()
182 void (*read)(struct snd_info_entry *, struct snd_info_buffer *)) {} in snd_info_set_text_ops() argument
185 void (*read)(struct snd_info_entry *, in snd_card_rw_proc_new() argument
187 void (*write)(struct snd_info_entry *entry, in snd_card_rw_proc_new()
209 void (*read)(struct snd_info_entry *, in snd_card_ro_proc_new() argument