Searched defs:midi_softc (Results 1 – 1 of 1) sorted by relevance
181 struct midi_softc { struct182 device_t dev; /* Hardware device struct */183 void *hw_hdl; /* Hardware driver handle */184 const struct midi_hw_if *hw_if; /* Hardware interface */185 const struct midi_hw_if_ext *hw_if_ext; /* see midi_if.h */186 int isopen; /* Open indicator */187 int flags; /* Open flags */188 int dying;189 struct midi_buffer outbuf;190 struct midi_buffer inbuf;[all …]