Symbol: snd_seq_oss_arg
include/sound/emux_synth.h
139
struct snd_seq_oss_arg *oss_arg;
include/sound/seq_oss.h
39
int (*open)(struct snd_seq_oss_arg *p, void *closure);
include/sound/seq_oss.h
40
int (*close)(struct snd_seq_oss_arg *p);
include/sound/seq_oss.h
41
int (*ioctl)(struct snd_seq_oss_arg *p, unsigned int cmd, unsigned long arg);
include/sound/seq_oss.h
42
int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int count);
include/sound/seq_oss.h
43
int (*reset)(struct snd_seq_oss_arg *p);
include/sound/seq_oss.h
44
int (*raw_event)(struct snd_seq_oss_arg *p, unsigned char *data);
sound/core/seq/oss/seq_oss_device.h
56
struct snd_seq_oss_arg arg;
sound/drivers/opl3/opl3_oss.c
11
static int snd_opl3_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure);
sound/drivers/opl3/opl3_oss.c
12
static int snd_opl3_close_seq_oss(struct snd_seq_oss_arg *arg);
sound/drivers/opl3/opl3_oss.c
13
static int snd_opl3_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, unsigned long ioarg);
sound/drivers/opl3/opl3_oss.c
131
static int snd_opl3_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure)
sound/drivers/opl3/opl3_oss.c
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);
sound/drivers/opl3/opl3_oss.c
15
static int snd_opl3_reset_seq_oss(struct snd_seq_oss_arg *arg);
sound/drivers/opl3/opl3_oss.c
157
static int snd_opl3_close_seq_oss(struct snd_seq_oss_arg *arg)
sound/drivers/opl3/opl3_oss.c
176
static int snd_opl3_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format,
sound/drivers/opl3/opl3_oss.c
220
static int snd_opl3_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd,
sound/drivers/opl3/opl3_oss.c
248
static int snd_opl3_reset_seq_oss(struct snd_seq_oss_arg *arg)
sound/synth/emux/emux_oss.c
162
snd_emux_close_seq_oss(struct snd_seq_oss_arg *arg)
sound/synth/emux/emux_oss.c
19
static int snd_emux_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure);
sound/synth/emux/emux_oss.c
190
snd_emux_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format,
sound/synth/emux/emux_oss.c
20
static int snd_emux_close_seq_oss(struct snd_seq_oss_arg *arg);
sound/synth/emux/emux_oss.c
21
static int snd_emux_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd,
sound/synth/emux/emux_oss.c
23
static int snd_emux_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format,
sound/synth/emux/emux_oss.c
237
snd_emux_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, unsigned long ioarg)
sound/synth/emux/emux_oss.c
25
static int snd_emux_reset_seq_oss(struct snd_seq_oss_arg *arg);
sound/synth/emux/emux_oss.c
271
snd_emux_reset_seq_oss(struct snd_seq_oss_arg *arg)
sound/synth/emux/emux_oss.c
96
snd_emux_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure)