Searched refs:snd_seq_oss_arg (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/include/sound/ |
D | seq_oss.h | 17 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);
|
D | emux_synth.h | 139 struct snd_seq_oss_arg *oss_arg;
|
/linux-6.6.21/sound/drivers/opl3/ |
D | opl3_oss.c | 11 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()
|
/linux-6.6.21/sound/synth/emux/ |
D | emux_oss.c | 19 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()
|
/linux-6.6.21/sound/core/seq/oss/ |
D | seq_oss_device.h | 56 struct snd_seq_oss_arg arg;
|