Searched refs:mpu401_synth_operations (Results 1 – 1 of 1) sorted by relevance
906 static struct synth_operations *mpu401_synth_operations[MAX_MIDI_DEV]; variable1016 mpu401_synth_operations[m] = kmalloc(sizeof(struct synth_operations), GFP_KERNEL); in attach_mpu401()1018 if (mpu401_synth_operations[m] == NULL) in attach_mpu401()1026 memcpy((char *) mpu401_synth_operations[m], in attach_mpu401()1032 memcpy((char *) mpu401_synth_operations[m], in attach_mpu401()1037 mpu401_synth_operations[m]->owner = owner; in attach_mpu401()1043 mpu401_midi_operations[m].converter = mpu401_synth_operations[m]; in attach_mpu401()1088 mpu401_synth_operations[m]->midi_dev = devc->devno = m; in attach_mpu401()1089 mpu401_synth_operations[devc->devno]->info = &mpu_synth_info[devc->devno]; in attach_mpu401()1221 p=mpu401_synth_operations[n]; in unload_mpu401()