Searched refs:hw_hdl (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/
H A Dradio.c48 void *hw_hdl; /* hardware driver handle */ member in struct:radio_softc
89 sc->hw_hdl = hdlp;
105 return (sc->hw_if->open(sc->hw_hdl, flags, fmt, l->l_proc));
118 return (sc->hw_if->close(sc->hw_hdl, flags, fmt, l->l_proc));
139 error = (sc->hw_if->get_info)(sc->hw_hdl,
144 error = (sc->hw_if->set_info)(sc->hw_hdl,
149 error = (sc->hw_if->search)(sc->hw_hdl,
H A Daudio.c431 sc->hw_hdl = hdlp;
773 sc->hw_if->query_devinfo(sc->hw_hdl, &mi) == 0;
850 printf("hwhandle %p hw_if %p ", sc->hw_hdl, sc->hw_if);
878 hdl = sc->hw_hdl;
907 sc->hw_if->freem(sc->hw_hdl, r->s.start, r->s.bufsize);
1539 blksize = sc->hw_if->round_blocksize(sc->hw_hdl, blksize,
1571 error = hw->init_input(sc->hw_hdl, sc->sc_rr.s.start,
1582 error = hw->init_output(sc->hw_hdl, sc->sc_pr.s.start,
1657 flags, sc, sc->hw_hdl));
1665 error = hw->open(sc->hw_hdl, flag
[all...]
H A Daudiovar.h126 void *hw_hdl; /* Hardware driver handle */ member in struct:audio_softc
H A Dmidi.c167 sc->hw_hdl = hdlp;
253 sc->hw_if->get_locks(sc->hw_hdl, &sc->lock, &dummy);
273 sc->hw_if->getinfo(sc->hw_hdl, &mi);
837 error = hw->open(sc->hw_hdl, flags, midi_in, midi_out, sc);
867 hw->close(sc->hw_hdl);
1034 error = sc->hw_if->output(sc->hw_hdl, MIDI_ACK);
1037 error = sc->hw_if->output(sc->hw_hdl, MIDI_ACK);
1087 error = sc->hw_if_ext->channel(sc->hw_hdl,
1092 error = sc->hw_if_ext->common(sc->hw_hdl,
1097 error = sc->hw_if_ext->sysex(sc->hw_hdl, c
[all...]
H A Dmidivar.h183 void *hw_hdl; /* Hardware driver handle */ member in struct:midi_softc
H A Dmidisyn.c282 sc->hw_hdl = ms;
283 DPRINTF(("midisyn_attach: ms=%p\n", sc->hw_hdl));
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dcms.c203 arg.hdl = sc->sc_mididev.hw_hdl;

Completed in 117 milliseconds