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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dmpu401.c907 static struct synth_operations *mpu401_synth_operations[MAX_MIDI_DEV]; variable in typeref:struct:synth_operations
1018 mpu401_synth_operations[m] = kmalloc(sizeof(struct synth_operations), GFP_KERNEL);
1020 if (mpu401_synth_operations[m] == NULL)
1028 memcpy((char *) mpu401_synth_operations[m],
1034 memcpy((char *) mpu401_synth_operations[m],
1039 mpu401_synth_operations[m]->owner = owner;
1045 mpu401_midi_operations[m].converter = mpu401_synth_operations[m];
1090 mpu401_synth_operations[m]->midi_dev = devc->devno = m;
1091 mpu401_synth_operations[devc->devno]->info = &mpu_synth_info[devc->devno];
1223 p=mpu401_synth_operations[
[all...]

Completed in 105 milliseconds