Home
last modified time | relevance | path

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

/linux-4.19.296/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 __poll_t (*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.h122 extern int snd_wavefront_synth_ioctl (struct snd_hwdep *,
126 extern int snd_wavefront_synth_open (struct snd_hwdep *, struct file *);
127 extern int snd_wavefront_synth_release (struct snd_hwdep *, struct file *);
133 extern int snd_wavefront_fx_ioctl (struct snd_hwdep *,
137 extern int snd_wavefront_fx_open (struct snd_hwdep *, struct file *);
138 extern int snd_wavefront_fx_release (struct snd_hwdep *, struct file *);
Dopl3.h316 struct snd_hwdep *hwdep;
354 void snd_opl3_interrupt(struct snd_hwdep * hw);
365 struct snd_hwdep ** rhwdep);
368 int snd_opl3_open(struct snd_hwdep * hw, struct file *file);
369 int snd_opl3_ioctl(struct snd_hwdep * hw, struct file *file,
371 int snd_opl3_release(struct snd_hwdep * hw, struct file *file);
376 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.h106 struct snd_hwdep *hwdep; /* hwdep device */
Dvx_core.h172 struct snd_hwdep *hwdep;