/linux-2.6.39/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 | 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 | pcm.h | 406 struct snd_info_entry *proc_root; 407 struct snd_info_entry *proc_info_entry; 408 struct snd_info_entry *proc_hw_params_entry; 409 struct snd_info_entry *proc_sw_params_entry; 410 struct snd_info_entry *proc_status_entry; 411 struct snd_info_entry *proc_prealloc_entry; 412 struct snd_info_entry *proc_prealloc_max_entry; 433 struct snd_info_entry *proc_root; 434 struct snd_info_entry *proc_info_entry; 437 struct snd_info_entry *proc_xrun_debug_entry;
|
D | rawmidi.h | 140 struct snd_info_entry *dev; 141 struct snd_info_entry *proc_entry;
|
D | pcm_oss.h | 80 struct snd_info_entry *proc_entry;
|
D | ac97_codec.h | 464 struct snd_info_entry *proc; 491 struct snd_info_entry *proc; 492 struct snd_info_entry *proc_regs;
|
D | mixer_oss.h | 65 struct snd_info_entry *proc_entry;
|
/linux-2.6.39/sound/core/seq/ |
D | seq_info.c | 30 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()
|
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);
|
/linux-2.6.39/sound/core/ |
D | info.c | 75 struct snd_info_entry *entry; 81 static void snd_info_disconnect(struct snd_info_entry *entry); 148 struct snd_info_entry *snd_seq_root; 152 struct snd_info_entry *snd_oss_root; 165 struct snd_info_entry *entry; in snd_info_entry_llseek() 211 struct snd_info_entry *entry; in snd_info_entry_read() 258 struct snd_info_entry *entry; in snd_info_entry_write() 309 struct snd_info_entry *entry; in snd_info_entry_open() 317 entry = p == NULL ? NULL : (struct snd_info_entry *)p->data; in snd_info_entry_open() 412 struct snd_info_entry *entry; in snd_info_entry_release() [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 | 357 static void snd_pcm_stream_proc_info_read(struct snd_info_entry *entry, in snd_pcm_stream_proc_info_read() 364 static void snd_pcm_substream_proc_info_read(struct snd_info_entry *entry, in snd_pcm_substream_proc_info_read() 370 static void snd_pcm_substream_proc_hw_params_read(struct snd_info_entry *entry, in snd_pcm_substream_proc_hw_params_read() 407 static void snd_pcm_substream_proc_sw_params_read(struct snd_info_entry *entry, in snd_pcm_substream_proc_sw_params_read() 435 static void snd_pcm_substream_proc_status_read(struct snd_info_entry *entry, in snd_pcm_substream_proc_status_read() 472 static void snd_pcm_xrun_debug_read(struct snd_info_entry *entry, in snd_pcm_xrun_debug_read() 479 static void snd_pcm_xrun_debug_write(struct snd_info_entry *entry, in snd_pcm_xrun_debug_write() 492 struct snd_info_entry *entry; in snd_pcm_stream_proc_init() 547 struct snd_info_entry *entry; in snd_pcm_substream_proc_init() 1103 static void snd_pcm_proc_read(struct snd_info_entry *entry, in snd_pcm_proc_read() [all …]
|
D | sound_oss.c | 212 static struct snd_info_entry *snd_minor_info_oss_entry; 233 static void snd_minor_info_oss_read(struct snd_info_entry *entry, in snd_minor_info_oss_read() 257 struct snd_info_entry *entry; in snd_minor_info_oss_init()
|
D | init.c | 100 static void snd_card_id_read(struct snd_info_entry *entry, in snd_card_id_read() 109 struct snd_info_entry *entry; in init_info_for_card() 693 static struct snd_info_entry *snd_card_info_entry; 695 static void snd_card_info_read(struct snd_info_entry *entry, in snd_card_info_read() 742 static struct snd_info_entry *snd_card_module_info_entry; 743 static void snd_card_module_info_read(struct snd_info_entry *entry, in snd_card_module_info_read() 761 struct snd_info_entry *entry; in snd_card_info_init()
|
D | pcm_memory.c | 138 static void snd_pcm_lib_preallocate_proc_read(struct snd_info_entry *entry, in snd_pcm_lib_preallocate_proc_read() 150 static void snd_pcm_lib_preallocate_max_proc_read(struct snd_info_entry *entry, in snd_pcm_lib_preallocate_max_proc_read() 162 static void snd_pcm_lib_preallocate_proc_write(struct snd_info_entry *entry, in snd_pcm_lib_preallocate_proc_write() 206 struct snd_info_entry *entry; in preallocate_info_init()
|
D | sound.c | 380 static struct snd_info_entry *snd_minor_info_entry; 404 static void snd_minor_info_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_minor_info_read() 431 struct snd_info_entry *entry; in snd_minor_info_init()
|
/linux-2.6.39/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() 286 static void snd_emu10k1_proc_rates_read(struct snd_info_entry *entry, in snd_emu10k1_proc_rates_read() 301 static void snd_emu10k1_proc_acode_read(struct snd_info_entry *entry, in snd_emu10k1_proc_acode_read() 344 static ssize_t snd_emu10k1_fx8010_read(struct snd_info_entry *entry, in snd_emu10k1_fx8010_read() 387 static void snd_emu10k1_proc_voices_read(struct snd_info_entry *entry, in snd_emu10k1_proc_voices_read() 408 static void snd_emu_proc_emu1010_reg_read(struct snd_info_entry *entry, in snd_emu_proc_emu1010_reg_read() 425 static void snd_emu_proc_io_reg_read(struct snd_info_entry *entry, in snd_emu_proc_io_reg_read() 441 static void snd_emu_proc_io_reg_write(struct snd_info_entry *entry, in snd_emu_proc_io_reg_write() 494 static void snd_emu_proc_ptr_reg_read(struct snd_info_entry *entry, in snd_emu_proc_ptr_reg_read() [all …]
|
/linux-2.6.39/sound/drivers/opl4/ |
D | opl4_proc.c | 26 static int snd_opl4_mem_proc_open(struct snd_info_entry *entry, in snd_opl4_mem_proc_open() 41 static int snd_opl4_mem_proc_release(struct snd_info_entry *entry, in snd_opl4_mem_proc_release() 52 static ssize_t snd_opl4_mem_proc_read(struct snd_info_entry *entry, in snd_opl4_mem_proc_read() 72 static ssize_t snd_opl4_mem_proc_write(struct snd_info_entry *entry, in snd_opl4_mem_proc_write() 102 struct snd_info_entry *entry; in snd_opl4_create_proc()
|
/linux-2.6.39/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-2.6.39/sound/usb/ |
D | proc.c | 45 static void proc_audio_usbbus_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_audio_usbbus_read() 52 static void proc_audio_usbid_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_audio_usbid_read() 63 struct snd_info_entry *entry; in snd_usb_audio_create_proc() 145 static void proc_pcm_format_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_pcm_format_read() 165 struct snd_info_entry *entry; in snd_usb_proc_pcm_format_add()
|
/linux-2.6.39/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()
|
/linux-2.6.39/sound/core/seq/oss/ |
D | seq_oss.c | 272 static struct snd_info_entry *info_entry; 275 info_read(struct snd_info_entry *entry, struct snd_info_buffer *buf) in info_read() 289 struct snd_info_entry *entry; in register_proc()
|
/linux-2.6.39/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-2.6.39/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()
|