Home
last modified time | relevance | path

Searched refs:snd_info_entry (Results 1 – 102 of 102) sorted by relevance

/linux-4.4.14/include/sound/
Dinfo.h42 struct snd_info_entry;
45 void (*read)(struct snd_info_entry *entry,
47 void (*write)(struct snd_info_entry *entry,
52 int (*open)(struct snd_info_entry *entry,
54 int (*release)(struct snd_info_entry *entry,
56 ssize_t (*read)(struct snd_info_entry *entry, void *file_private_data,
59 ssize_t (*write)(struct snd_info_entry *entry, void *file_private_data,
62 loff_t (*llseek)(struct snd_info_entry *entry,
65 unsigned int (*poll)(struct snd_info_entry *entry,
68 int (*ioctl)(struct snd_info_entry *entry, void *file_private_data,
[all …]
Dpcm.h472 struct snd_info_entry *proc_root;
473 struct snd_info_entry *proc_info_entry;
474 struct snd_info_entry *proc_hw_params_entry;
475 struct snd_info_entry *proc_sw_params_entry;
476 struct snd_info_entry *proc_status_entry;
477 struct snd_info_entry *proc_prealloc_entry;
478 struct snd_info_entry *proc_prealloc_max_entry;
480 struct snd_info_entry *proc_xrun_injection_entry;
502 struct snd_info_entry *proc_root;
503 struct snd_info_entry *proc_info_entry;
[all …]
Dac97_codec.h465 struct snd_info_entry *proc;
492 struct snd_info_entry *proc;
493 struct snd_info_entry *proc_regs;
Dpcm_oss.h80 struct snd_info_entry *proc_entry;
Dmixer_oss.h65 struct snd_info_entry *proc_entry;
Dcore.h123 struct snd_info_entry *proc_root; /* root for soundcard specific files */
124 struct snd_info_entry *proc_id; /* the card id */
Demux_synth.h129 struct snd_info_entry *proc;
Drawmidi.h145 struct snd_info_entry *proc_entry;
Dsb.h111 struct snd_info_entry *proc_entry;
/linux-4.4.14/sound/core/
Dinfo.c70 struct snd_info_entry *entry;
75 static void snd_info_disconnect(struct snd_info_entry *entry);
81 static struct snd_info_entry *snd_proc_root;
82 struct snd_info_entry *snd_seq_root;
86 struct snd_info_entry *snd_oss_root;
89 static int alloc_info_private(struct snd_info_entry *entry, in alloc_info_private()
123 struct snd_info_entry *entry; in snd_info_entry_llseek()
166 struct snd_info_entry *entry = data->entry; in snd_info_entry_read()
188 struct snd_info_entry *entry = data->entry; in snd_info_entry_write()
209 struct snd_info_entry *entry = data->entry; in snd_info_entry_poll()
[all …]
Dinfo_oss.c90 static void snd_sndstat_proc_read(struct snd_info_entry *entry, in snd_sndstat_proc_read()
114 struct snd_info_entry *entry; in snd_info_minor_register()
Dpcm.c369 static void snd_pcm_stream_proc_info_read(struct snd_info_entry *entry, in snd_pcm_stream_proc_info_read()
376 static void snd_pcm_substream_proc_info_read(struct snd_info_entry *entry, in snd_pcm_substream_proc_info_read()
382 static void snd_pcm_substream_proc_hw_params_read(struct snd_info_entry *entry, in snd_pcm_substream_proc_hw_params_read()
419 static void snd_pcm_substream_proc_sw_params_read(struct snd_info_entry *entry, in snd_pcm_substream_proc_sw_params_read()
447 static void snd_pcm_substream_proc_status_read(struct snd_info_entry *entry, in snd_pcm_substream_proc_status_read()
484 static void snd_pcm_xrun_injection_write(struct snd_info_entry *entry, in snd_pcm_xrun_injection_write()
497 static void snd_pcm_xrun_debug_read(struct snd_info_entry *entry, in snd_pcm_xrun_debug_read()
504 static void snd_pcm_xrun_debug_write(struct snd_info_entry *entry, in snd_pcm_xrun_debug_write()
517 struct snd_info_entry *entry; in snd_pcm_stream_proc_init()
572 struct snd_info_entry *entry; in snd_pcm_substream_proc_init()
[all …]
Dpcm_memory.c132 static void snd_pcm_lib_preallocate_proc_read(struct snd_info_entry *entry, in snd_pcm_lib_preallocate_proc_read()
144 static void snd_pcm_lib_preallocate_max_proc_read(struct snd_info_entry *entry, in snd_pcm_lib_preallocate_max_proc_read()
156 static void snd_pcm_lib_preallocate_proc_write(struct snd_info_entry *entry, in snd_pcm_lib_preallocate_proc_write()
200 struct snd_info_entry *entry; in preallocate_info_init()
Dsound_oss.c230 static void snd_minor_info_oss_read(struct snd_info_entry *entry, in snd_minor_info_oss_read()
254 struct snd_info_entry *entry; in snd_minor_info_oss_init()
Dinit.c104 static void snd_card_id_read(struct snd_info_entry *entry, in snd_card_id_read()
112 struct snd_info_entry *entry; in init_info_for_card()
779 static void snd_card_info_read(struct snd_info_entry *entry, in snd_card_info_read()
825 static void snd_card_module_info_read(struct snd_info_entry *entry, in snd_card_module_info_read()
843 struct snd_info_entry *entry; in snd_card_info_init()
Dsound.c359 static void snd_minor_info_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_minor_info_read()
386 struct snd_info_entry *entry; in snd_minor_info_init()
Dhwdep.c492 static void snd_hwdep_proc_read(struct snd_info_entry *entry, in snd_hwdep_proc_read()
504 static struct snd_info_entry *snd_hwdep_proc_entry;
508 struct snd_info_entry *entry; in snd_hwdep_proc_init()
Dtimer.c1116 static void snd_timer_proc_read(struct snd_info_entry *entry, in snd_timer_proc_read()
1162 static struct snd_info_entry *snd_timer_proc_entry;
1166 struct snd_info_entry *entry; in snd_timer_proc_init()
Drawmidi.c1400 static void snd_rawmidi_proc_info_read(struct snd_info_entry *entry, in snd_rawmidi_proc_info_read()
1624 struct snd_info_entry *entry; in snd_rawmidi_dev_register()
/linux-4.4.14/sound/core/seq/
Dseq_info.c30 static struct snd_info_entry *queues_entry;
31 static struct snd_info_entry *clients_entry;
32 static struct snd_info_entry *timer_entry;
35 static struct snd_info_entry * __init
36 create_info_entry(char *name, void (*read)(struct snd_info_entry *, in create_info_entry() argument
39 struct snd_info_entry *entry; in create_info_entry()
Dseq_info.h27 void snd_seq_info_clients_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
28 void snd_seq_info_timer_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
29 void snd_seq_info_queues_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
Dseq_device.c76 static struct snd_info_entry *info_entry;
89 static void snd_seq_device_info(struct snd_info_entry *entry, in snd_seq_device_info()
Dseq_timer.c474 void snd_seq_info_timer_read(struct snd_info_entry *entry, in snd_seq_info_timer_read()
Dseq_queue.c760 void snd_seq_info_queues_read(struct snd_info_entry *entry, in snd_seq_info_queues_read()
Dseq_clientmgr.c2517 void snd_seq_info_clients_read(struct snd_info_entry *entry, in snd_seq_info_clients_read()
/linux-4.4.14/sound/pci/cs46xx/
Dcs46xx_dsp_spos.h119 struct snd_info_entry *proc_info;
179 struct snd_info_entry * proc_dsp_dir;
180 struct snd_info_entry * proc_sym_info_entry;
181 struct snd_info_entry * proc_modules_info_entry;
182 struct snd_info_entry * proc_parameter_dump_info_entry;
183 struct snd_info_entry * proc_sample_dump_info_entry;
189 struct snd_info_entry * proc_scb_info_entry;
195 struct snd_info_entry * proc_task_info_entry;
Ddsp_spos.c502 static void cs46xx_dsp_proc_symbol_table_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_symbol_table_read()
530 static void cs46xx_dsp_proc_modules_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_modules_read()
553 static void cs46xx_dsp_proc_task_tree_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_task_tree_read()
581 static void cs46xx_dsp_proc_scb_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_scb_read()
614 static void cs46xx_dsp_proc_parameter_dump_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_parameter_dump_read()
642 static void cs46xx_dsp_proc_sample_dump_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_sample_dump_read()
792 struct snd_info_entry *entry; in cs46xx_dsp_proc_init()
Ddsp_spos_scb_lib.c71 static void cs46xx_dsp_proc_scb_info_read (struct snd_info_entry *entry, in cs46xx_dsp_proc_scb_info_read()
253 struct snd_info_entry * entry; in cs46xx_dsp_proc_register_scb_desc()
Dcs46xx_lib.c2824 static ssize_t snd_cs46xx_io_read(struct snd_info_entry *entry, in snd_cs46xx_io_read()
2842 struct snd_info_entry *entry; in snd_cs46xx_proc_init()
/linux-4.4.14/sound/pci/emu10k1/
Demuproc.c80 static void snd_emu10k1_proc_read(struct snd_info_entry *entry, in snd_emu10k1_proc_read()
237 static void snd_emu10k1_proc_spdif_read(struct snd_info_entry *entry, in snd_emu10k1_proc_spdif_read()
276 static void snd_emu10k1_proc_rates_read(struct snd_info_entry *entry, in snd_emu10k1_proc_rates_read()
291 static void snd_emu10k1_proc_acode_read(struct snd_info_entry *entry, in snd_emu10k1_proc_acode_read()
334 static ssize_t snd_emu10k1_fx8010_read(struct snd_info_entry *entry, in snd_emu10k1_fx8010_read()
377 static void snd_emu10k1_proc_voices_read(struct snd_info_entry *entry, in snd_emu10k1_proc_voices_read()
398 static void snd_emu_proc_emu1010_reg_read(struct snd_info_entry *entry, in snd_emu_proc_emu1010_reg_read()
412 static void snd_emu_proc_io_reg_read(struct snd_info_entry *entry, in snd_emu_proc_io_reg_read()
428 static void snd_emu_proc_io_reg_write(struct snd_info_entry *entry, in snd_emu_proc_io_reg_write()
481 static void snd_emu_proc_ptr_reg_read(struct snd_info_entry *entry, in snd_emu_proc_ptr_reg_read()
[all …]
Demu10k1x.c1022 static void snd_emu10k1x_proc_reg_read(struct snd_info_entry *entry, in snd_emu10k1x_proc_reg_read()
1050 static void snd_emu10k1x_proc_reg_write(struct snd_info_entry *entry, in snd_emu10k1x_proc_reg_write()
1068 struct snd_info_entry *entry; in snd_emu10k1x_proc_init()
/linux-4.4.14/sound/firewire/tascam/
Dtascam-proc.c11 static void proc_read_firmware(struct snd_info_entry *entry, in proc_read_firmware()
53 static void add_node(struct snd_tscm *tscm, struct snd_info_entry *root, in add_node()
55 void (*op)(struct snd_info_entry *e, in add_node()
58 struct snd_info_entry *entry; in add_node()
71 struct snd_info_entry *root; in snd_tscm_proc_init()
/linux-4.4.14/sound/firewire/bebob/
Dbebob_proc.c36 proc_read_hw_info(struct snd_info_entry *entry, in proc_read_hw_info()
72 proc_read_meters(struct snd_info_entry *entry, in proc_read_meters()
105 proc_read_formation(struct snd_info_entry *entry, in proc_read_formation()
132 proc_read_clock(struct snd_info_entry *entry, in proc_read_clock()
160 add_node(struct snd_bebob *bebob, struct snd_info_entry *root, const char *name, in add_node()
161 void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b)) in add_node()
163 struct snd_info_entry *entry; in add_node()
176 struct snd_info_entry *root; in snd_bebob_proc_init()
/linux-4.4.14/sound/firewire/oxfw/
Doxfw-proc.c11 static void proc_read_formation(struct snd_info_entry *entry, in proc_read_formation()
78 static void add_node(struct snd_oxfw *oxfw, struct snd_info_entry *root, in add_node()
80 void (*op)(struct snd_info_entry *e, in add_node()
83 struct snd_info_entry *entry; in add_node()
96 struct snd_info_entry *root; in snd_oxfw_proc_init()
/linux-4.4.14/sound/drivers/opl4/
Dopl4_proc.c25 static int snd_opl4_mem_proc_open(struct snd_info_entry *entry, in snd_opl4_mem_proc_open()
40 static int snd_opl4_mem_proc_release(struct snd_info_entry *entry, in snd_opl4_mem_proc_release()
51 static ssize_t snd_opl4_mem_proc_read(struct snd_info_entry *entry, in snd_opl4_mem_proc_read()
71 static ssize_t snd_opl4_mem_proc_write(struct snd_info_entry *entry, in snd_opl4_mem_proc_write()
101 struct snd_info_entry *entry; in snd_opl4_create_proc()
Dopl4_local.h182 struct snd_info_entry *proc_entry;
/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_proc.c29 proc_read_hwinfo(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_read_hwinfo()
106 proc_read_clock(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_read_clock()
128 proc_read_phys_meters(struct snd_info_entry *entry, in proc_read_phys_meters()
179 proc_read_queues_state(struct snd_info_entry *entry, in proc_read_queues_state()
196 add_node(struct snd_efw *efw, struct snd_info_entry *root, const char *name, in add_node()
197 void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b)) in add_node()
199 struct snd_info_entry *entry; in add_node()
212 struct snd_info_entry *root; in snd_efw_proc_init()
/linux-4.4.14/sound/pci/ca0106/
Dca0106_proc.c272 static void snd_ca0106_proc_iec958(struct snd_info_entry *entry, in snd_ca0106_proc_iec958()
294 static void snd_ca0106_proc_reg_write32(struct snd_info_entry *entry, in snd_ca0106_proc_reg_write32()
312 static void snd_ca0106_proc_reg_read32(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read32()
328 static void snd_ca0106_proc_reg_read16(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read16()
344 static void snd_ca0106_proc_reg_read8(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read8()
360 static void snd_ca0106_proc_reg_read1(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read1()
378 static void snd_ca0106_proc_reg_read2(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read2()
396 static void snd_ca0106_proc_reg_write(struct snd_info_entry *entry, in snd_ca0106_proc_reg_write()
410 static void snd_ca0106_proc_i2c_write(struct snd_info_entry *entry, in snd_ca0106_proc_i2c_write()
427 struct snd_info_entry *entry; in snd_ca0106_proc_init()
/linux-4.4.14/sound/usb/
Dproc.c46 static void proc_audio_usbbus_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_audio_usbbus_read()
53 static void proc_audio_usbid_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_audio_usbid_read()
64 struct snd_info_entry *entry; in snd_usb_audio_create_proc()
150 static void proc_pcm_format_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_pcm_format_read()
170 struct snd_info_entry *entry; in snd_usb_proc_pcm_format_add()
Dmixer_quirks.c409 static void snd_audigy2nx_proc_read(struct snd_info_entry *entry, in snd_audigy2nx_proc_read()
1726 struct snd_info_entry *entry; in snd_usb_mixer_apply_create_quirk()
Dmixer.c2273 static void snd_usb_mixer_proc_read(struct snd_info_entry *entry, in snd_usb_mixer_proc_read()
2452 struct snd_info_entry *entry; in snd_usb_create_mixer()
/linux-4.4.14/sound/isa/gus/
Dgus_mem_proc.c34 static ssize_t snd_gf1_mem_proc_dump(struct snd_info_entry *entry, in snd_gf1_mem_proc_dump()
49 static void snd_gf1_mem_proc_free(struct snd_info_entry *entry) in snd_gf1_mem_proc_free()
64 struct snd_info_entry *entry; in snd_gf1_mem_proc_init()
Dgus_irq.c117 static void snd_gus_irq_info_read(struct snd_info_entry *entry, in snd_gus_irq_info_read()
143 struct snd_info_entry *entry; in snd_gus_irq_profile_init()
Dgus_mem.c29 static void snd_gf1_mem_info_read(struct snd_info_entry *entry,
242 struct snd_info_entry *entry; in snd_gf1_mem_init()
288 static void snd_gf1_mem_info_read(struct snd_info_entry *entry, in snd_gf1_mem_info_read()
/linux-4.4.14/sound/pci/lola/
Dlola_proc.c110 static void lola_proc_codec_read(struct snd_info_entry *entry, in lola_proc_codec_read()
147 static void lola_proc_codec_rw_write(struct snd_info_entry *entry, in lola_proc_codec_rw_write()
162 static void lola_proc_codec_rw_read(struct snd_info_entry *entry, in lola_proc_codec_rw_read()
172 static void lola_proc_regs_read(struct snd_info_entry *entry, in lola_proc_regs_read()
211 struct snd_info_entry *entry; in lola_proc_debug_new()
/linux-4.4.14/sound/firewire/digi00x/
Ddigi00x-proc.c26 static void proc_read_clock(struct snd_info_entry *entry, in proc_read_clock()
71 struct snd_info_entry *root, *entry; in snd_dg00x_proc_init()
/linux-4.4.14/sound/core/seq/oss/
Dseq_oss.c264 static struct snd_info_entry *info_entry;
267 info_read(struct snd_info_entry *entry, struct snd_info_buffer *buf) in info_read()
281 struct snd_info_entry *entry; in register_proc()
/linux-4.4.14/sound/pci/ac97/
Dac97_proc.c343 static void snd_ac97_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_ac97_proc_read()
378 static void snd_ac97_proc_regs_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_ac97_proc_regs_write()
405 static void snd_ac97_proc_regs_read(struct snd_info_entry *entry, in snd_ac97_proc_regs_read()
431 struct snd_info_entry *entry; in snd_ac97_proc_init()
472 struct snd_info_entry *entry; in snd_ac97_bus_proc_init()
/linux-4.4.14/sound/synth/emux/
Demux_proc.c28 snd_emux_proc_info_read(struct snd_info_entry *entry, in snd_emux_proc_info_read()
107 struct snd_info_entry *entry; in snd_emux_proc_init()
/linux-4.4.14/sound/pci/ice1712/
Dpontis.c632 static void wm_proc_regs_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in wm_proc_regs_write()
647 static void wm_proc_regs_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in wm_proc_regs_read()
662 struct snd_info_entry *entry; in wm_proc_init()
670 static void cs_proc_regs_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in cs_proc_regs_read()
687 struct snd_info_entry *entry; in cs_proc_init()
Dprodigy192.c639 static void stac9460_proc_regs_read(struct snd_info_entry *entry, in stac9460_proc_regs_read()
654 struct snd_info_entry *entry; in stac9460_proc_init()
Dprodigy_hifi.c894 static void wm_proc_regs_write(struct snd_info_entry *entry, in wm_proc_regs_write()
910 static void wm_proc_regs_read(struct snd_info_entry *entry, in wm_proc_regs_read()
926 struct snd_info_entry *entry; in wm_proc_init()
Dice1712.h329 struct snd_info_entry *proc_entry;
Dquartet.c488 static void proc_regs_read(struct snd_info_entry *entry, in proc_regs_read()
504 struct snd_info_entry *entry; in proc_init()
Dice1724.c1532 static void snd_vt1724_proc_read(struct snd_info_entry *entry, in snd_vt1724_proc_read()
1576 struct snd_info_entry *entry; in snd_vt1724_proc_init()
Dice1712.c1564 static void snd_ice1712_proc_read(struct snd_info_entry *entry, in snd_ice1712_proc_read()
1606 struct snd_info_entry *entry; in snd_ice1712_proc_init()
/linux-4.4.14/sound/pcmcia/pdaudiocf/
Dpdaudiocf_core.c137 static void pdacf_proc_read(struct snd_info_entry * entry, in pdacf_proc_read()
151 struct snd_info_entry *entry; in pdacf_proc_init()
/linux-4.4.14/sound/parisc/
Dharmony.h51 struct snd_info_entry *proc;
/linux-4.4.14/sound/firewire/dice/
Ddice-proc.c57 static void dice_proc_read(struct snd_info_entry *entry, in dice_proc_read()
248 struct snd_info_entry *entry; in snd_dice_create_proc()
/linux-4.4.14/sound/pci/pcxhr/
Dpcxhr.c1249 static void pcxhr_proc_info(struct snd_info_entry *entry, in pcxhr_proc_info()
1320 static void pcxhr_proc_sync(struct snd_info_entry *entry, in pcxhr_proc_sync()
1362 static void pcxhr_proc_gpio_read(struct snd_info_entry *entry, in pcxhr_proc_gpio_read()
1379 static void pcxhr_proc_gpo_write(struct snd_info_entry *entry, in pcxhr_proc_gpo_write()
1407 static void pcxhr_proc_ltc(struct snd_info_entry *entry, in pcxhr_proc_ltc()
1459 struct snd_info_entry *entry; in pcxhr_proc_init()
/linux-4.4.14/sound/pci/
Dad1889.c97 struct snd_info_entry *proc;
661 snd_ad1889_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_ad1889_proc_read()
744 struct snd_info_entry *entry; in snd_ad1889_proc_init()
Dak4531_codec.c469 static void snd_ak4531_proc_read(struct snd_info_entry *entry, in snd_ak4531_proc_read()
484 struct snd_info_entry *entry; in snd_ak4531_proc_init()
Dvia82xx_modem.c260 struct snd_info_entry *proc_entry;
925 static void snd_via82xx_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_via82xx_proc_read()
938 struct snd_info_entry *entry; in snd_via82xx_proc_init()
Dcs4281.c1131 static void snd_cs4281_proc_read(struct snd_info_entry *entry, in snd_cs4281_proc_read()
1141 static ssize_t snd_cs4281_BA0_read(struct snd_info_entry *entry, in snd_cs4281_BA0_read()
1153 static ssize_t snd_cs4281_BA1_read(struct snd_info_entry *entry, in snd_cs4281_BA1_read()
1175 struct snd_info_entry *entry; in snd_cs4281_proc_init()
Datiixp_modem.c1163 static void snd_atiixp_proc_read(struct snd_info_entry *entry, in snd_atiixp_proc_read()
1175 struct snd_info_entry *entry; in snd_atiixp_proc_init()
Dintel8x0m.c1068 static void snd_intel8x0m_proc_read(struct snd_info_entry * entry, in snd_intel8x0m_proc_read()
1090 struct snd_info_entry *entry; in snd_intel8x0m_proc_init()
Datiixp.c1537 static void snd_atiixp_proc_read(struct snd_info_entry *entry, in snd_atiixp_proc_read()
1549 struct snd_info_entry *entry; in snd_atiixp_proc_init()
Dsonicvibes.c1142 static void snd_sonicvibes_proc_read(struct snd_info_entry *entry, in snd_sonicvibes_proc_read()
1174 struct snd_info_entry *entry; in snd_sonicvibes_proc_init()
Dvia82xx.c400 struct snd_info_entry *proc_entry;
2131 static void snd_via82xx_proc_read(struct snd_info_entry *entry, in snd_via82xx_proc_read()
2145 struct snd_info_entry *entry; in snd_via82xx_proc_init()
Drme32.c1463 snd_rme32_proc_read(struct snd_info_entry * entry, struct snd_info_buffer *buffer) in snd_rme32_proc_read()
1559 struct snd_info_entry *entry; in snd_rme32_proc_init()
Drme96.c1723 snd_rme96_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_rme96_proc_read()
1853 struct snd_info_entry *entry; in snd_rme96_proc_init()
Dens1370.c1885 static void snd_ensoniq_proc_read(struct snd_info_entry *entry, in snd_ensoniq_proc_read()
1906 struct snd_info_entry *entry; in snd_ensoniq_proc_init()
Dfm801.c203 struct snd_info_entry *proc_entry;
Dintel8x0.c2904 static void snd_intel8x0_proc_read(struct snd_info_entry * entry, in snd_intel8x0_proc_read()
2940 struct snd_info_entry *entry; in snd_intel8x0_proc_init()
Dcmipci.c2775 static void snd_cmipci_proc_read(struct snd_info_entry *entry, in snd_cmipci_proc_read()
2795 struct snd_info_entry *entry; in snd_cmipci_proc_init()
Des1938.c233 struct snd_info_entry *proc_entry;
/linux-4.4.14/sound/pci/mixart/
Dmixart.c1145 static ssize_t snd_mixart_BA0_read(struct snd_info_entry *entry, in snd_mixart_BA0_read()
1161 static ssize_t snd_mixart_BA1_read(struct snd_info_entry *entry, in snd_mixart_BA1_read()
1183 static void snd_mixart_proc_read(struct snd_info_entry *entry, in snd_mixart_proc_read()
1221 struct snd_info_entry *entry; in snd_mixart_proc_init()
/linux-4.4.14/sound/i2c/other/
Dak4113.c482 static void snd_ak4113_proc_regs_read(struct snd_info_entry *entry, in snd_ak4113_proc_regs_read()
496 struct snd_info_entry *entry; in snd_ak4113_proc_init()
Dak4114.c455 static void snd_ak4114_proc_regs_read(struct snd_info_entry *entry, in snd_ak4114_proc_regs_read()
469 struct snd_info_entry *entry; in snd_ak4114_proc_init()
Dak4xxx-adda.c862 static void proc_regs_read(struct snd_info_entry *entry, in proc_regs_read()
878 struct snd_info_entry *entry; in proc_init()
/linux-4.4.14/sound/drivers/vx/
Dvx_core.c601 static void vx_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in vx_proc_read()
646 struct snd_info_entry *entry; in vx_proc_init()
/linux-4.4.14/sound/pci/ymfpci/
Dymfpci.h362 struct snd_info_entry *proc_entry;
Dymfpci_main.c1975 static void snd_ymfpci_proc_read(struct snd_info_entry *entry, in snd_ymfpci_proc_read()
1988 struct snd_info_entry *entry; in snd_ymfpci_proc_init()
/linux-4.4.14/sound/isa/sb/
Dsb16_csp.c111 static void info_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
1129 struct snd_info_entry *entry; in init_proc_entry()
1136 static void info_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in info_read()
/linux-4.4.14/sound/drivers/
Ddummy.c982 static void dummy_proc_read(struct snd_info_entry *entry, in dummy_proc_read()
1004 static void dummy_proc_write(struct snd_info_entry *entry, in dummy_proc_write()
1035 struct snd_info_entry *entry; in dummy_proc_init()
Daloop.c1100 static void print_cable_info(struct snd_info_entry *entry, in print_cable_info()
1117 struct snd_info_entry *entry; in loopback_proc_new()
/linux-4.4.14/sound/pci/hda/
Dhda_proc.c752 static void print_codec_info(struct snd_info_entry *entry, in print_codec_info()
921 struct snd_info_entry *entry; in snd_hda_codec_proc_new()
Dpatch_hdmi.c93 struct snd_info_entry *proc_entry;
559 static void print_eld_info(struct snd_info_entry *entry, in print_eld_info()
569 static void write_eld_info(struct snd_info_entry *entry, in write_eld_info()
583 struct snd_info_entry *entry; in eld_proc_new()
/linux-4.4.14/sound/pci/oxygen/
Doxygen_lib.c199 static void oxygen_proc_read(struct snd_info_entry *entry, in oxygen_proc_read()
247 struct snd_info_entry *entry; in oxygen_proc_init()
/linux-4.4.14/sound/core/oss/
Dmixer_oss.c1150 static void snd_mixer_oss_proc_read(struct snd_info_entry *entry, in snd_mixer_oss_proc_read()
1174 static void snd_mixer_oss_proc_write(struct snd_info_entry *entry, in snd_mixer_oss_proc_write()
1236 struct snd_info_entry *entry; in snd_mixer_oss_proc_init()
Dpcm_oss.c2844 static void snd_pcm_oss_proc_read(struct snd_info_entry *entry, in snd_pcm_oss_proc_read()
2879 static void snd_pcm_oss_proc_write(struct snd_info_entry *entry, in snd_pcm_oss_proc_write()
2961 struct snd_info_entry *entry; in snd_pcm_oss_proc_init()
/linux-4.4.14/sound/pci/lx6464es/
Dlx6464es.c915 static void lx_proc_levels_read(struct snd_info_entry *entry, in lx_proc_levels_read()
951 struct snd_info_entry *entry; in lx_proc_create()
/linux-4.4.14/sound/pci/rme9652/
Dhdspm.c4752 snd_hdspm_proc_read_tco(struct snd_info_entry *entry, in snd_hdspm_proc_read_tco()
4864 snd_hdspm_proc_read_madi(struct snd_info_entry *entry, in snd_hdspm_proc_read_madi()
5026 snd_hdspm_proc_read_aes32(struct snd_info_entry * entry, in snd_hdspm_proc_read_aes32()
5179 snd_hdspm_proc_read_raydat(struct snd_info_entry *entry, in snd_hdspm_proc_read_raydat()
5237 snd_hdspm_proc_read_debug(struct snd_info_entry *entry, in snd_hdspm_proc_read_debug()
5254 static void snd_hdspm_proc_ports_in(struct snd_info_entry *entry, in snd_hdspm_proc_ports_in()
5267 static void snd_hdspm_proc_ports_out(struct snd_info_entry *entry, in snd_hdspm_proc_ports_out()
5283 struct snd_info_entry *entry; in snd_hdspm_proc_init()
Drme9652.c1565 snd_rme9652_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_rme9652_proc_read()
1739 struct snd_info_entry *entry; in snd_rme9652_proc_init()
Dhdsp.c3337 snd_hdsp_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_hdsp_proc_read()
3714 struct snd_info_entry *entry; in snd_hdsp_proc_init()
/linux-4.4.14/sound/isa/opti9xx/
Dmiro.c887 static void snd_miro_proc_read(struct snd_info_entry * entry, in snd_miro_proc_read()
995 struct snd_info_entry *entry; in snd_miro_proc_init()
/linux-4.4.14/sound/sparc/
Ddbri.c2468 static void dbri_regs_read(struct snd_info_entry *entry, in dbri_regs_read()
2480 static void dbri_debug_read(struct snd_info_entry *entry, in dbri_debug_read()
2506 struct snd_info_entry *entry; in snd_dbri_proc()
/linux-4.4.14/sound/pci/riptide/
Driptide.c463 struct snd_info_entry *proc_entry;
1905 snd_riptide_proc_read(struct snd_info_entry *entry, in snd_riptide_proc_read()
1977 struct snd_info_entry *entry; in snd_riptide_proc_init()
/linux-4.4.14/sound/pci/ali5451/
Dali5451.c2044 static void snd_ali_proc_read(struct snd_info_entry *entry, in snd_ali_proc_read()
2055 struct snd_info_entry *entry; in snd_ali_proc_init()
/linux-4.4.14/sound/pci/korg1212/
Dkorg1212.c2045 static void snd_korg1212_proc_read(struct snd_info_entry *entry, in snd_korg1212_proc_read()
2075 struct snd_info_entry *entry; in snd_korg1212_proc_init()
/linux-4.4.14/sound/pci/asihpi/
Dasihpi.c2743 snd_asihpi_proc_read(struct snd_info_entry *entry, in snd_asihpi_proc_read()
2792 struct snd_info_entry *entry; in snd_asihpi_proc_init()
/linux-4.4.14/sound/pci/trident/
Dtrident_main.c3286 static void snd_trident_proc_read(struct snd_info_entry *entry, in snd_trident_proc_read()
3323 struct snd_info_entry *entry; in snd_trident_proc_init()