Home
last modified time | relevance | path

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

12

/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,
41 ssize_t (*read)(struct snd_info_entry *entry, void *file_private_data,
44 ssize_t (*write)(struct snd_info_entry *entry, void *file_private_data,
47 loff_t (*llseek)(struct snd_info_entry *entry,
50 __poll_t (*poll)(struct snd_info_entry *entry,
53 int (*ioctl)(struct snd_info_entry *entry, void *file_private_data,
[all …]
H A Dac97_codec.h215 struct snd_info_entry *proc;
242 struct snd_info_entry *proc;
243 struct snd_info_entry *proc_regs;
H A Dpcm_oss.h66 struct snd_info_entry *proc_entry;
H A Dmixer_oss.h50 struct snd_info_entry *proc_entry;
/linux/sound/core/
H A Dinfo.c54 struct snd_info_entry *entry;
59 static void snd_info_clear_entries(struct snd_info_entry *entry);
65 static struct snd_info_entry *snd_proc_root;
66 struct snd_info_entry *snd_seq_root;
70 struct snd_info_entry *snd_oss_root;
73 static int alloc_info_private(struct snd_info_entry *entry, in alloc_info_private()
107 struct snd_info_entry *entry; in snd_info_entry_llseek()
145 struct snd_info_entry *entry = data->entry; in snd_info_entry_read()
167 struct snd_info_entry *entry = data->entry; in snd_info_entry_write()
188 struct snd_info_entry *entry = data->entry; in snd_info_entry_poll()
[all …]
H A Dinfo_oss.c69 static void snd_sndstat_proc_read(struct snd_info_entry *entry, in snd_sndstat_proc_read()
93 struct snd_info_entry *entry; in snd_info_minor_register()
H A Dpcm_memory.c156 static void snd_pcm_lib_preallocate_proc_read(struct snd_info_entry *entry, in snd_pcm_lib_preallocate_proc_read()
168 static void snd_pcm_lib_preallocate_max_proc_read(struct snd_info_entry *entry, in snd_pcm_lib_preallocate_max_proc_read()
180 static void snd_pcm_lib_preallocate_proc_write(struct snd_info_entry *entry, in snd_pcm_lib_preallocate_proc_write()
235 struct snd_info_entry *entry; in preallocate_info_init()
H A Dseq_device.c61 static struct snd_info_entry *info_entry;
74 static void snd_seq_device_info(struct snd_info_entry *entry, in snd_seq_device_info()
H A Dsound_oss.c211 static void snd_minor_info_oss_read(struct snd_info_entry *entry, in snd_minor_info_oss_read()
235 struct snd_info_entry *entry; in snd_minor_info_oss_init()
H A Dhwdep.c481 static void snd_hwdep_proc_read(struct snd_info_entry *entry, in snd_hwdep_proc_read()
492 static struct snd_info_entry *snd_hwdep_proc_entry;
496 struct snd_info_entry *entry; in snd_hwdep_proc_init()
/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);
/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()
/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()
/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()
/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()
/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()
/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()
/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()
/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()
/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()
/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()
/linux/sound/pci/cs46xx/
H A Dcs46xx_dsp_spos.h104 struct snd_info_entry *proc_info;
164 struct snd_info_entry * proc_dsp_dir;
/linux/sound/parisc/
H A Dharmony.h52 struct snd_info_entry *proc;
/linux/sound/drivers/opl4/
H A Dopl4_local.h182 struct snd_info_entry *proc_entry;

12