Lines Matching refs:hw_hdl
177 sc->hw_hdl = hdlp;
274 sc->hw_if->get_locks(sc->hw_hdl, &sc->lock, &dummy);
295 sc->hw_if->getinfo(sc->hw_hdl, &mi);
862 error = hw->open(sc->hw_hdl, flags, midi_in, midi_out, sc);
894 hw->close(sc->hw_hdl);
1069 error = sc->hw_if->output(sc->hw_hdl, MIDI_ACK);
1072 error = sc->hw_if->output(sc->hw_hdl, MIDI_ACK);
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);
1135 error = sc->hw_if->output(sc->hw_hdl, *cp);
1209 sc->hw_hdl, *buf_cur));
1210 error = sc->hw_if->output(sc->hw_hdl, *buf_cur);
1282 error = sc->hw_if->output(sc->hw_hdl, *buf_cur);
1681 error = hw->ioctl(sc->hw_hdl, cmd, addr, flag, l);
1868 sc->hw_if->getinfo(sc->hw_hdl, mi);