| /linux/include/sound/ |
| H A D | info.h | 15 struct snd_info_buffer { struct 31 struct snd_info_buffer *buffer); argument 33 struct snd_info_buffer *buffer); 91 void snd_card_info_read_oss(struct snd_info_buffer *buffer); 94 static inline void snd_card_info_read_oss(struct snd_info_buffer *buffer) {} in snd_card_info_read_oss() 112 int snd_info_get_line(struct snd_info_buffer *buffer, char *line, int len); 139 void (*read)(struct snd_info_entry *, struct snd_info_buffer *)) in snd_info_set_text_ops() argument 148 struct snd_info_buffer *), 150 struct snd_info_buffer *buffer)); 159 static inline int snd_iprintf(struct snd_info_buffer *buffer, char *fmt, ...) { return 0; } in snd_iprintf() [all …]
|
| /linux/sound/pci/ca0106/ |
| H A D | ca0106_proc.c | 84 static void snd_ca0106_proc_dump_iec958( struct snd_info_buffer *buffer, u32 value) in snd_ca0106_proc_dump_iec958() 259 struct snd_info_buffer *buffer) in snd_ca0106_proc_iec958() 281 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_write32() 297 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_read32() 313 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_read16() 329 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_read8() 345 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_read1() 363 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_read2() 381 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_write() 395 struct snd_info_buffer *buffer) in snd_ca0106_proc_i2c_write()
|
| /linux/sound/pci/emu10k1/ |
| H A D | emuproc.c | 20 struct snd_info_buffer *buffer, in snd_emu10k1_proc_spdif_status() 63 struct snd_info_buffer *buffer) in snd_emu10k1_proc_read() 162 struct snd_info_buffer *buffer) in snd_emu10k1_proc_spdif_read() 216 struct snd_info_buffer *buffer) in snd_emu10k1_proc_rates_read() 333 struct snd_info_buffer *buffer) in snd_emu10k1_proc_acode_read() 427 struct snd_info_buffer *buffer) in snd_emu10k1_proc_voices_read() 451 struct snd_info_buffer *buffer, in snd_emu_proc_emu1010_link_read() 459 struct snd_info_buffer *buffer) in snd_emu_proc_emu1010_reg_read() 508 struct snd_info_buffer *buffer) in snd_emu_proc_io_reg_read() 521 struct snd_info_buffer *buffer) in snd_emu_proc_io_reg_write() [all …]
|
| /linux/sound/hda/common/ |
| H A D | proc.c | 47 static void print_nid_array(struct snd_info_buffer *buffer, in print_nid_array() 74 static void print_nid_pcms(struct snd_info_buffer *buffer, in print_nid_pcms() 93 static void print_amp_caps(struct snd_info_buffer *buffer, in print_amp_caps() 133 static void print_amp_vals(struct snd_info_buffer *buffer, in print_amp_vals() 161 static void print_pcm_rates(struct snd_info_buffer *buffer, unsigned int pcm) in print_pcm_rates() 177 static void print_pcm_bits(struct snd_info_buffer *buffer, unsigned int pcm) in print_pcm_bits() 186 static void print_pcm_formats(struct snd_info_buffer *buffer, in print_pcm_formats() 199 static void print_pcm_caps(struct snd_info_buffer *buffer, in print_pcm_caps() 304 static void print_pin_caps(struct snd_info_buffer *buffer, in print_pin_caps() 400 static void print_pin_ctls(struct snd_info_buffer *buffer, in print_pin_ctls() [all …]
|
| /linux/sound/pci/lola/ |
| H A D | lola_proc.c | 16 static void print_audio_widget(struct snd_info_buffer *buffer, in print_audio_widget() 27 static void print_pin_widget(struct snd_info_buffer *buffer, in print_pin_widget() 48 static void print_clock_widget(struct snd_info_buffer *buffer, in print_clock_widget() 88 static void print_mixer_widget(struct snd_info_buffer *buffer, in print_mixer_widget() 98 struct snd_info_buffer *buffer) in lola_proc_codec_read() 135 struct snd_info_buffer *buffer) in lola_proc_codec_rw_write() 150 struct snd_info_buffer *buffer) in lola_proc_codec_rw_read() 160 struct snd_info_buffer *buffer) in lola_proc_regs_read()
|
| /linux/sound/core/seq/ |
| H A 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);
|
| H A D | seq_memory.h | 12 struct snd_info_buffer; 102 void snd_seq_info_pool(struct snd_info_buffer *buffer,
|
| H A D | seq_info.c | 22 struct snd_info_buffer *)) in create_info_entry() argument
|
| /linux/sound/core/seq/oss/ |
| H A D | seq_oss_device.h | 119 void snd_seq_oss_system_info_read(struct snd_info_buffer *buf); 120 void snd_seq_oss_midi_info_read(struct snd_info_buffer *buf); 121 void snd_seq_oss_synth_info_read(struct snd_info_buffer *buf); 122 void snd_seq_oss_readq_info_read(struct seq_oss_readq *q, struct snd_info_buffer *buf);
|
| /linux/sound/usb/ |
| H A 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() 92 static void proc_dump_substream_formats(struct snd_usb_substream *subs, struct snd_info_buffer *buf… in proc_dump_substream_formats() 175 struct snd_info_buffer *buffer) in proc_dump_ep_status() 194 struct snd_info_buffer *buffer) in proc_dump_substream_status() 209 static void proc_pcm_format_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_pcm_format_read()
|
| /linux/sound/firewire/bebob/ |
| H A D | bebob_proc.c | 36 struct snd_info_buffer *buffer) in proc_read_hw_info() 72 struct snd_info_buffer *buffer) in proc_read_meters() 105 struct snd_info_buffer *buffer) in proc_read_formation() 132 struct snd_info_buffer *buffer) in proc_read_clock() 160 void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b)) in add_node()
|
| /linux/sound/firewire/fireworks/ |
| H A 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() 128 struct snd_info_buffer *buffer) in proc_read_phys_meters() 179 struct snd_info_buffer *buffer) in proc_read_queues_state() 196 void (*op)(struct snd_info_entry *e, struct snd_info_buffer *b)) in add_node()
|
| /linux/sound/firewire/motu/ |
| H A D | motu-proc.c | 27 struct snd_info_buffer *buffer) in proc_read_clock() 44 struct snd_info_buffer *buffer) in proc_read_format() 84 struct snd_info_buffer *b)) in add_node()
|
| /linux/sound/firewire/fireface/ |
| H A D | ff-proc.c | 28 struct snd_info_buffer *buffer) in proc_dump_status() 38 struct snd_info_buffer *b)) in add_node()
|
| /linux/sound/pci/ac97/ |
| H A D | ac97_proc.c | 22 static void snd_ac97_proc_read_functions(struct snd_ac97 *ac97, struct snd_info_buffer *buffer) in snd_ac97_proc_read_functions() 92 static void snd_ac97_proc_read_main(struct snd_ac97 *ac97, struct snd_info_buffer *buffer, int subi… in snd_ac97_proc_read_main() 328 static void snd_ac97_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_ac97_proc_read() 362 static void snd_ac97_proc_regs_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_ac97_proc_regs_write() 379 static void snd_ac97_proc_regs_read_main(struct snd_ac97 *ac97, struct snd_info_buffer *buffer, int… in snd_ac97_proc_regs_read_main() 390 struct snd_info_buffer *buffer) in snd_ac97_proc_regs_read()
|
| /linux/sound/core/ |
| H A D | info.c | 52 struct snd_info_buffer *rbuffer; 53 struct snd_info_buffer *wbuffer; 298 struct snd_info_buffer *buf; in snd_info_text_entry_write() 468 struct snd_info_buffer *buffer) in snd_card_id_read() 585 int snd_info_get_line(struct snd_info_buffer *buffer, char *line, int len) in snd_info_get_line() 849 struct snd_info_buffer *), in snd_card_rw_proc_new() argument 851 struct snd_info_buffer *buffer)) in snd_card_rw_proc_new() 871 static void snd_info_version_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_info_version_read()
|
| H A D | pcm.c | 329 struct snd_info_buffer *buffer) in snd_pcm_proc_info_read() 360 struct snd_info_buffer *buffer) in snd_pcm_stream_proc_info_read() 367 struct snd_info_buffer *buffer) in snd_pcm_substream_proc_info_read() 373 struct snd_info_buffer *buffer) in snd_pcm_substream_proc_hw_params_read() 408 struct snd_info_buffer *buffer) in snd_pcm_substream_proc_sw_params_read() 434 struct snd_info_buffer *buffer) in snd_pcm_substream_proc_status_read() 472 struct snd_info_buffer *buffer) in snd_pcm_xrun_injection_write() 480 struct snd_info_buffer *buffer) in snd_pcm_xrun_debug_read() 487 struct snd_info_buffer *buffer) in snd_pcm_xrun_debug_write() 536 struct snd_info_buffer *)) in create_substream_info_entry() argument [all …]
|
| H A D | info_oss.c | 47 static int snd_sndstat_show_strings(struct snd_info_buffer *buf, char *id, int dev) in snd_sndstat_show_strings() 70 struct snd_info_buffer *buffer) in snd_sndstat_proc_read()
|
| H A D | seq_device.c | 88 struct snd_info_buffer *buffer = data; 97 struct snd_info_buffer *buffer)
|
| H A D | pcm_memory.c | 157 struct snd_info_buffer *buffer) in snd_pcm_lib_preallocate_proc_read() 169 struct snd_info_buffer *buffer) in snd_pcm_lib_preallocate_max_proc_read() 181 struct snd_info_buffer *buffer) in snd_pcm_lib_preallocate_proc_write()
|
| /linux/sound/firewire/tascam/ |
| H A D | tascam-proc.c | 11 struct snd_info_buffer *buffer) in proc_read_firmware() 55 struct snd_info_buffer *b)) in add_node()
|
| /linux/sound/firewire/oxfw/ |
| H A D | oxfw-proc.c | 11 struct snd_info_buffer *buffer) in proc_read_formation() 80 struct snd_info_buffer *b)) in add_node()
|
| /linux/sound/firewire/dice/ |
| H A D | dice-proc.c | 57 struct snd_info_buffer *buffer) in dice_proc_read() 246 struct snd_info_buffer *buffer) in dice_proc_read_formation() 282 struct snd_info_buffer *buffer)) in add_node()
|
| /linux/sound/hda/codecs/hdmi/ |
| H A D | eld.c | 109 struct snd_info_buffer *buffer, in snd_hdmi_print_eld_info() 125 struct snd_info_buffer *buffer) in snd_hdmi_write_eld_info()
|
| /linux/sound/pci/oxygen/ |
| H A D | xonar_dg.h | 50 struct snd_info_buffer *buffer);
|