Lines Matching refs:runtime
77 struct snd_rawmidi_runtime *runtime; in snd_midi_input_event() local
85 runtime = substream->runtime; in snd_midi_input_event()
86 msynth = runtime->private_data; in snd_midi_input_event()
90 while (runtime->avail > 0) { in snd_midi_input_event()
116 struct snd_rawmidi_runtime *runtime; in dump_midi() local
121 runtime = substream->runtime; in dump_midi()
122 if ((tmp = runtime->avail) < count) { in dump_midi()
184 struct snd_rawmidi_runtime *runtime; in midisynth_subscribe() local
195 runtime = msynth->input_rfile.input->runtime; in midisynth_subscribe()
204 runtime->event = snd_midi_input_event; in midisynth_subscribe()
205 runtime->private_data = msynth; in midisynth_subscribe()