Searched refs:snd_seq_oss_arg (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/sound/
H A Dseq_oss.h17 struct snd_seq_oss_arg { struct
39 int (*open)(struct snd_seq_oss_arg *p, void *closure);
40 int (*close)(struct snd_seq_oss_arg *p);
41 int (*ioctl)(struct snd_seq_oss_arg *p, unsigned int cmd, unsigned long arg);
42 int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int count);
43 int (*reset)(struct snd_seq_oss_arg *p);
44 int (*raw_event)(struct snd_seq_oss_arg *p, unsigned char *data);
H A Demux_synth.h139 struct snd_seq_oss_arg *oss_arg;
/linux-master/sound/drivers/opl3/
H A Dopl3_oss.c11 static int snd_opl3_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure);
12 static int snd_opl3_close_seq_oss(struct snd_seq_oss_arg *arg);
13 static int snd_opl3_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, unsigned long ioarg);
14 static int snd_opl3_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, const char __user *buf, int offs, int count);
15 static int snd_opl3_reset_seq_oss(struct snd_seq_oss_arg *arg);
131 static int snd_opl3_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure)
157 static int snd_opl3_close_seq_oss(struct snd_seq_oss_arg *arg)
176 static int snd_opl3_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format,
220 static int snd_opl3_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd,
246 static int snd_opl3_reset_seq_oss(struct snd_seq_oss_arg *ar
[all...]
/linux-master/sound/synth/emux/
H A Demux_oss.c19 static int snd_emux_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure);
20 static int snd_emux_close_seq_oss(struct snd_seq_oss_arg *arg);
21 static int snd_emux_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd,
23 static int snd_emux_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format,
25 static int snd_emux_reset_seq_oss(struct snd_seq_oss_arg *arg);
96 snd_emux_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure)
162 snd_emux_close_seq_oss(struct snd_seq_oss_arg *arg)
190 snd_emux_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format,
235 snd_emux_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, unsigned long ioarg)
269 snd_emux_reset_seq_oss(struct snd_seq_oss_arg *ar
[all...]
/linux-master/sound/core/seq/oss/
H A Dseq_oss_device.h56 struct snd_seq_oss_arg arg;

Completed in 151 milliseconds