Home
last modified time | relevance | path

Searched defs:midi_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/
H A Dmidivar.h71 struct midi_softc { struct
72 struct device dev;
73 const struct midi_hw_if *hw_if;
74 void *hw_hdl;
75 int isbusy; /* concerns only the output */
76 int flags; /* open flags */
77 int props; /* midi hw proprieties */
78 struct timeout timeo;
79 struct midi_buffer inbuf;
80 struct midi_buffer outbuf;