Lines Matching defs:sent
203 int bytes, sent, time;
208 sent = 0;
215 sent = write_midi(chip, buf, bytes);
216 if (sent < 0) {
218 "write_midi() error %d\n", sent);
220 sent = 9000;
222 } else if (sent > 0) {
223 dev_dbg(chip->card->dev, "%d bytes sent\n", sent);
224 snd_rawmidi_transmit_ack(chip->midi_out, sent);
227 bytes long. Let's wait until half of them are sent */
229 sent = 32;
237 sent */
238 time = (sent << 3) / 25 + 1; /* 8/25=0.32ms to send a byte */