include/sound/ac97_codec.h
215
struct snd_info_entry *proc;
include/sound/ac97_codec.h
242
struct snd_info_entry *proc;
include/sound/ac97_codec.h
243
struct snd_info_entry *proc_regs;
include/sound/compress_driver.h
207
struct snd_info_entry *proc_root;
include/sound/compress_driver.h
208
struct snd_info_entry *proc_info_entry;
include/sound/core.h
113
struct snd_info_entry *proc_root; /* root for soundcard specific files */
include/sound/emux_synth.h
114
struct snd_info_entry *proc;
include/sound/info.h
114
struct snd_info_entry *snd_info_create_module_entry(struct module *module,
include/sound/info.h
116
struct snd_info_entry *parent);
include/sound/info.h
117
struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card,
include/sound/info.h
119
struct snd_info_entry *parent);
include/sound/info.h
120
void snd_info_free_entry(struct snd_info_entry *entry);
include/sound/info.h
127
int snd_info_register(struct snd_info_entry *entry);
include/sound/info.h
131
struct snd_info_entry **entryp)
include/sound/info.h
137
static inline void snd_info_set_text_ops(struct snd_info_entry *entry,
include/sound/info.h
139
void (*read)(struct snd_info_entry *, struct snd_info_buffer *))
include/sound/info.h
147
void (*read)(struct snd_info_entry *,
include/sound/info.h
149
void (*write)(struct snd_info_entry *entry,
include/sound/info.h
165
static inline struct snd_info_entry *snd_info_create_module_entry(struct module *module, const char *name, struct snd_info_entry *parent) { return NULL; }
include/sound/info.h
166
static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, const char *name, struct snd_info_entry *parent) { return NULL; }
include/sound/info.h
167
static inline void snd_info_free_entry(struct snd_info_entry *entry) { ; }
include/sound/info.h
174
static inline int snd_info_register(struct snd_info_entry *entry) { return 0; }
include/sound/info.h
177
struct snd_info_entry **entryp) { return -EINVAL; }
include/sound/info.h
178
static inline void snd_info_set_text_ops(struct snd_info_entry *entry __attribute__((unused)),
include/sound/info.h
180
void (*read)(struct snd_info_entry *, struct snd_info_buffer *)) {}
include/sound/info.h
183
void (*read)(struct snd_info_entry *,
include/sound/info.h
185
void (*write)(struct snd_info_entry *entry,
include/sound/info.h
207
void (*read)(struct snd_info_entry *,
include/sound/info.h
27
struct snd_info_entry;
include/sound/info.h
30
void (*read)(struct snd_info_entry *entry,
include/sound/info.h
32
void (*write)(struct snd_info_entry *entry,
include/sound/info.h
37
int (*open)(struct snd_info_entry *entry,
include/sound/info.h
39
int (*release)(struct snd_info_entry *entry,
include/sound/info.h
41
ssize_t (*read)(struct snd_info_entry *entry, void *file_private_data,
include/sound/info.h
44
ssize_t (*write)(struct snd_info_entry *entry, void *file_private_data,
include/sound/info.h
47
loff_t (*llseek)(struct snd_info_entry *entry,
include/sound/info.h
50
__poll_t (*poll)(struct snd_info_entry *entry,
include/sound/info.h
53
int (*ioctl)(struct snd_info_entry *entry, void *file_private_data,
include/sound/info.h
55
int (*mmap)(struct snd_info_entry *entry, void *file_private_data,
include/sound/info.h
69
struct snd_info_entry *parent;
include/sound/info.h
72
void (*private_free)(struct snd_info_entry *entry);
include/sound/info.h
88
extern struct snd_info_entry *snd_seq_root;
include/sound/info.h
90
extern struct snd_info_entry *snd_oss_root;
include/sound/mixer_oss.h
50
struct snd_info_entry *proc_entry;
include/sound/pcm.h
500
struct snd_info_entry *proc_root;
include/sound/pcm.h
525
struct snd_info_entry *proc_root;
include/sound/pcm_oss.h
66
struct snd_info_entry *proc_entry;
include/sound/rawmidi.h
142
struct snd_info_entry *proc_entry;
include/sound/rawmidi.h
53
void (*proc_read)(struct snd_info_entry *entry,
include/sound/sb.h
96
struct snd_info_entry *proc_entry;
sound/core/compress_offload.c
1432
static void snd_compress_proc_info_read(struct snd_info_entry *entry,
sound/core/compress_offload.c
1447
struct snd_info_entry *entry;
sound/core/hwdep.c
481
static void snd_hwdep_proc_read(struct snd_info_entry *entry,
sound/core/hwdep.c
492
static struct snd_info_entry *snd_hwdep_proc_entry;
sound/core/hwdep.c
496
struct snd_info_entry *entry;
sound/core/info.c
107
struct snd_info_entry *entry;
sound/core/info.c
145
struct snd_info_entry *entry = data->entry;
sound/core/info.c
167
struct snd_info_entry *entry = data->entry;
sound/core/info.c
188
struct snd_info_entry *entry = data->entry;
sound/core/info.c
206
struct snd_info_entry *entry = data->entry;
sound/core/info.c
218
struct snd_info_entry *entry;
sound/core/info.c
232
struct snd_info_entry *entry = pde_data(inode);
sound/core/info.c
266
struct snd_info_entry *entry = data->entry;
sound/core/info.c
297
struct snd_info_entry *entry = data->entry;
sound/core/info.c
336
struct snd_info_entry *entry = data->entry;
sound/core/info.c
349
struct snd_info_entry *entry = pde_data(inode);
sound/core/info.c
383
struct snd_info_entry *entry = data->entry;
sound/core/info.c
409
static struct snd_info_entry *create_subdir(struct module *mod,
sound/core/info.c
412
struct snd_info_entry *entry;
sound/core/info.c
425
static struct snd_info_entry *
sound/core/info.c
426
snd_info_create_entry(const char *name, struct snd_info_entry *parent,
sound/core/info.c
467
static void snd_card_id_read(struct snd_info_entry *entry,
sound/core/info.c
482
struct snd_info_entry *entry;
sound/core/info.c
54
struct snd_info_entry *entry;
sound/core/info.c
59
static void snd_info_clear_entries(struct snd_info_entry *entry);
sound/core/info.c
65
static struct snd_info_entry *snd_proc_root;
sound/core/info.c
66
struct snd_info_entry *snd_seq_root;
sound/core/info.c
661
static struct snd_info_entry *
sound/core/info.c
662
snd_info_create_entry(const char *name, struct snd_info_entry *parent,
sound/core/info.c
665
struct snd_info_entry *entry;
sound/core/info.c
698
struct snd_info_entry *snd_info_create_module_entry(struct module * module,
sound/core/info.c
70
struct snd_info_entry *snd_oss_root;
sound/core/info.c
700
struct snd_info_entry *parent)
sound/core/info.c
718
struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card,
sound/core/info.c
720
struct snd_info_entry * parent)
sound/core/info.c
728
static void snd_info_clear_entries(struct snd_info_entry *entry)
sound/core/info.c
73
static int alloc_info_private(struct snd_info_entry *entry,
sound/core/info.c
730
struct snd_info_entry *p;
sound/core/info.c
745
void snd_info_free_entry(struct snd_info_entry * entry)
sound/core/info.c
747
struct snd_info_entry *p, *n;
sound/core/info.c
773
static int __snd_info_register(struct snd_info_entry *entry)
sound/core/info.c
812
int snd_info_register(struct snd_info_entry *entry)
sound/core/info.c
814
struct snd_info_entry *p;
sound/core/info.c
848
void (*read)(struct snd_info_entry *,
sound/core/info.c
850
void (*write)(struct snd_info_entry *entry,
sound/core/info.c
853
struct snd_info_entry *entry;
sound/core/info.c
871
static void snd_info_version_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/core/info.c
880
struct snd_info_entry *entry;
sound/core/info_oss.c
69
static void snd_sndstat_proc_read(struct snd_info_entry *entry,
sound/core/info_oss.c
93
struct snd_info_entry *entry;
sound/core/init.c
930
static void snd_card_info_read(struct snd_info_entry *entry,
sound/core/init.c
976
static void snd_card_module_info_read(struct snd_info_entry *entry,
sound/core/init.c
994
struct snd_info_entry *entry;
sound/core/oss/mixer_oss.c
1123
static void snd_mixer_oss_proc_read(struct snd_info_entry *entry,
sound/core/oss/mixer_oss.c
1146
static void snd_mixer_oss_proc_write(struct snd_info_entry *entry,
sound/core/oss/mixer_oss.c
1206
struct snd_info_entry *entry;
sound/core/oss/pcm_oss.c
2950
static void snd_pcm_oss_proc_read(struct snd_info_entry *entry,
sound/core/oss/pcm_oss.c
2984
static void snd_pcm_oss_proc_write(struct snd_info_entry *entry,
sound/core/oss/pcm_oss.c
3062
struct snd_info_entry *entry;
sound/core/pcm.c
1165
static void snd_pcm_proc_read(struct snd_info_entry *entry,
sound/core/pcm.c
1184
static struct snd_info_entry *snd_pcm_proc_entry;
sound/core/pcm.c
1188
struct snd_info_entry *entry;
sound/core/pcm.c
359
static void snd_pcm_stream_proc_info_read(struct snd_info_entry *entry,
sound/core/pcm.c
366
static void snd_pcm_substream_proc_info_read(struct snd_info_entry *entry,
sound/core/pcm.c
372
static void snd_pcm_substream_proc_hw_params_read(struct snd_info_entry *entry,
sound/core/pcm.c
407
static void snd_pcm_substream_proc_sw_params_read(struct snd_info_entry *entry,
sound/core/pcm.c
433
static void snd_pcm_substream_proc_status_read(struct snd_info_entry *entry,
sound/core/pcm.c
471
static void snd_pcm_xrun_injection_write(struct snd_info_entry *entry,
sound/core/pcm.c
479
static void snd_pcm_xrun_debug_read(struct snd_info_entry *entry,
sound/core/pcm.c
486
static void snd_pcm_xrun_debug_write(struct snd_info_entry *entry,
sound/core/pcm.c
499
struct snd_info_entry *entry;
sound/core/pcm.c
532
static struct snd_info_entry *
sound/core/pcm.c
535
void (*read)(struct snd_info_entry *,
sound/core/pcm.c
538
struct snd_info_entry *entry;
sound/core/pcm.c
549
struct snd_info_entry *entry;
sound/core/pcm_memory.c
156
static void snd_pcm_lib_preallocate_proc_read(struct snd_info_entry *entry,
sound/core/pcm_memory.c
168
static void snd_pcm_lib_preallocate_max_proc_read(struct snd_info_entry *entry,
sound/core/pcm_memory.c
180
static void snd_pcm_lib_preallocate_proc_write(struct snd_info_entry *entry,
sound/core/pcm_memory.c
235
struct snd_info_entry *entry;
sound/core/rawmidi.c
1700
static void snd_rawmidi_proc_info_read(struct snd_info_entry *entry,
sound/core/rawmidi.c
1960
struct snd_info_entry *entry;
sound/core/seq/oss/seq_oss.c
262
static struct snd_info_entry *info_entry;
sound/core/seq/oss/seq_oss.c
265
info_read(struct snd_info_entry *entry, struct snd_info_buffer *buf)
sound/core/seq/oss/seq_oss.c
278
struct snd_info_entry *entry;
sound/core/seq/seq_clientmgr.c
2588
void snd_seq_info_clients_read(struct snd_info_entry *entry,
sound/core/seq/seq_info.c
15
static struct snd_info_entry *queues_entry;
sound/core/seq/seq_info.c
16
static struct snd_info_entry *clients_entry;
sound/core/seq/seq_info.c
17
static struct snd_info_entry *timer_entry;
sound/core/seq/seq_info.c
20
static struct snd_info_entry * __init
sound/core/seq/seq_info.c
21
create_info_entry(char *name, void (*read)(struct snd_info_entry *,
sound/core/seq/seq_info.c
24
struct snd_info_entry *entry;
sound/core/seq/seq_info.h
12
void snd_seq_info_clients_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
sound/core/seq/seq_info.h
13
void snd_seq_info_timer_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
sound/core/seq/seq_info.h
14
void snd_seq_info_queues_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
sound/core/seq/seq_queue.c
670
void snd_seq_info_queues_read(struct snd_info_entry *entry,
sound/core/seq/seq_timer.c
439
void snd_seq_info_timer_read(struct snd_info_entry *entry,
sound/core/seq_device.c
83
static struct snd_info_entry *info_entry;
sound/core/seq_device.c
96
static void snd_seq_device_info(struct snd_info_entry *entry,
sound/core/sound.c
348
static void snd_minor_info_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/core/sound.c
375
struct snd_info_entry *entry;
sound/core/sound_oss.c
211
static void snd_minor_info_oss_read(struct snd_info_entry *entry,
sound/core/sound_oss.c
235
struct snd_info_entry *entry;
sound/core/timer.c
1217
static void snd_timer_proc_read(struct snd_info_entry *entry,
sound/core/timer.c
1265
static struct snd_info_entry *snd_timer_proc_entry;
sound/core/timer.c
1269
struct snd_info_entry *entry;
sound/core/ump.c
25
static void snd_ump_proc_read(struct snd_info_entry *entry,
sound/core/ump.c
511
static void snd_ump_proc_read(struct snd_info_entry *entry,
sound/drivers/aloop.c
1723
static void print_cable_info(struct snd_info_entry *entry,
sound/drivers/aloop.c
1757
static void print_timer_source_info(struct snd_info_entry *entry,
sound/drivers/aloop.c
1767
static void change_timer_source_info(struct snd_info_entry *entry,
sound/drivers/dummy.c
952
static void dummy_proc_read(struct snd_info_entry *entry,
sound/drivers/dummy.c
974
static void dummy_proc_write(struct snd_info_entry *entry,
sound/drivers/opl4/opl4_local.h
182
struct snd_info_entry *proc_entry;
sound/drivers/opl4/opl4_proc.c
12
static int snd_opl4_mem_proc_open(struct snd_info_entry *entry,
sound/drivers/opl4/opl4_proc.c
24
static int snd_opl4_mem_proc_release(struct snd_info_entry *entry,
sound/drivers/opl4/opl4_proc.c
34
static ssize_t snd_opl4_mem_proc_read(struct snd_info_entry *entry,
sound/drivers/opl4/opl4_proc.c
54
static ssize_t snd_opl4_mem_proc_write(struct snd_info_entry *entry,
sound/drivers/opl4/opl4_proc.c
84
struct snd_info_entry *entry;
sound/drivers/vx/vx_core.c
587
static void vx_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/firewire/bebob/bebob_proc.c
104
proc_read_formation(struct snd_info_entry *entry,
sound/firewire/bebob/bebob_proc.c
131
proc_read_clock(struct snd_info_entry *entry,
sound/firewire/bebob/bebob_proc.c
159
add_node(struct snd_bebob *bebob, struct snd_info_entry *root, const char *name,
sound/firewire/bebob/bebob_proc.c
160
void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b))
sound/firewire/bebob/bebob_proc.c
162
struct snd_info_entry *entry;
sound/firewire/bebob/bebob_proc.c
171
struct snd_info_entry *root;
sound/firewire/bebob/bebob_proc.c
35
proc_read_hw_info(struct snd_info_entry *entry,
sound/firewire/bebob/bebob_proc.c
71
proc_read_meters(struct snd_info_entry *entry,
sound/firewire/dice/dice-proc.c
245
static void dice_proc_read_formation(struct snd_info_entry *entry,
sound/firewire/dice/dice-proc.c
279
static void add_node(struct snd_dice *dice, struct snd_info_entry *root,
sound/firewire/dice/dice-proc.c
281
void (*op)(struct snd_info_entry *entry,
sound/firewire/dice/dice-proc.c
284
struct snd_info_entry *entry;
sound/firewire/dice/dice-proc.c
293
struct snd_info_entry *root;
sound/firewire/dice/dice-proc.c
56
static void dice_proc_read(struct snd_info_entry *entry,
sound/firewire/digi00x/digi00x-proc.c
25
static void proc_read_clock(struct snd_info_entry *entry,
sound/firewire/digi00x/digi00x-proc.c
70
struct snd_info_entry *root, *entry;
sound/firewire/fireface/ff-proc.c
27
static void proc_dump_status(struct snd_info_entry *entry,
sound/firewire/fireface/ff-proc.c
35
static void add_node(struct snd_ff *ff, struct snd_info_entry *root,
sound/firewire/fireface/ff-proc.c
37
void (*op)(struct snd_info_entry *e,
sound/firewire/fireface/ff-proc.c
40
struct snd_info_entry *entry;
sound/firewire/fireface/ff-proc.c
49
struct snd_info_entry *root;
sound/firewire/fireworks/fireworks_proc.c
105
proc_read_clock(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/firewire/fireworks/fireworks_proc.c
127
proc_read_phys_meters(struct snd_info_entry *entry,
sound/firewire/fireworks/fireworks_proc.c
178
proc_read_queues_state(struct snd_info_entry *entry,
sound/firewire/fireworks/fireworks_proc.c
195
add_node(struct snd_efw *efw, struct snd_info_entry *root, const char *name,
sound/firewire/fireworks/fireworks_proc.c
196
void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b))
sound/firewire/fireworks/fireworks_proc.c
198
struct snd_info_entry *entry;
sound/firewire/fireworks/fireworks_proc.c
207
struct snd_info_entry *root;
sound/firewire/fireworks/fireworks_proc.c
28
proc_read_hwinfo(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/firewire/motu/motu-proc.c
26
static void proc_read_clock(struct snd_info_entry *entry,
sound/firewire/motu/motu-proc.c
43
static void proc_read_format(struct snd_info_entry *entry,
sound/firewire/motu/motu-proc.c
81
static void add_node(struct snd_motu *motu, struct snd_info_entry *root,
sound/firewire/motu/motu-proc.c
83
void (*op)(struct snd_info_entry *e,
sound/firewire/motu/motu-proc.c
86
struct snd_info_entry *entry;
sound/firewire/motu/motu-proc.c
95
struct snd_info_entry *root;
sound/firewire/oxfw/oxfw-proc.c
10
static void proc_read_formation(struct snd_info_entry *entry,
sound/firewire/oxfw/oxfw-proc.c
77
static void add_node(struct snd_oxfw *oxfw, struct snd_info_entry *root,
sound/firewire/oxfw/oxfw-proc.c
79
void (*op)(struct snd_info_entry *e,
sound/firewire/oxfw/oxfw-proc.c
82
struct snd_info_entry *entry;
sound/firewire/oxfw/oxfw-proc.c
91
struct snd_info_entry *root;
sound/firewire/tascam/tascam-proc.c
10
static void proc_read_firmware(struct snd_info_entry *entry,
sound/firewire/tascam/tascam-proc.c
52
static void add_node(struct snd_tscm *tscm, struct snd_info_entry *root,
sound/firewire/tascam/tascam-proc.c
54
void (*op)(struct snd_info_entry *e,
sound/firewire/tascam/tascam-proc.c
57
struct snd_info_entry *entry;
sound/firewire/tascam/tascam-proc.c
66
struct snd_info_entry *root;
sound/hda/codecs/hdmi/hdmi.c
285
static void print_eld_info(struct snd_info_entry *entry,
sound/hda/codecs/hdmi/hdmi.c
295
static void write_eld_info(struct snd_info_entry *entry,
sound/hda/codecs/hdmi/hdmi.c
308
struct snd_info_entry *entry;
sound/hda/codecs/hdmi/hdmi_local.h
56
struct snd_info_entry *proc_entry;
sound/hda/common/proc.c
773
static void print_codec_info(struct snd_info_entry *entry,
sound/i2c/other/ak4113.c
464
static void snd_ak4113_proc_regs_read(struct snd_info_entry *entry,
sound/i2c/other/ak4114.c
428
static void snd_ak4114_proc_regs_read(struct snd_info_entry *entry,
sound/i2c/other/ak4xxx-adda.c
847
static void proc_regs_read(struct snd_info_entry *entry,
sound/isa/gus/gus_irq.c
101
static void snd_gus_irq_info_read(struct snd_info_entry *entry,
sound/isa/gus/gus_mem.c
14
static void snd_gf1_mem_info_read(struct snd_info_entry *entry,
sound/isa/gus/gus_mem.c
254
static void snd_gf1_mem_info_read(struct snd_info_entry *entry,
sound/isa/gus/gus_mem_proc.c
19
static ssize_t snd_gf1_mem_proc_dump(struct snd_info_entry *entry,
sound/isa/gus/gus_mem_proc.c
34
static void snd_gf1_mem_proc_free(struct snd_info_entry *entry)
sound/isa/gus/gus_mem_proc.c
49
struct snd_info_entry *entry;
sound/isa/opti9xx/miro.c
888
static void snd_miro_proc_read(struct snd_info_entry * entry,
sound/isa/sb/sb16_csp.c
1106
static void info_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/isa/sb/sb16_csp.c
98
static void info_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
sound/parisc/harmony.h
52
struct snd_info_entry *proc;
sound/pci/ac97/ac97_proc.c
328
static void snd_ac97_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/pci/ac97/ac97_proc.c
362
static void snd_ac97_proc_regs_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/pci/ac97/ac97_proc.c
389
static void snd_ac97_proc_regs_read(struct snd_info_entry *entry,
sound/pci/ac97/ac97_proc.c
414
struct snd_info_entry *entry;
sound/pci/ac97/ac97_proc.c
450
struct snd_info_entry *entry;
sound/pci/ad1889.c
617
snd_ad1889_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/pci/ad1889.c
84
struct snd_info_entry *proc;
sound/pci/ak4531_codec.c
451
static void snd_ak4531_proc_read(struct snd_info_entry *entry,
sound/pci/ali5451/ali5451.c
1957
static void snd_ali_proc_read(struct snd_info_entry *entry,
sound/pci/asihpi/asihpi.c
2649
snd_asihpi_proc_read(struct snd_info_entry *entry,
sound/pci/atiixp.c
1492
static void snd_atiixp_proc_read(struct snd_info_entry *entry,
sound/pci/atiixp_modem.c
1123
static void snd_atiixp_proc_read(struct snd_info_entry *entry,
sound/pci/ca0106/ca0106_proc.c
258
static void snd_ca0106_proc_iec958(struct snd_info_entry *entry,
sound/pci/ca0106/ca0106_proc.c
280
static void snd_ca0106_proc_reg_write32(struct snd_info_entry *entry,
sound/pci/ca0106/ca0106_proc.c
296
static void snd_ca0106_proc_reg_read32(struct snd_info_entry *entry,
sound/pci/ca0106/ca0106_proc.c
312
static void snd_ca0106_proc_reg_read16(struct snd_info_entry *entry,
sound/pci/ca0106/ca0106_proc.c
328
static void snd_ca0106_proc_reg_read8(struct snd_info_entry *entry,
sound/pci/ca0106/ca0106_proc.c
344
static void snd_ca0106_proc_reg_read1(struct snd_info_entry *entry,
sound/pci/ca0106/ca0106_proc.c
362
static void snd_ca0106_proc_reg_read2(struct snd_info_entry *entry,
sound/pci/ca0106/ca0106_proc.c
380
static void snd_ca0106_proc_reg_write(struct snd_info_entry *entry,
sound/pci/ca0106/ca0106_proc.c
394
static void snd_ca0106_proc_i2c_write(struct snd_info_entry *entry,
sound/pci/cmipci.c
2700
static void snd_cmipci_proc_read(struct snd_info_entry *entry,
sound/pci/cs4281.c
1095
static void snd_cs4281_proc_read(struct snd_info_entry *entry,
sound/pci/cs4281.c
1105
static ssize_t snd_cs4281_BA0_read(struct snd_info_entry *entry,
sound/pci/cs4281.c
1117
static ssize_t snd_cs4281_BA1_read(struct snd_info_entry *entry,
sound/pci/cs4281.c
1139
struct snd_info_entry *entry;
sound/pci/cs46xx/cs46xx_dsp_spos.h
104
struct snd_info_entry *proc_info;
sound/pci/cs46xx/cs46xx_dsp_spos.h
164
struct snd_info_entry * proc_dsp_dir;
sound/pci/cs46xx/cs46xx_lib.c
2752
static ssize_t snd_cs46xx_io_read(struct snd_info_entry *entry,
sound/pci/cs46xx/cs46xx_lib.c
2770
struct snd_info_entry *entry;
sound/pci/cs46xx/dsp_spos.c
490
static void cs46xx_dsp_proc_symbol_table_read (struct snd_info_entry *entry,
sound/pci/cs46xx/dsp_spos.c
518
static void cs46xx_dsp_proc_modules_read (struct snd_info_entry *entry,
sound/pci/cs46xx/dsp_spos.c
540
static void cs46xx_dsp_proc_task_tree_read (struct snd_info_entry *entry,
sound/pci/cs46xx/dsp_spos.c
567
static void cs46xx_dsp_proc_scb_read (struct snd_info_entry *entry,
sound/pci/cs46xx/dsp_spos.c
599
static void cs46xx_dsp_proc_parameter_dump_read (struct snd_info_entry *entry,
sound/pci/cs46xx/dsp_spos.c
628
static void cs46xx_dsp_proc_sample_dump_read (struct snd_info_entry *entry,
sound/pci/cs46xx/dsp_spos.c
778
struct snd_info_entry *entry;
sound/pci/cs46xx/dsp_spos_scb_lib.c
227
struct snd_info_entry * entry;
sound/pci/cs46xx/dsp_spos_scb_lib.c
57
static void cs46xx_dsp_proc_scb_info_read (struct snd_info_entry *entry,
sound/pci/emu10k1/emu10k1x.c
946
static void snd_emu10k1x_proc_reg_read(struct snd_info_entry *entry,
sound/pci/emu10k1/emu10k1x.c
972
static void snd_emu10k1x_proc_reg_write(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
161
static void snd_emu10k1_proc_spdif_read(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
215
static void snd_emu10k1_proc_rates_read(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
332
static void snd_emu10k1_proc_acode_read(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
383
static ssize_t snd_emu10k1_fx8010_read(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
426
static void snd_emu10k1_proc_voices_read(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
458
static void snd_emu_proc_emu1010_reg_read(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
507
static void snd_emu_proc_io_reg_read(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
520
static void snd_emu_proc_io_reg_write(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
565
static void snd_emu_proc_ptr_reg_read(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
586
static void snd_emu_proc_ptr_reg_write(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
601
static void snd_emu_proc_ptr_reg_write00(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
607
static void snd_emu_proc_ptr_reg_write20(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
616
static void snd_emu_proc_ptr_reg_read00a(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
62
static void snd_emu10k1_proc_read(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
622
static void snd_emu_proc_ptr_reg_read00b(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
628
static void snd_emu_proc_ptr_reg_read20a(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
634
static void snd_emu_proc_ptr_reg_read20b(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
640
static void snd_emu_proc_ptr_reg_read20c(struct snd_info_entry *entry,
sound/pci/emu10k1/emuproc.c
653
struct snd_info_entry *entry;
sound/pci/ens1370.c
1823
static void snd_ensoniq_proc_read(struct snd_info_entry *entry,
sound/pci/es1938.c
214
struct snd_info_entry *proc_entry;
sound/pci/fm801.c
218
struct snd_info_entry *proc_entry;
sound/pci/ice1712/ice1712.c
1496
static void snd_ice1712_proc_read(struct snd_info_entry *entry,
sound/pci/ice1712/ice1712.h
316
struct snd_info_entry *proc_entry;
sound/pci/ice1712/ice1724.c
1480
static void snd_vt1724_proc_read(struct snd_info_entry *entry,
sound/pci/ice1712/pontis.c
606
static void wm_proc_regs_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/pci/ice1712/pontis.c
621
static void wm_proc_regs_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/pci/ice1712/pontis.c
639
static void cs_proc_regs_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/pci/ice1712/prodigy192.c
617
static void stac9460_proc_regs_read(struct snd_info_entry *entry,
sound/pci/ice1712/prodigy_hifi.c
847
static void wm_proc_regs_write(struct snd_info_entry *entry,
sound/pci/ice1712/prodigy_hifi.c
863
static void wm_proc_regs_read(struct snd_info_entry *entry,
sound/pci/ice1712/quartet.c
473
static void proc_regs_read(struct snd_info_entry *entry,
sound/pci/intel8x0.c
2773
static void snd_intel8x0_proc_read(struct snd_info_entry * entry,
sound/pci/intel8x0m.c
1003
static void snd_intel8x0m_proc_read(struct snd_info_entry * entry,
sound/pci/korg1212/korg1212.c
1931
static void snd_korg1212_proc_read(struct snd_info_entry *entry,
sound/pci/lola/lola_proc.c
134
static void lola_proc_codec_rw_write(struct snd_info_entry *entry,
sound/pci/lola/lola_proc.c
149
static void lola_proc_codec_rw_read(struct snd_info_entry *entry,
sound/pci/lola/lola_proc.c
159
static void lola_proc_regs_read(struct snd_info_entry *entry,
sound/pci/lola/lola_proc.c
97
static void lola_proc_codec_read(struct snd_info_entry *entry,
sound/pci/lx6464es/lx6464es.c
861
static void lx_proc_levels_read(struct snd_info_entry *entry,
sound/pci/mixart/mixart.c
1111
static ssize_t snd_mixart_BA0_read(struct snd_info_entry *entry,
sound/pci/mixart/mixart.c
1127
static ssize_t snd_mixart_BA1_read(struct snd_info_entry *entry,
sound/pci/mixart/mixart.c
1149
static void snd_mixart_proc_read(struct snd_info_entry *entry,
sound/pci/mixart/mixart.c
1187
struct snd_info_entry *entry;
sound/pci/oxygen/oxygen_lib.c
184
static void oxygen_proc_read(struct snd_info_entry *entry,
sound/pci/pcxhr/pcxhr.c
1198
static void pcxhr_proc_info(struct snd_info_entry *entry,
sound/pci/pcxhr/pcxhr.c
1269
static void pcxhr_proc_sync(struct snd_info_entry *entry,
sound/pci/pcxhr/pcxhr.c
1311
static void pcxhr_proc_gpio_read(struct snd_info_entry *entry,
sound/pci/pcxhr/pcxhr.c
1328
static void pcxhr_proc_gpo_write(struct snd_info_entry *entry,
sound/pci/pcxhr/pcxhr.c
1356
static void pcxhr_proc_ltc(struct snd_info_entry *entry,
sound/pci/riptide/riptide.c
1861
snd_riptide_proc_read(struct snd_info_entry *entry,
sound/pci/riptide/riptide.c
449
struct snd_info_entry *proc_entry;
sound/pci/rme32.c
1373
snd_rme32_proc_read(struct snd_info_entry * entry, struct snd_info_buffer *buffer)
sound/pci/rme96.c
1661
snd_rme96_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/pci/rme9652/hdsp.c
3347
snd_hdsp_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/pci/rme9652/hdspm.c
4706
snd_hdspm_proc_read_tco(struct snd_info_entry *entry,
sound/pci/rme9652/hdspm.c
4818
snd_hdspm_proc_read_madi(struct snd_info_entry *entry,
sound/pci/rme9652/hdspm.c
4980
snd_hdspm_proc_read_aes32(struct snd_info_entry * entry,
sound/pci/rme9652/hdspm.c
5130
snd_hdspm_proc_read_raydat(struct snd_info_entry *entry,
sound/pci/rme9652/hdspm.c
5188
snd_hdspm_proc_read_debug(struct snd_info_entry *entry,
sound/pci/rme9652/hdspm.c
5205
static void snd_hdspm_proc_ports_in(struct snd_info_entry *entry,
sound/pci/rme9652/hdspm.c
5218
static void snd_hdspm_proc_ports_out(struct snd_info_entry *entry,
sound/pci/rme9652/hdspm.c
5234
void (*read)(struct snd_info_entry *, struct snd_info_buffer *) = NULL;
sound/pci/rme9652/rme9652.c
1510
snd_rme9652_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/pci/sonicvibes.c
1088
static void snd_sonicvibes_proc_read(struct snd_info_entry *entry,
sound/pci/trident/trident_main.c
3226
static void snd_trident_proc_read(struct snd_info_entry *entry,
sound/pci/via82xx.c
2086
static void snd_via82xx_proc_read(struct snd_info_entry *entry,
sound/pci/via82xx.c
383
struct snd_info_entry *proc_entry;
sound/pci/via82xx_modem.c
245
struct snd_info_entry *proc_entry;
sound/pci/via82xx_modem.c
904
static void snd_via82xx_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/pci/ymfpci/ymfpci.h
387
struct snd_info_entry *proc_entry;
sound/pci/ymfpci/ymfpci_main.c
1919
static void snd_ymfpci_proc_read(struct snd_info_entry *entry,
sound/pcmcia/pdaudiocf/pdaudiocf_core.c
124
static void pdacf_proc_read(struct snd_info_entry * entry,
sound/soc/codecs/hdmi-codec.c
292
struct snd_info_entry *proc_entry;
sound/soc/codecs/hdmi-codec.c
834
static void print_eld_info(struct snd_info_entry *entry,
sound/soc/codecs/hdmi-codec.c
849
struct snd_info_entry *entry;
sound/sparc/dbri.c
2456
static void dbri_regs_read(struct snd_info_entry *entry,
sound/sparc/dbri.c
2468
static void dbri_debug_read(struct snd_info_entry *entry,
sound/synth/emux/emux_proc.c
15
snd_emux_proc_info_read(struct snd_info_entry *entry,
sound/synth/emux/emux_proc.c
92
struct snd_info_entry *entry;
sound/usb/mixer.c
3409
static void snd_usb_mixer_proc_read(struct snd_info_entry *entry,
sound/usb/mixer_quirks.c
401
static void snd_audigy2nx_proc_read(struct snd_info_entry *entry,
sound/usb/mixer_scarlett2.c
9259
struct snd_info_entry *entry,
sound/usb/mixer_scarlett2.c
9332
struct snd_info_entry *entry;
sound/usb/proc.c
209
static void proc_pcm_format_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/usb/proc.c
33
static void proc_audio_usbbus_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
sound/usb/proc.c
40
static void proc_audio_usbid_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)