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

  /src/sys/dev/
radio.c 94 void *hdlp = sa->hdl; local in function:radioattach
99 sc->hw_hdl = hdlp;
174 radio_attach_mi(const struct radio_hw_if *rhwp, void *hdlp, device_t dev)
179 arg.hdl = hdlp;
midi.c 155 void *hdlp; local in function:midiattach
158 hdlp = sa->hdl;
177 sc->hw_hdl = hdlp;
1886 midi_attach_mi(const struct midi_hw_if *mhwp, void *hdlp, device_t dev)
1897 arg.hdl = hdlp;
  /src/sys/dev/audio/
audio.c 927 void *hdlp; local in function:audioattach
939 hdlp = sa->hdl;
949 hw_if->get_locks(hdlp, &sc->sc_intr_lock, &sc->sc_lock);
950 sc->sc_props = hw_if->get_props(hdlp);
984 sc->hw_hdl = hdlp;
1542 audio_attach_mi(const struct audio_hw_if *ahwp, void *hdlp, device_t dev)
1554 arg.hdl = hdlp;

Completed in 18 milliseconds