rawmidi_file 375 sound/core/rawmidi.c struct snd_rawmidi_file *rawmidi_file = NULL; rawmidi_file 412 sound/core/rawmidi.c rawmidi_file = kmalloc(sizeof(*rawmidi_file), GFP_KERNEL); rawmidi_file 413 sound/core/rawmidi.c if (rawmidi_file == NULL) { rawmidi_file 421 sound/core/rawmidi.c err = rawmidi_open_priv(rmidi, subdevice, fflags, rawmidi_file); rawmidi_file 446 sound/core/rawmidi.c kfree(rawmidi_file); rawmidi_file 450 sound/core/rawmidi.c if (rawmidi_file->input && rawmidi_file->input->runtime) rawmidi_file 451 sound/core/rawmidi.c rawmidi_file->input->runtime->oss = (maj == SOUND_MAJOR); rawmidi_file 452 sound/core/rawmidi.c if (rawmidi_file->output && rawmidi_file->output->runtime) rawmidi_file 453 sound/core/rawmidi.c rawmidi_file->output->runtime->oss = (maj == SOUND_MAJOR); rawmidi_file 455 sound/core/rawmidi.c file->private_data = rawmidi_file;