Searched refs:do_midi_msg (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | midi_synth.c | 44 do_midi_msg(int synthno, unsigned char *msg, int mlen) in do_midi_msg() function 181 do_midi_msg(dev, inc->m_buf, inc->m_ptr); in midi_synth_input() 202 do_midi_msg(dev, inc->m_buf, inc->m_ptr); in midi_synth_input() 213 do_midi_msg(dev, inc->m_buf, inc->m_ptr); in midi_synth_input()
|
D | midi_syms.c | 15 EXPORT_SYMBOL(do_midi_msg);
|
D | wf_midi.c | 216 do_midi_msg (synthdev, mi->m_buf, mi->m_ptr); in wf_mpu_input_scanner() 246 do_midi_msg (synthdev, mi->m_buf, mi->m_ptr); in wf_mpu_input_scanner() 341 do_midi_msg (synthdev, mi->m_buf, mi->m_ptr); in wf_mpu_input_scanner()
|
D | sound_calls.h | 91 void do_midi_msg (int synthno, unsigned char *msg, int mlen);
|
D | mpu401.c | 249 do_midi_msg(devc->synthno, devc->m_buf, devc->m_ptr); in mpu_input_scanner() 288 do_midi_msg(devc->synthno, devc->m_buf, devc->m_ptr); in mpu_input_scanner() 394 do_midi_msg(devc->synthno, devc->m_buf, devc->m_ptr); in mpu_input_scanner()
|