/linux-6.3-rc2/include/sound/ |
A D | hwdep.h | 13 struct snd_hwdep; 19 long (*read)(struct snd_hwdep *hw, char __user *buf, 23 int (*open)(struct snd_hwdep *hw, struct file * file); 24 int (*release)(struct snd_hwdep *hw, struct file * file); 27 int (*ioctl)(struct snd_hwdep *hw, struct file *file, 31 int (*mmap)(struct snd_hwdep *hw, struct file *file, 33 int (*dsp_status)(struct snd_hwdep *hw, 35 int (*dsp_load)(struct snd_hwdep *hw, 39 struct snd_hwdep { struct 55 void (*private_free) (struct snd_hwdep *hwdep); argument [all …]
|
A D | snd_wavefront.h | 122 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 *);
|
A D | opl3.h | 300 struct snd_hwdep *hwdep; 338 void snd_opl3_interrupt(struct snd_hwdep * hw); 349 struct snd_hwdep ** rhwdep); 352 int snd_opl3_open(struct snd_hwdep * hw, struct file *file); 353 int snd_opl3_ioctl(struct snd_hwdep * hw, struct file *file, 355 int snd_opl3_release(struct snd_hwdep * hw, struct file *file); 360 long snd_opl3_write(struct snd_hwdep *hw, const char __user *buf, long count,
|
A D | sb16_csp.h | 75 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep);
|
/linux-6.3-rc2/sound/core/ |
A D | hwdep.c | 34 struct snd_hwdep *hwdep; in snd_hwdep_search() 44 struct snd_hwdep *hw = file->private_data; in snd_hwdep_llseek() 53 struct snd_hwdep *hw = file->private_data; in snd_hwdep_read() 62 struct snd_hwdep *hw = file->private_data; in snd_hwdep_write() 71 struct snd_hwdep *hw; in snd_hwdep_open() 149 struct snd_hwdep *hw = file->private_data; in snd_hwdep_release() 167 struct snd_hwdep *hw = file->private_data; in snd_hwdep_poll() 300 struct snd_hwdep *hwdep; in snd_hwdep_control_ioctl() 360 struct snd_hwdep **rhwdep) in snd_hwdep_new() 362 struct snd_hwdep *hwdep; in snd_hwdep_new() [all …]
|
A D | hwdep_compat.c | 19 static int snd_hwdep_dsp_load_compat(struct snd_hwdep *hw, in snd_hwdep_dsp_load_compat() 42 struct snd_hwdep *hw = file->private_data; in snd_hwdep_ioctl_compat()
|
/linux-6.3-rc2/sound/firewire/digi00x/ |
A D | digi00x-hwdep.c | 19 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read() 62 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 135 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release() 147 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl() 165 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl() 184 struct snd_hwdep *hwdep; in snd_dg00x_create_hwdep_device()
|
/linux-6.3-rc2/sound/firewire/bebob/ |
A D | bebob_hwdep.c | 19 hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read() 53 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) in hwdep_poll() 129 hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release() 142 hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl() 161 hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl() 180 struct snd_hwdep *hwdep; in snd_bebob_create_hwdep_device()
|
/linux-6.3-rc2/sound/firewire/dice/ |
A D | dice-hwdep.c | 11 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, in hwdep_read() 54 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 127 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release() 139 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl() 157 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl() 176 struct snd_hwdep *hwdep; in snd_dice_create_hwdep()
|
/linux-6.3-rc2/sound/firewire/oxfw/ |
A D | oxfw-hwdep.c | 18 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read() 52 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 125 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release() 137 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl() 155 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl() 174 struct snd_hwdep *hwdep; in snd_oxfw_create_hwdep()
|
/linux-6.3-rc2/sound/firewire/fireface/ |
A D | ff-hwdep.c | 26 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read() 71 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 144 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release() 156 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl() 174 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl() 193 struct snd_hwdep *hwdep; in snd_ff_create_hwdep_devices()
|
/linux-6.3-rc2/sound/pci/hda/ |
A D | hda_hwdep.c | 60 static int hda_hwdep_ioctl(struct snd_hwdep *hw, struct file *file, in hda_hwdep_ioctl() 78 static int hda_hwdep_ioctl_compat(struct snd_hwdep *hw, struct file *file, in hda_hwdep_ioctl_compat() 85 static int hda_hwdep_open(struct snd_hwdep *hw, struct file *file) in hda_hwdep_open() 97 struct snd_hwdep *hwdep; in snd_hda_create_hwdep()
|
/linux-6.3-rc2/sound/firewire/fireworks/ |
A D | fireworks_hwdep.c | 122 hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read() 158 hwdep_write(struct snd_hwdep *hwdep, const char __user *data, long count, in hwdep_write() 188 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) in hwdep_poll() 264 hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release() 277 hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl() 296 hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl() 316 struct snd_hwdep *hwdep; in snd_efw_create_hwdep_device()
|
/linux-6.3-rc2/sound/firewire/tascam/ |
A D | tascam-hwdep.c | 98 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read() 129 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 210 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release() 222 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl() 242 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl() 261 struct snd_hwdep *hwdep; in snd_tscm_create_hwdep_device()
|
/linux-6.3-rc2/sound/firewire/motu/ |
A D | motu-hwdep.c | 27 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read() 99 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 172 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release() 184 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl() 267 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl() 286 struct snd_hwdep *hwdep; in snd_motu_create_hwdep_device()
|
/linux-6.3-rc2/sound/usb/usx2y/ |
A D | usX2Yhwdep.c | 47 static int snd_us428ctls_mmap(struct snd_hwdep *hw, struct file *filp, struct vm_area_struct *area) in snd_us428ctls_mmap() 69 static __poll_t snd_us428ctls_poll(struct snd_hwdep *hw, struct file *file, poll_table *wait) in snd_us428ctls_poll() 87 static int snd_usx2y_hwdep_dsp_status(struct snd_hwdep *hw, in snd_usx2y_hwdep_dsp_status() 178 static int snd_usx2y_hwdep_dsp_load(struct snd_hwdep *hw, in snd_usx2y_hwdep_dsp_load() 226 struct snd_hwdep *hw; in usx2y_hwdep_new()
|
A D | us122l.c | 153 static int usb_stream_hwdep_open(struct snd_hwdep *hw, struct file *file) in usb_stream_hwdep_open() 174 static int usb_stream_hwdep_release(struct snd_hwdep *hw, struct file *file) in usb_stream_hwdep_release() 198 static int usb_stream_hwdep_mmap(struct snd_hwdep *hw, in usb_stream_hwdep_mmap() 237 static __poll_t usb_stream_hwdep_poll(struct snd_hwdep *hw, in usb_stream_hwdep_poll() 345 static int usb_stream_hwdep_ioctl(struct snd_hwdep *hw, struct file *file, in usb_stream_hwdep_ioctl() 419 struct snd_hwdep *hw; in usb_stream_hwdep_new()
|
A D | usx2yhwdeppcm.c | 639 static int snd_usx2y_hwdep_pcm_open(struct snd_hwdep *hw, struct file *file) in snd_usx2y_hwdep_pcm_open() 652 static int snd_usx2y_hwdep_pcm_release(struct snd_hwdep *hw, struct file *file) in snd_usx2y_hwdep_pcm_release() 691 static int snd_usx2y_hwdep_pcm_mmap(struct snd_hwdep *hw, struct file *filp, struct vm_area_struct … in snd_usx2y_hwdep_pcm_mmap() 714 static void snd_usx2y_hwdep_pcm_private_free(struct snd_hwdep *hwdep) in snd_usx2y_hwdep_pcm_private_free() 725 struct snd_hwdep *hw; in usx2y_hwdep_pcm_new()
|
/linux-6.3-rc2/sound/isa/wavefront/ |
A D | wavefront_fx.c | 134 snd_wavefront_fx_open (struct snd_hwdep *hw, struct file *file) in snd_wavefront_fx_open() 144 snd_wavefront_fx_release (struct snd_hwdep *hw, struct file *file) in snd_wavefront_fx_release() 152 snd_wavefront_fx_ioctl (struct snd_hwdep *sdev, struct file *file, in snd_wavefront_fx_ioctl()
|
A D | wavefront.c | 220 static struct snd_hwdep *snd_wavefront_new_synth(struct snd_card *card, in snd_wavefront_new_synth() 224 struct snd_hwdep *wavefront_synth; in snd_wavefront_new_synth() 245 static struct snd_hwdep *snd_wavefront_new_fx(struct snd_card *card, in snd_wavefront_new_fx() 251 struct snd_hwdep *fx_processor; in snd_wavefront_new_fx() 340 struct snd_hwdep *wavefront_synth; in snd_wavefront_probe() 343 struct snd_hwdep *fx_processor; in snd_wavefront_probe()
|
/linux-6.3-rc2/sound/isa/sb/ |
A D | sb16_csp.c | 66 static void snd_sb_csp_free(struct snd_hwdep *hw); 67 static int snd_sb_csp_open(struct snd_hwdep * hw, struct file *file); 68 static int snd_sb_csp_ioctl(struct snd_hwdep * hw, struct file *file, unsigned int cmd, unsigned lo… 69 static int snd_sb_csp_release(struct snd_hwdep * hw, struct file *file); 102 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep) in snd_sb_csp_new() 107 struct snd_hwdep *hw; in snd_sb_csp_new() 156 static void snd_sb_csp_free(struct snd_hwdep *hwdep) in snd_sb_csp_free() 174 static int snd_sb_csp_open(struct snd_hwdep * hw, struct file *file) in snd_sb_csp_open() 183 static int snd_sb_csp_ioctl(struct snd_hwdep * hw, struct file *file, unsigned int cmd, unsigned lo… in snd_sb_csp_ioctl() 254 static int snd_sb_csp_release(struct snd_hwdep * hw, struct file *file) in snd_sb_csp_release()
|
/linux-6.3-rc2/sound/synth/emux/ |
A D | emux_hwdep.c | 79 snd_emux_hwdep_ioctl(struct snd_hwdep * hw, struct file *file, in snd_emux_hwdep_ioctl() 116 struct snd_hwdep *hw; in snd_emux_init_hwdep()
|
/linux-6.3-rc2/sound/usb/line6/ |
A D | driver.c | 536 static int line6_hwdep_open(struct snd_hwdep *hw, struct file *file) in line6_hwdep_open() 549 static int line6_hwdep_release(struct snd_hwdep *hw, struct file *file) in line6_hwdep_release() 560 line6_hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in line6_hwdep_read() 601 line6_hwdep_write(struct snd_hwdep *hwdep, const char __user *data, long count, in line6_hwdep_write() 624 line6_hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) in line6_hwdep_poll() 664 struct snd_hwdep *hwdep; in line6_hwdep_init()
|
/linux-6.3-rc2/sound/drivers/opl3/ |
A D | opl3_synth.c | 71 int snd_opl3_open(struct snd_hwdep * hw, struct file *file) in snd_opl3_open() 79 int snd_opl3_ioctl(struct snd_hwdep * hw, struct file *file, in snd_opl3_ioctl() 172 int snd_opl3_release(struct snd_hwdep * hw, struct file *file) in snd_opl3_release() 184 long snd_opl3_write(struct snd_hwdep *hw, const char __user *buf, long count, in snd_opl3_write()
|
A D | opl3_seq.c | 41 struct snd_hwdep *hwdep = opl3->hwdep; in snd_opl3_synth_setup() 72 struct snd_hwdep *hwdep; in snd_opl3_synth_cleanup()
|