Lines Matching refs:data
58 /* Send a buffer full of MIDI data to the DSP
60 static int write_midi(struct echoaudio *chip, u8 *data, int bytes)
68 /* HF4 indicates that it is safe to write MIDI output data */
73 memcpy(&chip->comm_page->midi_output[1], data, bytes);
83 /* Run the state machine for MIDI input data
85 this state machine to parse the incoming MIDI data stream. Every time the DSP
86 sees a 0xF1 byte come in, it adds the DSP sample position to the MIDI data
114 /* This function is called from the IRQ handler and it reads the midi data
120 /* The count is at index 0, followed by actual data */
126 /* Get the MIDI data from the comm page */
133 /* Parse the incoming MIDI stream. The incoming MIDI data
210 if the card's output buffer has room for new data. */
237 /* We restart the timer only if there is some data left to send */
239 /* The timer will expire slightly after the data has been