Searched defs:snd_info_entry (Results 1 – 4 of 4) sorted by relevance
| /linux/include/sound/ |
| H A D | info.h | 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 139 void (*read)(struct snd_info_entry *, struct snd_info_buffer *)) in snd_info_set_text_ops() 180 void (*read)(struct snd_info_entry *, struct snd_info_buffer *)) {} in snd_info_set_text_ops() 183 void (*read)(struct snd_info_entry *, in snd_card_rw_proc_new() 207 void (*read)(struct snd_info_entry *, in snd_card_ro_proc_new()
|
| /linux/sound/core/seq/ |
| H A D | seq_info.c | 21 create_info_entry(char *name, void (*read)(struct snd_info_entry *, in create_info_entry()
|
| /linux/sound/core/ |
| H A D | info.c | 848 snd_card_rw_proc_new(struct snd_card * card,const char * name,void * private_data,void (* read)(struct snd_info_entry *,struct snd_info_buffer *),void (* write)(struct snd_info_entry * entry,struct snd_info_buffer * buffer)) snd_card_rw_proc_new() argument [all...] |
| H A D | pcm.c | 535 create_substream_info_entry(struct snd_pcm_substream * substream,const char * name,void (* read)(struct snd_info_entry *,struct snd_info_buffer *)) create_substream_info_entry() argument [all...] |