Searched refs:mpu401_synth_operations (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dmpu401.c906 static struct synth_operations *mpu401_synth_operations[MAX_MIDI_DEV]; variable in typeref:struct:synth_operations
1026 mpu401_synth_operations[m] = kmalloc(sizeof(struct synth_operations), GFP_KERNEL);
1028 if (mpu401_synth_operations[m] == NULL)
1036 memcpy((char *) mpu401_synth_operations[m],
1042 memcpy((char *) mpu401_synth_operations[m],
1047 mpu401_synth_operations[m]->owner = owner;
1053 mpu401_midi_operations[m].converter = mpu401_synth_operations[m];
1098 mpu401_synth_operations[m]->midi_dev = devc->devno = m;
1099 mpu401_synth_operations[devc->devno]->info = &mpu_synth_info[devc->devno];
1231 p=mpu401_synth_operations[
[all...]

Completed in 43 milliseconds