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

  /src/sys/arch/hp300/dev/
ppi.c 90 struct hpibqueue sc_hq; /* HP-IB job queue entry */ member in struct:ppi_softc
191 sc->sc_hq.hq_softc = sc;
192 sc->sc_hq.hq_slave = sc->sc_slave;
193 sc->sc_hq.hq_start = ppistart;
194 sc->sc_hq.hq_go = ppinoop;
195 sc->sc_hq.hq_intr = ppinoop;
337 hpibreq(device_parent(sc->sc_dev), &sc->sc_hq) == 0)
365 hpibfree(device_parent(sc->sc_dev), &sc->sc_hq);
mt.c 113 struct hpibqueue sc_hq; /* HPIB device queue member */ member in struct:mt_softc
214 sc->sc_hq.hq_softc = sc;
215 sc->sc_hq.hq_slave = sc->sc_slave;
216 sc->sc_hq.hq_start = mtstart;
217 sc->sc_hq.hq_go = mtgo;
218 sc->sc_hq.hq_intr = mtintr;
525 if (hpibreq(device_parent(sc->sc_dev), &sc->sc_hq))
744 hpibfree(device_parent(sc->sc_dev), &sc->sc_hq);
926 hpibfree(device_parent(sc->sc_dev), &sc->sc_hq);
rdvar.h 71 struct hpibqueue sc_hq; /* hpib job queue entry */ member in struct:rd_softc
ct.c 124 struct hpibqueue sc_hq; /* entry on hpib job queue */ member in struct:ct_softc
247 sc->sc_hq.hq_softc = sc;
248 sc->sc_hq.hq_slave = sc->sc_slave;
249 sc->sc_hq.hq_start = ctstart;
250 sc->sc_hq.hq_go = ctgo;
251 sc->sc_hq.hq_intr = ctintr;
525 if (hpibreq(device_parent(sc->sc_dev), &sc->sc_hq))
875 hpibfree(device_parent(sc->sc_dev), &sc->sc_hq);

Completed in 13 milliseconds