Searched defs:synth_operations (Results 1 – 1 of 1) sorted by relevance
256 struct synth_operations struct258 struct module *owner;259 char *id; /* Unique identifier (ASCII) max 29 char */260 struct synth_info *info;261 int midi_dev;262 int synth_type;263 int synth_subtype;265 int (*open) (int dev, int mode);266 void (*close) (int dev);267 int (*ioctl) (int dev, unsigned int cmd, void __user * arg);[all …]