Searched refs:snd_seq_oss_arg (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/include/sound/ |
| D | seq_oss.h | 30 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);
|
| D | emux_synth.h | 152 struct snd_seq_oss_arg *oss_arg;
|
| /Linux-v4.19/sound/drivers/opl3/ |
| D | opl3_oss.c | 24 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); 144 static int snd_opl3_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure) in snd_opl3_open_seq_oss() 168 static int snd_opl3_close_seq_oss(struct snd_seq_oss_arg *arg) in snd_opl3_close_seq_oss() 187 static int snd_opl3_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, in snd_opl3_load_patch_seq_oss() 231 static int snd_opl3_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, in snd_opl3_ioctl_seq_oss() 257 static int snd_opl3_reset_seq_oss(struct snd_seq_oss_arg *arg) in snd_opl3_reset_seq_oss()
|
| /Linux-v4.19/sound/synth/emux/ |
| D | emux_oss.c | 32 static int snd_emux_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure); 33 static int snd_emux_close_seq_oss(struct snd_seq_oss_arg *arg); 34 static int snd_emux_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, 36 static int snd_emux_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, 38 static int snd_emux_reset_seq_oss(struct snd_seq_oss_arg *arg); 109 snd_emux_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure) in snd_emux_open_seq_oss() 175 snd_emux_close_seq_oss(struct snd_seq_oss_arg *arg) in snd_emux_close_seq_oss() 203 snd_emux_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, in snd_emux_load_patch_seq_oss() 248 snd_emux_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, unsigned long ioarg) in snd_emux_ioctl_seq_oss() 282 snd_emux_reset_seq_oss(struct snd_seq_oss_arg *arg) in snd_emux_reset_seq_oss()
|
| /Linux-v4.19/sound/core/seq/oss/ |
| D | seq_oss_device.h | 68 struct snd_seq_oss_arg arg;
|