Searched defs:snd_seq_oss_callback (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/include/sound/ |
| D | seq_oss.h | 50 struct snd_seq_oss_callback { struct 51 struct module *owner; 52 int (*open)(struct snd_seq_oss_arg *p, void *closure); 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 … (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int count); 56 int (*reset)(struct snd_seq_oss_arg *p); 57 int (*raw_event)(struct snd_seq_oss_arg *p, unsigned char *data);
|
| /kernel/linux/linux-5.10/include/sound/ |
| D | seq_oss.h | 37 struct snd_seq_oss_callback { struct 38 struct module *owner; 39 int (*open)(struct snd_seq_oss_arg *p, void *closure); 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 … (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int count); 43 int (*reset)(struct snd_seq_oss_arg *p); 44 int (*raw_event)(struct snd_seq_oss_arg *p, unsigned char *data);
|