Home
last modified time | relevance | path

Searched refs:snd_hwdep (Results 1 - 25 of 83) sorted by relevance

1234

/kernel/linux/linux-5.10/include/sound/
H A Dhwdep.h13 struct snd_hwdep;
17 long long (*llseek)(struct snd_hwdep *hw, struct file *file,
19 long (*read)(struct snd_hwdep *hw, char __user *buf,
21 long (*write)(struct snd_hwdep *hw, const char __user *buf,
23 int (*open)(struct snd_hwdep *hw, struct file * file);
24 int (*release)(struct snd_hwdep *hw, struct file * file);
25 __poll_t (*poll)(struct snd_hwdep *hw, struct file *file,
27 int (*ioctl)(struct snd_hwdep *hw, struct file *file,
29 int (*ioctl_compat)(struct snd_hwdep *hw, struct file *file,
31 int (*mmap)(struct snd_hwdep *h
39 struct snd_hwdep { global() struct
[all...]
H A 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 *);
H A Dopl3.h300 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,
/kernel/linux/linux-6.6/include/sound/
H A Dhwdep.h13 struct snd_hwdep;
17 long long (*llseek)(struct snd_hwdep *hw, struct file *file,
19 long (*read)(struct snd_hwdep *hw, char __user *buf,
21 long (*write)(struct snd_hwdep *hw, const char __user *buf,
23 int (*open)(struct snd_hwdep *hw, struct file * file);
24 int (*release)(struct snd_hwdep *hw, struct file * file);
25 __poll_t (*poll)(struct snd_hwdep *hw, struct file *file,
27 int (*ioctl)(struct snd_hwdep *hw, struct file *file,
29 int (*ioctl_compat)(struct snd_hwdep *hw, struct file *file,
31 int (*mmap)(struct snd_hwdep *h
39 struct snd_hwdep { global() struct
[all...]
H A 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 *);
H A Dopl3.h300 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,
/kernel/linux/linux-5.10/sound/core/
H A Dhwdep.c32 static struct snd_hwdep *snd_hwdep_search(struct snd_card *card, int device) in snd_hwdep_search()
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()
173 static int snd_hwdep_info(struct snd_hwdep *hw, in snd_hwdep_info()
188 static int snd_hwdep_dsp_status(struct snd_hwdep *h
[all...]
/kernel/linux/linux-6.6/sound/core/
H A Dhwdep.c32 static struct snd_hwdep *snd_hwdep_search(struct snd_card *card, int device) in snd_hwdep_search()
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()
173 static int snd_hwdep_info(struct snd_hwdep *hw, in snd_hwdep_info()
188 static int snd_hwdep_dsp_status(struct snd_hwdep *h
[all...]
/kernel/linux/linux-5.10/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c19 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()
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A Doxfw-hwdep.c18 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, 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_oxfw_create_hwdep()
/kernel/linux/linux-5.10/sound/firewire/bebob/
H A Dbebob_hwdep.c19 hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read()
55 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) in hwdep_poll()
131 hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release()
144 hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl()
163 hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
182 struct snd_hwdep *hwdep; in snd_bebob_create_hwdep_device()
/kernel/linux/linux-5.10/sound/firewire/fireface/
H A Dff-hwdep.c18 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, 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_ff_create_hwdep_devices()
/kernel/linux/linux-5.10/sound/firewire/dice/
H A Ddice-hwdep.c11 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()
/kernel/linux/linux-5.10/sound/firewire/motu/
H A Dmotu-hwdep.c19 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read()
61 static __poll_t hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll()
134 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release()
146 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl()
164 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
183 struct snd_hwdep *hwdep; in snd_motu_create_hwdep_device()
/kernel/linux/linux-6.6/sound/firewire/bebob/
H A Dbebob_hwdep.c19 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()
/kernel/linux/linux-6.6/sound/firewire/dice/
H A Ddice-hwdep.c11 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()
/kernel/linux/linux-6.6/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c19 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()
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Dff-hwdep.c26 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()
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A Doxfw-hwdep.c18 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()
/kernel/linux/linux-5.10/sound/firewire/tascam/
H A Dtascam-hwdep.c98 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()
/kernel/linux/linux-6.6/sound/firewire/tascam/
H A Dtascam-hwdep.c98 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()
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_hwdep.c60 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()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_hwdep.c60 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()
/kernel/linux/linux-5.10/sound/firewire/fireworks/
H A Dfireworks_hwdep.c122 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()
/kernel/linux/linux-6.6/sound/firewire/fireworks/
H A Dfireworks_hwdep.c122 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()

Completed in 18 milliseconds

1234