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

  /src/sys/dev/
midivar.h 185 const struct midi_hw_if_ext *hw_if_ext; /* see midi_if.h */ member in struct:midi_softc
midi.c 330 hwif_softc->hw_if_ext = exthw; /* uses of getinfo */
1122 error = sc->hw_if_ext->channel(sc->hw_hdl,
1127 error = sc->hw_if_ext->common(sc->hw_hdl,
1132 error = sc->hw_if_ext->sysex(sc->hw_hdl, cp, length);
1198 if (sc->hw_if_ext) {
1206 /* or, lacking hw_if_ext ... */
1273 if (sc->hw_if_ext) {
1280 /* or, lacking hw_if_ext ... */
1358 if (NULL == sc->hw_if_ext)
1360 else if (sc->hw_if_ext->compress
    [all...]

Completed in 44 milliseconds