Lines Matching defs:hw
143 DPRINTFN(2,("midiprobe: type=%d sa=%p hw=%p\n", sa->type, sa,
804 const struct midi_hw_if *hw;
817 hw = sc->hw_if;
818 if (hw == NULL) {
862 error = hw->open(sc->hw_hdl, flags, midi_in, midi_out, sc);
876 const struct midi_hw_if *hw;
879 hw = sc->hw_if;
894 hw->close(sc->hw_hdl);
1154 * midi_poll_out is intended for the midi hw (the vast majority of MIDI UARTs
1603 const struct midi_hw_if *hw;
1615 hw = sc->hw_if;
1680 if (hw->ioctl != NULL) {
1681 error = hw->ioctl(sc->hw_hdl, cmd, addr, flag, l);