Home
last modified time | relevance | path

Searched refs:snd_hwdep (Results 1 – 35 of 35) sorted by relevance

/linux-4.1.27/include/sound/
Dhwdep.h28 struct snd_hwdep;
32 long long (*llseek)(struct snd_hwdep *hw, struct file *file,
34 long (*read)(struct snd_hwdep *hw, char __user *buf,
36 long (*write)(struct snd_hwdep *hw, const char __user *buf,
38 int (*open)(struct snd_hwdep *hw, struct file * file);
39 int (*release)(struct snd_hwdep *hw, struct file * file);
40 unsigned int (*poll)(struct snd_hwdep *hw, struct file *file,
42 int (*ioctl)(struct snd_hwdep *hw, struct file *file,
44 int (*ioctl_compat)(struct snd_hwdep *hw, struct file *file,
46 int (*mmap)(struct snd_hwdep *hw, struct file *file,
[all …]
Dsnd_wavefront.h120 extern int snd_wavefront_synth_ioctl (struct snd_hwdep *,
124 extern int snd_wavefront_synth_open (struct snd_hwdep *, struct file *);
125 extern int snd_wavefront_synth_release (struct snd_hwdep *, struct file *);
131 extern int snd_wavefront_fx_ioctl (struct snd_hwdep *,
135 extern int snd_wavefront_fx_open (struct snd_hwdep *, struct file *);
136 extern int snd_wavefront_fx_release (struct snd_hwdep *, struct file *);
Dopl3.h318 struct snd_hwdep *hwdep;
356 void snd_opl3_interrupt(struct snd_hwdep * hw);
367 struct snd_hwdep ** rhwdep);
370 int snd_opl3_open(struct snd_hwdep * hw, struct file *file);
371 int snd_opl3_ioctl(struct snd_hwdep * hw, struct file *file,
373 int snd_opl3_release(struct snd_hwdep * hw, struct file *file);
378 long snd_opl3_write(struct snd_hwdep *hw, const char __user *buf, long count,
Dsb16_csp.h89 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep);
Demux_synth.h108 struct snd_hwdep *hwdep; /* hwdep device */
Dvx_core.h172 struct snd_hwdep *hwdep;
/linux-4.1.27/sound/core/
Dhwdep.c46 static struct snd_hwdep *snd_hwdep_search(struct snd_card *card, int device) in snd_hwdep_search()
48 struct snd_hwdep *hwdep; in snd_hwdep_search()
58 struct snd_hwdep *hw = file->private_data; in snd_hwdep_llseek()
67 struct snd_hwdep *hw = file->private_data; in snd_hwdep_read()
76 struct snd_hwdep *hw = file->private_data; in snd_hwdep_write()
85 struct snd_hwdep *hw; in snd_hwdep_open()
163 struct snd_hwdep *hw = file->private_data; in snd_hwdep_release()
181 struct snd_hwdep *hw = file->private_data; in snd_hwdep_poll()
187 static int snd_hwdep_info(struct snd_hwdep *hw, in snd_hwdep_info()
202 static int snd_hwdep_dsp_status(struct snd_hwdep *hw, in snd_hwdep_dsp_status()
[all …]
Dhwdep_compat.c33 static int snd_hwdep_dsp_load_compat(struct snd_hwdep *hw, in snd_hwdep_dsp_load_compat()
65 struct snd_hwdep *hw = file->private_data; in snd_hwdep_ioctl_compat()
/linux-4.1.27/sound/firewire/bebob/
Dbebob_hwdep.c20 hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read()
57 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) in hwdep_poll()
133 hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release()
146 hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl()
165 hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
185 struct snd_hwdep *hwdep; in snd_bebob_create_hwdep_device()
/linux-4.1.27/sound/firewire/dice/
Ddice-hwdep.c12 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, in hwdep_read()
55 static unsigned int hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll()
128 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release()
140 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl()
158 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
177 struct snd_hwdep *hwdep; in snd_dice_create_hwdep()
/linux-4.1.27/sound/firewire/oxfw/
Doxfw-hwdep.c19 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read()
55 static unsigned int hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll()
128 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release()
140 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl()
158 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
177 struct snd_hwdep *hwdep; in snd_oxfw_create_hwdep()
/linux-4.1.27/sound/pci/hda/
Dhda_hwdep.c63 static int hda_hwdep_ioctl(struct snd_hwdep *hw, struct file *file, in hda_hwdep_ioctl()
81 static int hda_hwdep_ioctl_compat(struct snd_hwdep *hw, struct file *file, in hda_hwdep_ioctl_compat()
88 static int hda_hwdep_open(struct snd_hwdep *hw, struct file *file) in hda_hwdep_open()
100 struct snd_hwdep *hwdep; in snd_hda_create_hwdep()
Dhda_codec.h257 struct snd_hwdep *hwdep; /* assigned hwdep device */
/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_hwdep.c96 hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read()
125 hwdep_write(struct snd_hwdep *hwdep, const char __user *data, long count, in hwdep_write()
155 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) in hwdep_poll()
231 hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release()
244 hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl()
263 hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
284 struct snd_hwdep *hwdep; in snd_efw_create_hwdep_device()
/linux-4.1.27/sound/usb/usx2y/
DusX2Yhwdep.c61 static int snd_us428ctls_mmap(struct snd_hwdep * hw, struct file *filp, struct vm_area_struct *area) in snd_us428ctls_mmap()
90 static unsigned int snd_us428ctls_poll(struct snd_hwdep *hw, struct file *file, poll_table *wait) in snd_us428ctls_poll()
107 static int snd_usX2Y_hwdep_dsp_status(struct snd_hwdep *hw, in snd_usX2Y_hwdep_dsp_status()
198 static int snd_usX2Y_hwdep_dsp_load(struct snd_hwdep *hw, in snd_usX2Y_hwdep_dsp_load()
250 struct snd_hwdep *hw; in usX2Y_hwdep_new()
Dus122l.c191 static int usb_stream_hwdep_open(struct snd_hwdep *hw, struct file *file) in usb_stream_hwdep_open()
212 static int usb_stream_hwdep_release(struct snd_hwdep *hw, struct file *file) in usb_stream_hwdep_release()
236 static int usb_stream_hwdep_mmap(struct snd_hwdep *hw, in usb_stream_hwdep_mmap()
275 static unsigned int usb_stream_hwdep_poll(struct snd_hwdep *hw, in usb_stream_hwdep_poll()
379 static int usb_stream_hwdep_ioctl(struct snd_hwdep *hw, struct file *file, in usb_stream_hwdep_ioctl()
460 struct snd_hwdep *hw; in usb_stream_hwdep_new()
Dusx2yhwdeppcm.c617 static int snd_usX2Y_hwdep_pcm_open(struct snd_hwdep *hw, struct file *file) in snd_usX2Y_hwdep_pcm_open()
631 static int snd_usX2Y_hwdep_pcm_release(struct snd_hwdep *hw, struct file *file) in snd_usX2Y_hwdep_pcm_release()
676 static int snd_usX2Y_hwdep_pcm_mmap(struct snd_hwdep * hw, struct file *filp, struct vm_area_struct… in snd_usX2Y_hwdep_pcm_mmap()
700 static void snd_usX2Y_hwdep_pcm_private_free(struct snd_hwdep *hwdep) in snd_usX2Y_hwdep_pcm_private_free()
711 struct snd_hwdep *hw; in usX2Y_hwdep_pcm_new()
/linux-4.1.27/sound/isa/wavefront/
Dwavefront_fx.c147 snd_wavefront_fx_open (struct snd_hwdep *hw, struct file *file) in snd_wavefront_fx_open()
157 snd_wavefront_fx_release (struct snd_hwdep *hw, struct file *file) in snd_wavefront_fx_release()
165 snd_wavefront_fx_ioctl (struct snd_hwdep *sdev, struct file *file, in snd_wavefront_fx_ioctl()
Dwavefront.c234 static struct snd_hwdep *snd_wavefront_new_synth(struct snd_card *card, in snd_wavefront_new_synth()
238 struct snd_hwdep *wavefront_synth; in snd_wavefront_new_synth()
259 static struct snd_hwdep *snd_wavefront_new_fx(struct snd_card *card, in snd_wavefront_new_fx()
265 struct snd_hwdep *fx_processor; in snd_wavefront_new_fx()
367 struct snd_hwdep *wavefront_synth; in snd_wavefront_probe()
370 struct snd_hwdep *fx_processor; in snd_wavefront_probe()
Dwavefront_synth.c1622 snd_wavefront_synth_open (struct snd_hwdep *hw, struct file *file) in snd_wavefront_synth_open()
1632 snd_wavefront_synth_release (struct snd_hwdep *hw, struct file *file) in snd_wavefront_synth_release()
1640 snd_wavefront_synth_ioctl (struct snd_hwdep *hw, struct file *file, in snd_wavefront_synth_ioctl()
/linux-4.1.27/sound/synth/emux/
Demux_hwdep.c85 snd_emux_hwdep_ioctl(struct snd_hwdep * hw, struct file *file, in snd_emux_hwdep_ioctl()
122 struct snd_hwdep *hw; in snd_emux_init_hwdep()
/linux-4.1.27/sound/isa/sb/
Dsb16_csp.c80 static void snd_sb_csp_free(struct snd_hwdep *hw);
81 static int snd_sb_csp_open(struct snd_hwdep * hw, struct file *file);
82 static int snd_sb_csp_ioctl(struct snd_hwdep * hw, struct file *file, unsigned int cmd, unsigned lo…
83 static int snd_sb_csp_release(struct snd_hwdep * hw, struct file *file);
116 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep) in snd_sb_csp_new()
121 struct snd_hwdep *hw; in snd_sb_csp_new()
168 static void snd_sb_csp_free(struct snd_hwdep *hwdep) in snd_sb_csp_free()
186 static int snd_sb_csp_open(struct snd_hwdep * hw, struct file *file) in snd_sb_csp_open()
195 static int snd_sb_csp_ioctl(struct snd_hwdep * hw, struct file *file, unsigned int cmd, unsigned lo… in snd_sb_csp_ioctl()
266 static int snd_sb_csp_release(struct snd_hwdep * hw, struct file *file) in snd_sb_csp_release()
Dsb16.c347 struct snd_hwdep *synth = NULL; in snd_sb16_probe()
349 struct snd_hwdep *xcsp = NULL; in snd_sb16_probe()
/linux-4.1.27/sound/drivers/opl3/
Dopl3_synth.c83 int snd_opl3_open(struct snd_hwdep * hw, struct file *file) in snd_opl3_open()
91 int snd_opl3_ioctl(struct snd_hwdep * hw, struct file *file, in snd_opl3_ioctl()
182 int snd_opl3_release(struct snd_hwdep * hw, struct file *file) in snd_opl3_release()
194 long snd_opl3_write(struct snd_hwdep *hw, const char __user *buf, long count, in snd_opl3_write()
Dopl3_seq.c55 struct snd_hwdep *hwdep = opl3->hwdep; in snd_opl3_synth_setup()
86 struct snd_hwdep *hwdep; in snd_opl3_synth_cleanup()
Dopl3_lib.c294 void snd_opl3_interrupt(struct snd_hwdep * hw) in snd_opl3_interrupt()
486 struct snd_hwdep ** rhwdep) in snd_opl3_hwdep_new()
488 struct snd_hwdep *hw; in snd_opl3_hwdep_new()
/linux-4.1.27/sound/pci/mixart/
Dmixart.h173 struct snd_hwdep *hwdep; /* DSP loader, only for the first card */
/linux-4.1.27/sound/usb/
Dmixer_quirks.c221 static long snd_usb_sbrc_hwdep_read(struct snd_hwdep *hw, char __user *buf, in snd_usb_sbrc_hwdep_read()
241 static unsigned int snd_usb_sbrc_hwdep_poll(struct snd_hwdep *hw, struct file *file, in snd_usb_sbrc_hwdep_poll()
252 struct snd_hwdep *hwdep; in snd_usb_soundblaster_remote_init()
/linux-4.1.27/sound/pci/asihpi/
Dasihpi.c2802 static int snd_asihpi_hpi_open(struct snd_hwdep *hw, struct file *file) in snd_asihpi_hpi_open()
2811 static int snd_asihpi_hpi_release(struct snd_hwdep *hw, struct file *file) in snd_asihpi_hpi_release()
2819 static int snd_asihpi_hpi_ioctl(struct snd_hwdep *hw, struct file *file, in snd_asihpi_hpi_ioctl()
2834 struct snd_hwdep *hw; in snd_asihpi_hpi_new()
/linux-4.1.27/sound/isa/opti9xx/
Dopti92x-ad1848.c824 struct snd_hwdep *synth;
/linux-4.1.27/sound/pci/emu10k1/
Demufx.c2470 static int snd_emu10k1_fx8010_open(struct snd_hwdep * hw, struct file *file) in snd_emu10k1_fx8010_open()
2508 static int snd_emu10k1_fx8010_ioctl(struct snd_hwdep * hw, struct file *file, unsigned int cmd, uns… in snd_emu10k1_fx8010_ioctl()
2639 static int snd_emu10k1_fx8010_release(struct snd_hwdep * hw, struct file *file) in snd_emu10k1_fx8010_release()
2646 struct snd_hwdep *hw; in snd_emu10k1_fx8010_new()
/linux-4.1.27/sound/isa/
Dopl3sa2.c131 struct snd_hwdep *synth;
/linux-4.1.27/sound/pci/rme9652/
Dhdspm.c1056 struct snd_hwdep *hwdep; /* and a hwdep for additional ioctl */
6151 static int snd_hdspm_hwdep_dummy_op(struct snd_hwdep *hw, struct file *file) in snd_hdspm_hwdep_dummy_op()
6163 static int snd_hdspm_hwdep_ioctl(struct snd_hwdep *hw, struct file *file, in snd_hdspm_hwdep_ioctl()
6380 struct snd_hwdep *hw; in snd_hdspm_create_hwdep()
Dhdsp.c502 struct snd_hwdep *hwdep;
4677 static int snd_hdsp_hwdep_ioctl(struct snd_hwdep *hw, struct file *file, unsigned int cmd, unsigned… in snd_hdsp_hwdep_ioctl()
4888 struct snd_hwdep *hw; in snd_hdsp_create_hwdep()
/linux-4.1.27/sound/pci/
Dsonicvibes.c229 struct snd_hwdep *fmsynth; /* S3FM */