/sound/core/ |
D | info.c | 55 struct snd_info_entry *entry; 60 static void snd_info_disconnect(struct snd_info_entry *entry); 66 static struct snd_info_entry *snd_proc_root; 67 struct snd_info_entry *snd_seq_root; 71 struct snd_info_entry *snd_oss_root; 74 static int alloc_info_private(struct snd_info_entry *entry, in alloc_info_private() 108 struct snd_info_entry *entry; in snd_info_entry_llseek() 151 struct snd_info_entry *entry = data->entry; in snd_info_entry_read() 173 struct snd_info_entry *entry = data->entry; in snd_info_entry_write() 194 struct snd_info_entry *entry = data->entry; in snd_info_entry_poll() [all …]
|
D | pcm.c | 363 static void snd_pcm_stream_proc_info_read(struct snd_info_entry *entry, in snd_pcm_stream_proc_info_read() 370 static void snd_pcm_substream_proc_info_read(struct snd_info_entry *entry, in snd_pcm_substream_proc_info_read() 376 static void snd_pcm_substream_proc_hw_params_read(struct snd_info_entry *entry, in snd_pcm_substream_proc_hw_params_read() 413 static void snd_pcm_substream_proc_sw_params_read(struct snd_info_entry *entry, in snd_pcm_substream_proc_sw_params_read() 441 static void snd_pcm_substream_proc_status_read(struct snd_info_entry *entry, in snd_pcm_substream_proc_status_read() 478 static void snd_pcm_xrun_injection_write(struct snd_info_entry *entry, in snd_pcm_xrun_injection_write() 486 static void snd_pcm_xrun_debug_read(struct snd_info_entry *entry, in snd_pcm_xrun_debug_read() 493 static void snd_pcm_xrun_debug_write(struct snd_info_entry *entry, in snd_pcm_xrun_debug_write() 506 struct snd_info_entry *entry; in snd_pcm_stream_proc_init() 539 static struct snd_info_entry * [all …]
|
D | pcm_memory.c | 104 static void snd_pcm_lib_preallocate_proc_read(struct snd_info_entry *entry, in snd_pcm_lib_preallocate_proc_read() 116 static void snd_pcm_lib_preallocate_max_proc_read(struct snd_info_entry *entry, in snd_pcm_lib_preallocate_max_proc_read() 128 static void snd_pcm_lib_preallocate_proc_write(struct snd_info_entry *entry, in snd_pcm_lib_preallocate_proc_write() 172 struct snd_info_entry *entry; in preallocate_info_init()
|
D | info_oss.c | 74 static void snd_sndstat_proc_read(struct snd_info_entry *entry, in snd_sndstat_proc_read() 98 struct snd_info_entry *entry; in snd_info_minor_register()
|
D | seq_device.c | 61 static struct snd_info_entry *info_entry; 74 static void snd_seq_device_info(struct snd_info_entry *entry, in snd_seq_device_info()
|
/sound/core/seq/ |
D | seq_info.c | 15 static struct snd_info_entry *queues_entry; 16 static struct snd_info_entry *clients_entry; 17 static struct snd_info_entry *timer_entry; 20 static struct snd_info_entry * __init 21 create_info_entry(char *name, void (*read)(struct snd_info_entry *, in create_info_entry() argument 24 struct snd_info_entry *entry; in create_info_entry()
|
D | seq_info.h | 12 void snd_seq_info_clients_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer); 13 void snd_seq_info_timer_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer); 14 void snd_seq_info_queues_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
|
/sound/firewire/fireface/ |
D | ff-proc.c | 27 static void proc_dump_status(struct snd_info_entry *entry, in proc_dump_status() 35 static void add_node(struct snd_ff *ff, struct snd_info_entry *root, in add_node() 37 void (*op)(struct snd_info_entry *e, in add_node() 40 struct snd_info_entry *entry; in add_node() 49 struct snd_info_entry *root; in snd_ff_proc_init()
|
/sound/pci/emu10k1/ |
D | emuproc.c | 66 static void snd_emu10k1_proc_read(struct snd_info_entry *entry, in snd_emu10k1_proc_read() 223 static void snd_emu10k1_proc_spdif_read(struct snd_info_entry *entry, in snd_emu10k1_proc_spdif_read() 262 static void snd_emu10k1_proc_rates_read(struct snd_info_entry *entry, in snd_emu10k1_proc_rates_read() 276 static void snd_emu10k1_proc_acode_read(struct snd_info_entry *entry, in snd_emu10k1_proc_acode_read() 319 static ssize_t snd_emu10k1_fx8010_read(struct snd_info_entry *entry, in snd_emu10k1_fx8010_read() 362 static void snd_emu10k1_proc_voices_read(struct snd_info_entry *entry, in snd_emu10k1_proc_voices_read() 383 static void snd_emu_proc_emu1010_reg_read(struct snd_info_entry *entry, in snd_emu_proc_emu1010_reg_read() 397 static void snd_emu_proc_io_reg_read(struct snd_info_entry *entry, in snd_emu_proc_io_reg_read() 413 static void snd_emu_proc_io_reg_write(struct snd_info_entry *entry, in snd_emu_proc_io_reg_write() 466 static void snd_emu_proc_ptr_reg_read(struct snd_info_entry *entry, in snd_emu_proc_ptr_reg_read() [all …]
|
/sound/firewire/motu/ |
D | motu-proc.c | 24 static void proc_read_clock(struct snd_info_entry *entry, in proc_read_clock() 42 static void proc_read_format(struct snd_info_entry *entry, in proc_read_format() 81 static void add_node(struct snd_motu *motu, struct snd_info_entry *root, in add_node() 83 void (*op)(struct snd_info_entry *e, in add_node() 86 struct snd_info_entry *entry; in add_node() 95 struct snd_info_entry *root; in snd_motu_proc_init()
|
/sound/firewire/bebob/ |
D | bebob_proc.c | 35 proc_read_hw_info(struct snd_info_entry *entry, in proc_read_hw_info() 71 proc_read_meters(struct snd_info_entry *entry, in proc_read_meters() 104 proc_read_formation(struct snd_info_entry *entry, in proc_read_formation() 131 proc_read_clock(struct snd_info_entry *entry, in proc_read_clock() 159 add_node(struct snd_bebob *bebob, struct snd_info_entry *root, const char *name, in add_node() 160 void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b)) in add_node() 162 struct snd_info_entry *entry; in add_node() 171 struct snd_info_entry *root; in snd_bebob_proc_init()
|
/sound/firewire/tascam/ |
D | tascam-proc.c | 10 static void proc_read_firmware(struct snd_info_entry *entry, in proc_read_firmware() 52 static void add_node(struct snd_tscm *tscm, struct snd_info_entry *root, in add_node() 54 void (*op)(struct snd_info_entry *e, in add_node() 57 struct snd_info_entry *entry; in add_node() 66 struct snd_info_entry *root; in snd_tscm_proc_init()
|
/sound/firewire/oxfw/ |
D | oxfw-proc.c | 10 static void proc_read_formation(struct snd_info_entry *entry, in proc_read_formation() 77 static void add_node(struct snd_oxfw *oxfw, struct snd_info_entry *root, in add_node() 79 void (*op)(struct snd_info_entry *e, in add_node() 82 struct snd_info_entry *entry; in add_node() 91 struct snd_info_entry *root; in snd_oxfw_proc_init()
|
/sound/firewire/fireworks/ |
D | fireworks_proc.c | 28 proc_read_hwinfo(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_read_hwinfo() 105 proc_read_clock(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_read_clock() 127 proc_read_phys_meters(struct snd_info_entry *entry, in proc_read_phys_meters() 178 proc_read_queues_state(struct snd_info_entry *entry, in proc_read_queues_state() 195 add_node(struct snd_efw *efw, struct snd_info_entry *root, const char *name, in add_node() 196 void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b)) in add_node() 198 struct snd_info_entry *entry; in add_node() 207 struct snd_info_entry *root; in snd_efw_proc_init()
|
/sound/drivers/opl4/ |
D | opl4_proc.c | 12 static int snd_opl4_mem_proc_open(struct snd_info_entry *entry, in snd_opl4_mem_proc_open() 27 static int snd_opl4_mem_proc_release(struct snd_info_entry *entry, in snd_opl4_mem_proc_release() 38 static ssize_t snd_opl4_mem_proc_read(struct snd_info_entry *entry, in snd_opl4_mem_proc_read() 58 static ssize_t snd_opl4_mem_proc_write(struct snd_info_entry *entry, in snd_opl4_mem_proc_write() 88 struct snd_info_entry *entry; in snd_opl4_create_proc()
|
/sound/pci/ca0106/ |
D | ca0106_proc.c | 258 static void snd_ca0106_proc_iec958(struct snd_info_entry *entry, in snd_ca0106_proc_iec958() 280 static void snd_ca0106_proc_reg_write32(struct snd_info_entry *entry, in snd_ca0106_proc_reg_write32() 298 static void snd_ca0106_proc_reg_read32(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read32() 314 static void snd_ca0106_proc_reg_read16(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read16() 330 static void snd_ca0106_proc_reg_read8(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read8() 346 static void snd_ca0106_proc_reg_read1(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read1() 364 static void snd_ca0106_proc_reg_read2(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read2() 382 static void snd_ca0106_proc_reg_write(struct snd_info_entry *entry, in snd_ca0106_proc_reg_write() 396 static void snd_ca0106_proc_i2c_write(struct snd_info_entry *entry, in snd_ca0106_proc_i2c_write()
|
/sound/isa/gus/ |
D | gus_mem_proc.c | 19 static ssize_t snd_gf1_mem_proc_dump(struct snd_info_entry *entry, in snd_gf1_mem_proc_dump() 34 static void snd_gf1_mem_proc_free(struct snd_info_entry *entry) in snd_gf1_mem_proc_free() 49 struct snd_info_entry *entry; in snd_gf1_mem_proc_init()
|
/sound/firewire/dice/ |
D | dice-proc.c | 56 static void dice_proc_read(struct snd_info_entry *entry, in dice_proc_read() 245 static void dice_proc_read_formation(struct snd_info_entry *entry, in dice_proc_read_formation() 279 static void add_node(struct snd_dice *dice, struct snd_info_entry *root, in add_node() 281 void (*op)(struct snd_info_entry *entry, in add_node() 284 struct snd_info_entry *entry; in add_node() 293 struct snd_info_entry *root; in snd_dice_create_proc()
|
/sound/pci/lola/ |
D | lola_proc.c | 97 static void lola_proc_codec_read(struct snd_info_entry *entry, in lola_proc_codec_read() 134 static void lola_proc_codec_rw_write(struct snd_info_entry *entry, in lola_proc_codec_rw_write() 149 static void lola_proc_codec_rw_read(struct snd_info_entry *entry, in lola_proc_codec_rw_read() 159 static void lola_proc_regs_read(struct snd_info_entry *entry, in lola_proc_regs_read()
|
/sound/firewire/digi00x/ |
D | digi00x-proc.c | 25 static void proc_read_clock(struct snd_info_entry *entry, in proc_read_clock() 70 struct snd_info_entry *root, *entry; in snd_dg00x_proc_init()
|
/sound/usb/ |
D | proc.c | 33 static void proc_audio_usbbus_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_audio_usbbus_read() 40 static void proc_audio_usbid_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_audio_usbid_read() 137 static void proc_pcm_format_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_pcm_format_read()
|
/sound/core/seq/oss/ |
D | seq_oss.c | 256 static struct snd_info_entry *info_entry; 259 info_read(struct snd_info_entry *entry, struct snd_info_buffer *buf) in info_read() 273 struct snd_info_entry *entry; in register_proc()
|
/sound/pci/ac97/ |
D | ac97_proc.c | 328 static void snd_ac97_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_ac97_proc_read() 363 static void snd_ac97_proc_regs_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_ac97_proc_regs_write() 390 static void snd_ac97_proc_regs_read(struct snd_info_entry *entry, in snd_ac97_proc_regs_read() 416 struct snd_info_entry *entry; in snd_ac97_proc_init() 452 struct snd_info_entry *entry; in snd_ac97_bus_proc_init()
|
/sound/pci/cs46xx/ |
D | cs46xx_dsp_spos.h | 104 struct snd_info_entry *proc_info; 164 struct snd_info_entry * proc_dsp_dir;
|
/sound/synth/emux/ |
D | emux_proc.c | 15 snd_emux_proc_info_read(struct snd_info_entry *entry, in snd_emux_proc_info_read() 94 struct snd_info_entry *entry; in snd_emux_proc_init()
|