/linux-4.1.27/include/sound/ |
D | info.h | 40 struct snd_info_entry; 43 void (*read)(struct snd_info_entry *entry, 45 void (*write)(struct snd_info_entry *entry, 50 int (*open)(struct snd_info_entry *entry, 52 int (*release)(struct snd_info_entry *entry, 54 ssize_t (*read)(struct snd_info_entry *entry, void *file_private_data, 57 ssize_t (*write)(struct snd_info_entry *entry, void *file_private_data, 60 loff_t (*llseek)(struct snd_info_entry *entry, 63 unsigned int (*poll)(struct snd_info_entry *entry, 66 int (*ioctl)(struct snd_info_entry *entry, void *file_private_data, [all …]
|
D | pcm.h | 481 struct snd_info_entry *proc_root; 482 struct snd_info_entry *proc_info_entry; 483 struct snd_info_entry *proc_hw_params_entry; 484 struct snd_info_entry *proc_sw_params_entry; 485 struct snd_info_entry *proc_status_entry; 486 struct snd_info_entry *proc_prealloc_entry; 487 struct snd_info_entry *proc_prealloc_max_entry; 489 struct snd_info_entry *proc_xrun_injection_entry; 511 struct snd_info_entry *proc_root; 512 struct snd_info_entry *proc_info_entry; [all …]
|
D | pcm_oss.h | 80 struct snd_info_entry *proc_entry;
|
D | ac97_codec.h | 465 struct snd_info_entry *proc; 492 struct snd_info_entry *proc; 493 struct snd_info_entry *proc_regs;
|
D | mixer_oss.h | 65 struct snd_info_entry *proc_entry;
|
D | core.h | 123 struct snd_info_entry *proc_root; /* root for soundcard specific files */ 124 struct snd_info_entry *proc_id; /* the card id */
|
D | rawmidi.h | 145 struct snd_info_entry *proc_entry;
|
D | emux_synth.h | 129 struct snd_info_entry *proc;
|
D | sb.h | 111 struct snd_info_entry *proc_entry;
|
/linux-4.1.27/sound/core/seq/ |
D | seq_info.c | 31 static struct snd_info_entry *queues_entry; 32 static struct snd_info_entry *clients_entry; 33 static struct snd_info_entry *timer_entry; 36 static struct snd_info_entry * __init 37 create_info_entry(char *name, void (*read)(struct snd_info_entry *, in create_info_entry() argument 40 struct snd_info_entry *entry; in create_info_entry()
|
D | seq_info.h | 27 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);
|
D | seq_device.c | 76 static struct snd_info_entry *info_entry; 89 static void snd_seq_device_info(struct snd_info_entry *entry, in snd_seq_device_info()
|
D | seq_timer.c | 474 void snd_seq_info_timer_read(struct snd_info_entry *entry, in snd_seq_info_timer_read()
|
D | seq_queue.c | 760 void snd_seq_info_queues_read(struct snd_info_entry *entry, in snd_seq_info_queues_read()
|
D | seq_clientmgr.c | 2517 void snd_seq_info_clients_read(struct snd_info_entry *entry, in snd_seq_info_clients_read()
|
/linux-4.1.27/sound/core/ |
D | info.c | 76 struct snd_info_entry *entry; 82 static void snd_info_disconnect(struct snd_info_entry *entry); 149 struct snd_info_entry *snd_seq_root; 153 struct snd_info_entry *snd_oss_root; 159 struct snd_info_entry *entry; in snd_info_entry_llseek() 205 struct snd_info_entry *entry; in snd_info_entry_read() 252 struct snd_info_entry *entry; in snd_info_entry_write() 303 struct snd_info_entry *entry; in snd_info_entry_open() 404 struct snd_info_entry *entry; in snd_info_entry_release() 449 struct snd_info_entry *entry; in snd_info_entry_poll() [all …]
|
D | info_oss.c | 40 static struct snd_info_entry *snd_sndstat_proc_entry; 93 static void snd_sndstat_proc_read(struct snd_info_entry *entry, in snd_sndstat_proc_read() 117 struct snd_info_entry *entry; in snd_info_minor_register()
|
D | pcm.c | 369 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 …]
|
D | pcm_memory.c | 132 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()
|
D | sound_oss.c | 218 static struct snd_info_entry *snd_minor_info_oss_entry; 239 static void snd_minor_info_oss_read(struct snd_info_entry *entry, in snd_minor_info_oss_read() 263 struct snd_info_entry *entry; in snd_minor_info_oss_init()
|
D | init.c | 104 static void snd_card_id_read(struct snd_info_entry *entry, in snd_card_id_read() 113 struct snd_info_entry *entry; in init_info_for_card() 786 static struct snd_info_entry *snd_card_info_entry; 788 static void snd_card_info_read(struct snd_info_entry *entry, in snd_card_info_read() 835 static struct snd_info_entry *snd_card_module_info_entry; 836 static void snd_card_module_info_read(struct snd_info_entry *entry, in snd_card_module_info_read() 854 struct snd_info_entry *entry; in snd_card_info_init()
|
D | sound.c | 338 static struct snd_info_entry *snd_minor_info_entry; 362 static void snd_minor_info_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_minor_info_read() 389 struct snd_info_entry *entry; in snd_minor_info_init()
|
D | hwdep.c | 492 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()
|
D | timer.c | 1116 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()
|
D | rawmidi.c | 1400 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.1.27/sound/pci/cs46xx/ |
D | cs46xx_dsp_spos.h | 119 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;
|
D | dsp_spos.c | 502 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()
|
D | dsp_spos_scb_lib.c | 71 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()
|
D | cs46xx_lib.c | 2824 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.1.27/sound/pci/emu10k1/ |
D | emuproc.c | 81 static void snd_emu10k1_proc_read(struct snd_info_entry *entry, in snd_emu10k1_proc_read() 238 static void snd_emu10k1_proc_spdif_read(struct snd_info_entry *entry, in snd_emu10k1_proc_spdif_read() 277 static void snd_emu10k1_proc_rates_read(struct snd_info_entry *entry, in snd_emu10k1_proc_rates_read() 292 static void snd_emu10k1_proc_acode_read(struct snd_info_entry *entry, in snd_emu10k1_proc_acode_read() 335 static ssize_t snd_emu10k1_fx8010_read(struct snd_info_entry *entry, in snd_emu10k1_fx8010_read() 378 static void snd_emu10k1_proc_voices_read(struct snd_info_entry *entry, in snd_emu10k1_proc_voices_read() 399 static void snd_emu_proc_emu1010_reg_read(struct snd_info_entry *entry, in snd_emu_proc_emu1010_reg_read() 413 static void snd_emu_proc_io_reg_read(struct snd_info_entry *entry, in snd_emu_proc_io_reg_read() 429 static void snd_emu_proc_io_reg_write(struct snd_info_entry *entry, in snd_emu_proc_io_reg_write() 482 static void snd_emu_proc_ptr_reg_read(struct snd_info_entry *entry, in snd_emu_proc_ptr_reg_read() [all …]
|
D | emu10k1x.c | 1022 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.1.27/sound/firewire/bebob/ |
D | bebob_proc.c | 36 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() 158 add_node(struct snd_bebob *bebob, struct snd_info_entry *root, const char *name, in add_node() 159 void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b)) in add_node() 161 struct snd_info_entry *entry; in add_node() 174 struct snd_info_entry *root; in snd_bebob_proc_init()
|
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw-proc.c | 11 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.1.27/sound/drivers/opl4/ |
D | opl4_proc.c | 27 static int snd_opl4_mem_proc_open(struct snd_info_entry *entry, in snd_opl4_mem_proc_open() 42 static int snd_opl4_mem_proc_release(struct snd_info_entry *entry, in snd_opl4_mem_proc_release() 53 static ssize_t snd_opl4_mem_proc_read(struct snd_info_entry *entry, in snd_opl4_mem_proc_read() 73 static ssize_t snd_opl4_mem_proc_write(struct snd_info_entry *entry, in snd_opl4_mem_proc_write() 103 struct snd_info_entry *entry; in snd_opl4_create_proc()
|
D | opl4_local.h | 182 struct snd_info_entry *proc_entry;
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_proc.c | 29 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.1.27/sound/pci/ca0106/ |
D | ca0106_proc.c | 274 static void snd_ca0106_proc_iec958(struct snd_info_entry *entry, in snd_ca0106_proc_iec958() 296 static void snd_ca0106_proc_reg_write32(struct snd_info_entry *entry, in snd_ca0106_proc_reg_write32() 314 static void snd_ca0106_proc_reg_read32(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read32() 330 static void snd_ca0106_proc_reg_read16(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read16() 346 static void snd_ca0106_proc_reg_read8(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read8() 362 static void snd_ca0106_proc_reg_read1(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read1() 380 static void snd_ca0106_proc_reg_read2(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read2() 398 static void snd_ca0106_proc_reg_write(struct snd_info_entry *entry, in snd_ca0106_proc_reg_write() 412 static void snd_ca0106_proc_i2c_write(struct snd_info_entry *entry, in snd_ca0106_proc_i2c_write() 429 struct snd_info_entry *entry; in snd_ca0106_proc_init()
|
/linux-4.1.27/sound/usb/ |
D | proc.c | 46 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()
|
D | mixer_quirks.c | 409 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()
|
D | mixer.c | 2267 static void snd_usb_mixer_proc_read(struct snd_info_entry *entry, in snd_usb_mixer_proc_read() 2446 struct snd_info_entry *entry; in snd_usb_create_mixer()
|
/linux-4.1.27/sound/isa/gus/ |
D | gus_mem_proc.c | 34 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()
|
D | gus_irq.c | 117 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()
|
D | gus_mem.c | 29 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.1.27/sound/pci/lola/ |
D | lola_proc.c | 110 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.1.27/sound/core/seq/oss/ |
D | seq_oss.c | 264 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.1.27/sound/pci/ac97/ |
D | ac97_proc.c | 343 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.1.27/sound/synth/emux/ |
D | emux_proc.c | 30 snd_emux_proc_info_read(struct snd_info_entry *entry, in snd_emux_proc_info_read() 109 struct snd_info_entry *entry; in snd_emux_proc_init()
|
/linux-4.1.27/sound/pci/ice1712/ |
D | pontis.c | 632 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()
|
D | prodigy192.c | 639 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()
|
D | prodigy_hifi.c | 894 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()
|
D | ice1712.h | 329 struct snd_info_entry *proc_entry;
|
D | quartet.c | 490 static void proc_regs_read(struct snd_info_entry *entry, in proc_regs_read() 506 struct snd_info_entry *entry; in proc_init()
|
D | ice1724.c | 1532 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()
|
D | ice1712.c | 1564 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.1.27/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf_core.c | 137 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.1.27/sound/parisc/ |
D | harmony.h | 51 struct snd_info_entry *proc;
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-proc.c | 57 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.1.27/sound/pci/pcxhr/ |
D | pcxhr.c | 1249 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.1.27/sound/pci/ |
D | ad1889.c | 97 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()
|
D | ak4531_codec.c | 474 static void snd_ak4531_proc_read(struct snd_info_entry *entry, in snd_ak4531_proc_read() 489 struct snd_info_entry *entry; in snd_ak4531_proc_init()
|
D | via82xx_modem.c | 260 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()
|
D | cs4281.c | 1131 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()
|
D | atiixp_modem.c | 1164 static void snd_atiixp_proc_read(struct snd_info_entry *entry, in snd_atiixp_proc_read() 1176 struct snd_info_entry *entry; in snd_atiixp_proc_init()
|
D | intel8x0m.c | 1069 static void snd_intel8x0m_proc_read(struct snd_info_entry * entry, in snd_intel8x0m_proc_read() 1091 struct snd_info_entry *entry; in snd_intel8x0m_proc_init()
|
D | atiixp.c | 1538 static void snd_atiixp_proc_read(struct snd_info_entry *entry, in snd_atiixp_proc_read() 1550 struct snd_info_entry *entry; in snd_atiixp_proc_init()
|
D | sonicvibes.c | 1142 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()
|
D | via82xx.c | 400 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()
|
D | rme32.c | 1463 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()
|
D | rme96.c | 1723 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()
|
D | ens1370.c | 1885 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()
|
D | fm801.c | 203 struct snd_info_entry *proc_entry;
|
D | intel8x0.c | 2905 static void snd_intel8x0_proc_read(struct snd_info_entry * entry, in snd_intel8x0_proc_read() 2941 struct snd_info_entry *entry; in snd_intel8x0_proc_init()
|
D | cmipci.c | 2776 static void snd_cmipci_proc_read(struct snd_info_entry *entry, in snd_cmipci_proc_read() 2796 struct snd_info_entry *entry; in snd_cmipci_proc_init()
|
D | es1938.c | 233 struct snd_info_entry *proc_entry;
|
/linux-4.1.27/sound/pci/mixart/ |
D | mixart.c | 1145 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.1.27/sound/i2c/other/ |
D | ak4113.c | 482 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()
|
D | ak4114.c | 455 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()
|
D | ak4xxx-adda.c | 863 static void proc_regs_read(struct snd_info_entry *entry, in proc_regs_read() 879 struct snd_info_entry *entry; in proc_init()
|
/linux-4.1.27/sound/drivers/vx/ |
D | vx_core.c | 601 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.1.27/sound/pci/ymfpci/ |
D | ymfpci.h | 362 struct snd_info_entry *proc_entry;
|
D | ymfpci_main.c | 1975 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.1.27/sound/isa/sb/ |
D | sb16_csp.c | 111 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.1.27/sound/drivers/ |
D | dummy.c | 982 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()
|
D | aloop.c | 1102 static void print_cable_info(struct snd_info_entry *entry, in print_cable_info() 1119 struct snd_info_entry *entry; in loopback_proc_new()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_proc.c | 697 static void print_codec_info(struct snd_info_entry *entry, in print_codec_info() 866 struct snd_info_entry *entry; in snd_hda_codec_proc_new()
|
D | patch_hdmi.c | 91 struct snd_info_entry *proc_entry; 554 static void print_eld_info(struct snd_info_entry *entry, in print_eld_info() 564 static void write_eld_info(struct snd_info_entry *entry, in write_eld_info() 578 struct snd_info_entry *entry; in eld_proc_new()
|
/linux-4.1.27/sound/pci/oxygen/ |
D | oxygen_lib.c | 200 static void oxygen_proc_read(struct snd_info_entry *entry, in oxygen_proc_read() 248 struct snd_info_entry *entry; in oxygen_proc_init()
|
/linux-4.1.27/sound/core/oss/ |
D | mixer_oss.c | 1150 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() 1235 struct snd_info_entry *entry; in snd_mixer_oss_proc_init()
|
D | pcm_oss.c | 2844 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.1.27/sound/pci/lx6464es/ |
D | lx6464es.c | 915 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.1.27/sound/pci/rme9652/ |
D | hdspm.c | 4752 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()
|
D | rme9652.c | 1565 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()
|
D | hdsp.c | 3336 snd_hdsp_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_hdsp_proc_read() 3713 struct snd_info_entry *entry; in snd_hdsp_proc_init()
|
/linux-4.1.27/sound/isa/opti9xx/ |
D | miro.c | 887 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.1.27/sound/sparc/ |
D | dbri.c | 2468 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.1.27/sound/pci/riptide/ |
D | riptide.c | 463 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.1.27/sound/pci/ali5451/ |
D | ali5451.c | 2044 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.1.27/sound/pci/korg1212/ |
D | korg1212.c | 2043 static void snd_korg1212_proc_read(struct snd_info_entry *entry, in snd_korg1212_proc_read() 2073 struct snd_info_entry *entry; in snd_korg1212_proc_init()
|
/linux-4.1.27/sound/pci/asihpi/ |
D | asihpi.c | 2743 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.1.27/sound/pci/trident/ |
D | trident_main.c | 3286 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()
|