HomeSort by: relevance | last modified time | path
    Searched defs:hw_hdl (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/
radio.c 50 void *hw_hdl; /* hardware driver handle */ member in struct:radio_softc
99 sc->hw_hdl = hdlp;
115 return (sc->hw_if->open(sc->hw_hdl, flags, fmt, l->l_proc));
128 return (sc->hw_if->close(sc->hw_hdl, flags, fmt, l->l_proc));
149 error = (sc->hw_if->get_info)(sc->hw_hdl,
154 error = (sc->hw_if->set_info)(sc->hw_hdl,
159 error = (sc->hw_if->search)(sc->hw_hdl,
midivar.h 183 void *hw_hdl; /* Hardware driver handle */ member in struct:midi_softc
  /src/sys/dev/audio/
audiovar.h 136 void *hw_hdl; member in struct:audio_softc

Completed in 14 milliseconds