Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dseq_oss.h17 struct snd_seq_oss_arg { struct
39 int (*open)(struct snd_seq_oss_arg *p, void *closure); argument
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 cou…
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;
/openbmc/linux/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 ioar…
14 static int snd_opl3_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, const char __user *…
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) in snd_opl3_open_seq_oss()
157 static int snd_opl3_close_seq_oss(struct snd_seq_oss_arg *arg) in snd_opl3_close_seq_oss()
176 static int snd_opl3_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, in snd_opl3_load_patch_seq_oss()
220 static int snd_opl3_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, in snd_opl3_ioctl_seq_oss()
246 static int snd_opl3_reset_seq_oss(struct snd_seq_oss_arg *arg) in snd_opl3_reset_seq_oss()
/openbmc/linux/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) in snd_emux_open_seq_oss()
162 snd_emux_close_seq_oss(struct snd_seq_oss_arg *arg) in snd_emux_close_seq_oss()
190 snd_emux_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, in snd_emux_load_patch_seq_oss()
235 snd_emux_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, unsigned long ioarg) in snd_emux_ioctl_seq_oss()
269 snd_emux_reset_seq_oss(struct snd_seq_oss_arg *arg) in snd_emux_reset_seq_oss()
/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_device.h56 struct snd_seq_oss_arg arg;