/Linux-v5.4/include/sound/ |
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); 141 void (*read)(struct snd_info_entry *, struct snd_info_buffer *)) in snd_info_set_text_ops() argument 150 struct snd_info_buffer *), 152 struct snd_info_buffer *buffer)); 161 static inline int snd_iprintf(struct snd_info_buffer *buffer, char *fmt, ...) { return 0; } in snd_iprintf() [all …]
|
/Linux-v5.4/sound/pci/emu10k1/ |
D | emuproc.c | 24 struct snd_info_buffer *buffer, in snd_emu10k1_proc_spdif_status() 67 struct snd_info_buffer *buffer) in snd_emu10k1_proc_read() 224 struct snd_info_buffer *buffer) in snd_emu10k1_proc_spdif_read() 263 struct snd_info_buffer *buffer) in snd_emu10k1_proc_rates_read() 277 struct snd_info_buffer *buffer) in snd_emu10k1_proc_acode_read() 363 struct snd_info_buffer *buffer) in snd_emu10k1_proc_voices_read() 384 struct snd_info_buffer *buffer) in snd_emu_proc_emu1010_reg_read() 398 struct snd_info_buffer *buffer) in snd_emu_proc_io_reg_read() 414 struct snd_info_buffer *buffer) in snd_emu_proc_io_reg_write() 467 struct snd_info_buffer *buffer, int iobase, int offset, int length, int voices) in snd_emu_proc_ptr_reg_read() [all …]
|
/Linux-v5.4/sound/pci/ca0106/ |
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() 299 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_read32() 315 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_read16() 331 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_read8() 347 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_read1() 365 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_read2() 383 struct snd_info_buffer *buffer) in snd_ca0106_proc_reg_write() 397 struct snd_info_buffer *buffer) in snd_ca0106_proc_i2c_write()
|
/Linux-v5.4/sound/pci/lola/ |
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-v5.4/sound/core/seq/ |
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);
|
D | seq_memory.h | 12 struct snd_info_buffer; 85 void snd_seq_info_pool(struct snd_info_buffer *buffer,
|
D | seq_info.c | 22 struct snd_info_buffer *)) in create_info_entry() argument
|
/Linux-v5.4/sound/pci/hda/ |
D | hda_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-v5.4/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() 60 static void proc_dump_substream_formats(struct snd_usb_substream *subs, struct snd_info_buffer *buf… in proc_dump_substream_formats() 108 struct snd_info_buffer *buffer) in proc_dump_ep_status() 125 static void proc_dump_substream_status(struct snd_usb_substream *subs, struct snd_info_buffer *buff… in proc_dump_substream_status() 137 static void proc_pcm_format_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_pcm_format_read()
|
/Linux-v5.4/sound/core/seq/oss/ |
D | seq_oss_device.h | 124 void snd_seq_oss_system_info_read(struct snd_info_buffer *buf); 125 void snd_seq_oss_midi_info_read(struct snd_info_buffer *buf); 126 void snd_seq_oss_synth_info_read(struct snd_info_buffer *buf); 127 void snd_seq_oss_readq_info_read(struct seq_oss_readq *q, struct snd_info_buffer *buf);
|
/Linux-v5.4/sound/firewire/bebob/ |
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-v5.4/sound/firewire/motu/ |
D | motu-proc.c | 25 struct snd_info_buffer *buffer) in proc_read_clock() 43 struct snd_info_buffer *buffer) in proc_read_format() 84 struct snd_info_buffer *b)) in add_node()
|
/Linux-v5.4/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() 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-v5.4/sound/firewire/fireface/ |
D | ff-proc.c | 28 struct snd_info_buffer *buffer) in proc_dump_status() 38 struct snd_info_buffer *b)) in add_node()
|
/Linux-v5.4/sound/pci/ac97/ |
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() 363 static void snd_ac97_proc_regs_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_ac97_proc_regs_write() 380 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() 391 struct snd_info_buffer *buffer) in snd_ac97_proc_regs_read()
|
/Linux-v5.4/sound/firewire/tascam/ |
D | tascam-proc.c | 11 struct snd_info_buffer *buffer) in proc_read_firmware() 55 struct snd_info_buffer *b)) in add_node()
|
/Linux-v5.4/sound/core/ |
D | info_oss.c | 51 static int snd_sndstat_show_strings(struct snd_info_buffer *buf, char *id, int dev) in snd_sndstat_show_strings() 75 struct snd_info_buffer *buffer) in snd_sndstat_proc_read()
|
D | info.c | 53 struct snd_info_buffer *rbuffer; 54 struct snd_info_buffer *wbuffer; 308 struct snd_info_buffer *buf; in snd_info_text_entry_write() 493 struct snd_info_buffer *buffer) in snd_card_id_read() 607 int snd_info_get_line(struct snd_info_buffer *buffer, char *line, int len) in snd_info_get_line() 876 struct snd_info_buffer *), in snd_card_rw_proc_new() argument 878 struct snd_info_buffer *buffer)) in snd_card_rw_proc_new() 898 static void snd_info_version_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_info_version_read()
|
D | pcm.c | 331 struct snd_info_buffer *buffer) in snd_pcm_proc_info_read() 364 struct snd_info_buffer *buffer) in snd_pcm_stream_proc_info_read() 371 struct snd_info_buffer *buffer) in snd_pcm_substream_proc_info_read() 377 struct snd_info_buffer *buffer) in snd_pcm_substream_proc_hw_params_read() 414 struct snd_info_buffer *buffer) in snd_pcm_substream_proc_sw_params_read() 442 struct snd_info_buffer *buffer) in snd_pcm_substream_proc_status_read() 479 struct snd_info_buffer *buffer) in snd_pcm_xrun_injection_write() 487 struct snd_info_buffer *buffer) in snd_pcm_xrun_debug_read() 494 struct snd_info_buffer *buffer) in snd_pcm_xrun_debug_write() 543 struct snd_info_buffer *)) in create_substream_info_entry() argument [all …]
|
D | pcm_memory.c | 105 struct snd_info_buffer *buffer) in snd_pcm_lib_preallocate_proc_read() 117 struct snd_info_buffer *buffer) in snd_pcm_lib_preallocate_max_proc_read() 129 struct snd_info_buffer *buffer) in snd_pcm_lib_preallocate_proc_write()
|
D | seq_device.c | 66 struct snd_info_buffer *buffer = data; in print_dev_info() 75 struct snd_info_buffer *buffer) in snd_seq_device_info()
|
/Linux-v5.4/sound/firewire/oxfw/ |
D | oxfw-proc.c | 11 struct snd_info_buffer *buffer) in proc_read_formation() 80 struct snd_info_buffer *b)) in add_node()
|
/Linux-v5.4/sound/firewire/dice/ |
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-v5.4/sound/pci/oxygen/ |
D | xonar_dg.h | 50 struct snd_info_buffer *buffer);
|
/Linux-v5.4/sound/firewire/digi00x/ |
D | digi00x-proc.c | 26 struct snd_info_buffer *buf) in proc_read_clock()
|