Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dseq_oss.h30 struct snd_seq_oss_arg { struct
52 int (*open)(struct snd_seq_oss_arg *p, void *closure); argument
53 int (*close)(struct snd_seq_oss_arg *p);
54 int (*ioctl)(struct snd_seq_oss_arg *p, unsigned int cmd, unsigned long arg);
55 …int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int cou…
56 int (*reset)(struct snd_seq_oss_arg *p);
57 int (*raw_event)(struct snd_seq_oss_arg *p, unsigned char *data);
Demux_synth.h154 struct snd_seq_oss_arg *oss_arg;
/linux-4.1.27/sound/drivers/opl3/
Dopl3_oss.c24 static int snd_opl3_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure);
25 static int snd_opl3_close_seq_oss(struct snd_seq_oss_arg *arg);
26 static int snd_opl3_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, unsigned long ioar…
27 static int snd_opl3_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, const char __user *…
28 static int snd_opl3_reset_seq_oss(struct snd_seq_oss_arg *arg);
160 static int snd_opl3_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure) in snd_opl3_open_seq_oss()
184 static int snd_opl3_close_seq_oss(struct snd_seq_oss_arg *arg) in snd_opl3_close_seq_oss()
203 static int snd_opl3_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, in snd_opl3_load_patch_seq_oss()
247 static int snd_opl3_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, in snd_opl3_ioctl_seq_oss()
276 static int snd_opl3_reset_seq_oss(struct snd_seq_oss_arg *arg) in snd_opl3_reset_seq_oss()
/linux-4.1.27/sound/synth/emux/
Demux_oss.c34 static int snd_emux_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure);
35 static int snd_emux_close_seq_oss(struct snd_seq_oss_arg *arg);
36 static int snd_emux_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd,
38 static int snd_emux_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format,
40 static int snd_emux_reset_seq_oss(struct snd_seq_oss_arg *arg);
111 snd_emux_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure) in snd_emux_open_seq_oss()
177 snd_emux_close_seq_oss(struct snd_seq_oss_arg *arg) in snd_emux_close_seq_oss()
205 snd_emux_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, in snd_emux_load_patch_seq_oss()
250 snd_emux_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, unsigned long ioarg) in snd_emux_ioctl_seq_oss()
284 snd_emux_reset_seq_oss(struct snd_seq_oss_arg *arg) in snd_emux_reset_seq_oss()
/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_device.h68 struct snd_seq_oss_arg arg;