/linux-4.4.14/include/sound/ |
D | hwdep.h | 28 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 …]
|
D | snd_wavefront.h | 120 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 *);
|
D | opl3.h | 318 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,
|
D | sb16_csp.h | 89 int snd_sb_csp_new(struct snd_sb *chip, int device, struct snd_hwdep ** rhwdep);
|
D | emux_synth.h | 108 struct snd_hwdep *hwdep; /* hwdep device */
|
D | vx_core.h | 172 struct snd_hwdep *hwdep;
|
/linux-4.4.14/sound/core/ |
D | hwdep.c | 46 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 …]
|
D | hwdep_compat.c | 33 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.4.14/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 19 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.4.14/sound/firewire/digi00x/ |
D | digi00x-hwdep.c | 20 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read() 63 static unsigned int hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 136 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release() 148 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl() 166 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl() 186 struct snd_hwdep *hwdep; in snd_dg00x_create_hwdep_device()
|
/linux-4.4.14/sound/firewire/dice/ |
D | dice-hwdep.c | 12 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.4.14/sound/firewire/bebob/ |
D | bebob_hwdep.c | 20 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.4.14/sound/firewire/tascam/ |
D | tascam-hwdep.c | 38 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read() 64 static unsigned int hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 137 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release() 149 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl() 167 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl() 187 struct snd_hwdep *hwdep; in snd_tscm_create_hwdep_device()
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_hwdep.c | 63 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()
|
D | hda_codec.h | 231 struct snd_hwdep *hwdep; /* assigned hwdep device */
|
/linux-4.4.14/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 96 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.4.14/sound/usb/usx2y/ |
D | usX2Yhwdep.c | 61 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()
|
D | us122l.c | 191 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()
|
D | usx2yhwdeppcm.c | 617 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.4.14/sound/isa/wavefront/ |
D | wavefront_fx.c | 147 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()
|
D | wavefront.c | 234 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()
|
D | wavefront_synth.c | 1622 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.4.14/sound/synth/emux/ |
D | emux_hwdep.c | 85 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.4.14/sound/isa/sb/ |
D | sb16_csp.c | 80 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()
|
D | sb16.c | 347 struct snd_hwdep *synth = NULL; in snd_sb16_probe() 349 struct snd_hwdep *xcsp = NULL; in snd_sb16_probe()
|
/linux-4.4.14/sound/drivers/opl3/ |
D | opl3_synth.c | 83 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()
|
D | opl3_seq.c | 55 struct snd_hwdep *hwdep = opl3->hwdep; in snd_opl3_synth_setup() 86 struct snd_hwdep *hwdep; in snd_opl3_synth_cleanup()
|
D | opl3_lib.c | 294 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.4.14/sound/pci/mixart/ |
D | mixart.h | 173 struct snd_hwdep *hwdep; /* DSP loader, only for the first card */
|
/linux-4.4.14/sound/usb/ |
D | mixer_quirks.c | 221 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.4.14/sound/pci/asihpi/ |
D | asihpi.c | 2802 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.4.14/sound/isa/opti9xx/ |
D | opti92x-ad1848.c | 824 struct snd_hwdep *synth;
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emufx.c | 2470 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.4.14/sound/isa/ |
D | opl3sa2.c | 131 struct snd_hwdep *synth;
|
/linux-4.4.14/sound/pci/rme9652/ |
D | hdspm.c | 1056 struct snd_hwdep *hwdep; /* and a hwdep for additional ioctl */ 6150 static int snd_hdspm_hwdep_dummy_op(struct snd_hwdep *hw, struct file *file) in snd_hdspm_hwdep_dummy_op() 6162 static int snd_hdspm_hwdep_ioctl(struct snd_hwdep *hw, struct file *file, in snd_hdspm_hwdep_ioctl() 6379 struct snd_hwdep *hw; in snd_hdspm_create_hwdep()
|
D | hdsp.c | 502 struct snd_hwdep *hwdep; 4678 static int snd_hdsp_hwdep_ioctl(struct snd_hwdep *hw, struct file *file, unsigned int cmd, unsigned… in snd_hdsp_hwdep_ioctl() 4889 struct snd_hwdep *hw; in snd_hdsp_create_hwdep()
|
/linux-4.4.14/sound/pci/ |
D | sonicvibes.c | 229 struct snd_hwdep *fmsynth; /* S3FM */
|