Home | History | Annotate | Download | only in dev

Lines Matching refs:hw_if

176 	sc->hw_if = hwp;
274 sc->hw_if->get_locks(sc->hw_hdl, &sc->lock, &dummy);
295 sc->hw_if->getinfo(sc->hw_hdl, &mi);
817 hw = sc->hw_if;
879 hw = sc->hw_if;
1069 error = sc->hw_if->output(sc->hw_hdl, MIDI_ACK);
1072 error = sc->hw_if->output(sc->hw_hdl, MIDI_ACK);
1135 error = sc->hw_if->output(sc->hw_hdl, *cp);
1156 * Every call to hw_if->output for one of these may busy-wait to output the
1210 error = sc->hw_if->output(sc->hw_hdl, *buf_cur);
1250 * is that if hw_if->output returns 0, it has initiated transmission and the
1276 if (!error ) /* no EINPROGRESS from extended hw_if */
1282 error = sc->hw_if->output(sc->hw_hdl, *buf_cur);
1352 * If the hardware uses the extended hw_if, pass it canonicalized
1615 hw = sc->hw_if;
1868 sc->hw_if->getinfo(sc->hw_hdl, mi);