Lines Matching defs:sent
206 int bytes, sent, time;
211 sent = bytes = 0;
218 sent = write_midi(chip, buf, bytes);
219 if (sent < 0) {
221 "write_midi() error %d\n", sent);
223 sent = 9000;
225 } else if (sent > 0) {
226 dev_dbg(chip->card->dev, "%d bytes sent\n", sent);
227 snd_rawmidi_transmit_ack(chip->midi_out, sent);
230 bytes long. Let's wait until half of them are sent */
232 sent = 32;
240 sent */
241 time = (sent << 3) / 25 + 1; /* 8/25=0.32ms to send a byte */