Home
last modified time | relevance | path

Searched refs:snd_info_entry (Results 1 – 25 of 108) sorted by relevance

12345

/openbmc/linux/include/sound/
H A Dinfo.h27 struct snd_info_entry;
30 void (*read)(struct snd_info_entry *entry,
32 void (*write)(struct snd_info_entry *entry,
37 int (*open)(struct snd_info_entry *entry,
39 int (*release)(struct snd_info_entry *entry,
60 struct snd_info_entry { struct
69 struct snd_info_entry *parent; argument
88 extern struct snd_info_entry *snd_seq_root; argument
119 struct snd_info_entry *parent);
131 struct snd_info_entry **entryp) in snd_card_proc_new()
[all …]
H A Dcompress_driver.h162 struct snd_info_entry *proc_root;
163 struct snd_info_entry *proc_info_entry;
H A Dac97_codec.h215 struct snd_info_entry *proc;
242 struct snd_info_entry *proc;
243 struct snd_info_entry *proc_regs;
/openbmc/linux/sound/core/
H A Dinfo.c54 struct snd_info_entry *entry;
107 struct snd_info_entry *entry; in snd_info_entry_llseek()
223 struct snd_info_entry *entry; in snd_info_entry_mmap()
434 struct snd_info_entry *entry; in create_subdir()
447 static struct snd_info_entry *
504 struct snd_info_entry *entry; in snd_info_card_create()
685 static struct snd_info_entry *
689 struct snd_info_entry *entry; in snd_info_create_entry()
755 struct snd_info_entry *p; in snd_info_clear_entries()
772 struct snd_info_entry *p, *n; in snd_info_free_entry()
[all …]
H A Dpcm.c481 static void snd_pcm_xrun_injection_write(struct snd_info_entry *entry, in snd_pcm_xrun_injection_write()
489 static void snd_pcm_xrun_debug_read(struct snd_info_entry *entry, in snd_pcm_xrun_debug_read()
496 static void snd_pcm_xrun_debug_write(struct snd_info_entry *entry, in snd_pcm_xrun_debug_write()
509 struct snd_info_entry *entry; in snd_pcm_stream_proc_init()
542 static struct snd_info_entry *
545 void (*read)(struct snd_info_entry *, in create_substream_info_entry() argument
548 struct snd_info_entry *entry; in create_substream_info_entry()
559 struct snd_info_entry *entry; in snd_pcm_substream_proc_init()
1181 static void snd_pcm_proc_read(struct snd_info_entry *entry, in snd_pcm_proc_read()
1201 static struct snd_info_entry *snd_pcm_proc_entry;
[all …]
H A Dinfo_oss.c73 static void snd_sndstat_proc_read(struct snd_info_entry *entry, in snd_sndstat_proc_read()
97 struct snd_info_entry *entry; in snd_info_minor_register()
/openbmc/linux/sound/core/seq/
H A Dseq_info.c15 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()
H A Dseq_info.h12 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);
/openbmc/linux/sound/firewire/fireface/
H A Dff-proc.c27 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()
/openbmc/linux/sound/firewire/motu/
H A Dmotu-proc.c26 static void proc_read_clock(struct snd_info_entry *entry, in proc_read_clock()
43 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()
/openbmc/linux/sound/firewire/bebob/
H A Dbebob_proc.c35 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()
/openbmc/linux/sound/firewire/tascam/
H A Dtascam-proc.c10 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()
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw-proc.c10 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()
/openbmc/linux/sound/drivers/opl4/
H A Dopl4_proc.c12 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()
/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks_proc.c28 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()
/openbmc/linux/sound/pci/emu10k1/
H A Demuproc.c61 static void snd_emu10k1_proc_read(struct snd_info_entry *entry, in snd_emu10k1_proc_read()
160 static void snd_emu10k1_proc_spdif_read(struct snd_info_entry *entry, in snd_emu10k1_proc_spdif_read()
212 static void snd_emu10k1_proc_rates_read(struct snd_info_entry *entry, in snd_emu10k1_proc_rates_read()
329 static void snd_emu10k1_proc_acode_read(struct snd_info_entry *entry, in snd_emu10k1_proc_acode_read()
380 static ssize_t snd_emu10k1_fx8010_read(struct snd_info_entry *entry, in snd_emu10k1_fx8010_read()
501 static void snd_emu_proc_io_reg_read(struct snd_info_entry *entry, in snd_emu_proc_io_reg_read()
514 static void snd_emu_proc_io_reg_write(struct snd_info_entry *entry, in snd_emu_proc_io_reg_write()
562 static void snd_emu_proc_ptr_reg_read(struct snd_info_entry *entry, in snd_emu_proc_ptr_reg_read()
583 static void snd_emu_proc_ptr_reg_write(struct snd_info_entry *entry, in snd_emu_proc_ptr_reg_write()
598 static void snd_emu_proc_ptr_reg_write00(struct snd_info_entry *entry, in snd_emu_proc_ptr_reg_write00()
[all …]
/openbmc/linux/sound/pci/ca0106/
H A Dca0106_proc.c258 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()
/openbmc/linux/sound/isa/gus/
H A Dgus_mem_proc.c19 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()
/openbmc/linux/sound/firewire/dice/
H A Ddice-proc.c56 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()
/openbmc/linux/sound/firewire/digi00x/
H A Ddigi00x-proc.c25 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()
/openbmc/linux/sound/pci/lola/
H A Dlola_proc.c97 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()
/openbmc/linux/sound/pci/cs46xx/
H A Dcs46xx_dsp_spos.h104 struct snd_info_entry *proc_info;
164 struct snd_info_entry * proc_dsp_dir;
/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss.c271 static struct snd_info_entry *info_entry;
274 info_read(struct snd_info_entry *entry, struct snd_info_buffer *buf) in info_read()
288 struct snd_info_entry *entry; in register_proc()
/openbmc/linux/sound/usb/
H A Dproc.c33 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()
210 static void proc_pcm_format_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_pcm_format_read()
/openbmc/linux/sound/pci/ac97/
H A Dac97_proc.c328 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()

12345