/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,
|
midi.c | 177 sc->hw_hdl = hdlp; 274 sc->hw_if->get_locks(sc->hw_hdl, &sc->lock, &dummy); 295 sc->hw_if->getinfo(sc->hw_hdl, &mi); 862 error = hw->open(sc->hw_hdl, flags, midi_in, midi_out, sc); 894 hw->close(sc->hw_hdl); 1069 error = sc->hw_if->output(sc->hw_hdl, MIDI_ACK); 1072 error = sc->hw_if->output(sc->hw_hdl, MIDI_ACK); 1122 error = sc->hw_if_ext->channel(sc->hw_hdl, 1127 error = sc->hw_if_ext->common(sc->hw_hdl, 1132 error = sc->hw_if_ext->sysex(sc->hw_hdl, cp, length) [all...] |
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
|
audio.c | 984 sc->hw_hdl = hdlp; 1200 error = sc->hw_if->getdev(sc->hw_hdl, &adev); 2474 error = sc->hw_if->open(sc->hw_hdl, hwflags); 2503 error = sc->hw_if->speaker_ctl(sc->hw_hdl, on); 2524 error = sc->hw_if->init_output(sc->hw_hdl, 2543 error = sc->hw_if->init_input(sc->hw_hdl, 2625 sc->hw_if->close(sc->hw_hdl); 2765 sc->hw_if->close(sc->hw_hdl); 3247 error = sc->hw_if->getdev(sc->hw_hdl, (audio_device_t *)addr); 3302 error = sc->hw_if->query_format(sc->hw_hdl, query) [all...] |
/src/sys/dev/isa/ |
midi_pcppi.c | 109 sc->sc_mididev.hw_hdl = ms;
|