Home
last modified time | relevance | path

Searched refs:hw_if_ext (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/
H A Dmidi.c330 hwif_softc->hw_if_ext = exthw; /* uses of getinfo */ in midi_register_hw_if_ext()
1122 error = sc->hw_if_ext->channel(sc->hw_hdl, in midi_msg_out()
1127 error = sc->hw_if_ext->common(sc->hw_hdl, in midi_msg_out()
1132 error = sc->hw_if_ext->sysex(sc->hw_hdl, cp, length); in midi_msg_out()
1198 if (sc->hw_if_ext) { in midi_poll_out()
1273 if (sc->hw_if_ext) { in midi_intr_out()
1358 if (NULL == sc->hw_if_ext) in real_writebytes()
1360 else if (sc->hw_if_ext->compress) in real_writebytes()
H A Dmidivar.h185 const struct midi_hw_if_ext *hw_if_ext; /* see midi_if.h */ member