HomeSort by: relevance | last modified time | path
    Searched refs:xmt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
midi.c 236 evcnt_detach(&sc->xmt.bytesDiscarded);
237 evcnt_detach(&sc->xmt.incompleteMessages);
303 evcnt_attach_dynamic(&sc->xmt.bytesDiscarded,
305 device_xname(sc->dev), "xmt bytes discarded");
306 evcnt_attach_dynamic(&sc->xmt.incompleteMessages,
308 device_xname(sc->dev), "xmt incomplete msgs");
831 sc->xmt.state = MIDI_IN_START;
832 sc->xmt.pos = sc->xmt.msg;
833 sc->xmt.end = sc->xmt.msg
    [all...]
midivar.h 45 * In both xmt and rcv direction, the midi_fst runs at the time data are
46 * buffered (midi_writebytes for xmt, midi_in for rcv) so what's in the
47 * buffer is always in canonical form (or compressed, on xmt, if the hw
211 struct midi_state xmt; member in struct:midi_softc

Completed in 12 milliseconds