Home
last modified time | relevance | path

Searched refs:sc_hq (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/hp300/dev/
H A Dppi.c90 struct hpibqueue sc_hq; /* HP-IB job queue entry */ member
191 sc->sc_hq.hq_softc = sc; in ppiattach()
192 sc->sc_hq.hq_slave = sc->sc_slave; in ppiattach()
193 sc->sc_hq.hq_start = ppistart; in ppiattach()
194 sc->sc_hq.hq_go = ppinoop; in ppiattach()
195 sc->sc_hq.hq_intr = ppinoop; in ppiattach()
337 hpibreq(device_parent(sc->sc_dev), &sc->sc_hq) == 0) in ppirw()
365 hpibfree(device_parent(sc->sc_dev), &sc->sc_hq); in ppirw()
H A Dmt.c113 struct hpibqueue sc_hq; /* HPIB device queue member */ member
214 sc->sc_hq.hq_softc = sc; in mtattach()
215 sc->sc_hq.hq_slave = sc->sc_slave; in mtattach()
216 sc->sc_hq.hq_start = mtstart; in mtattach()
217 sc->sc_hq.hq_go = mtgo; in mtattach()
218 sc->sc_hq.hq_intr = mtintr; in mtattach()
525 if (hpibreq(device_parent(sc->sc_dev), &sc->sc_hq)) in mtustart()
744 hpibfree(device_parent(sc->sc_dev), &sc->sc_hq); in mtstart()
926 hpibfree(device_parent(sc->sc_dev), &sc->sc_hq); in mtintr()
H A Dct.c124 struct hpibqueue sc_hq; /* entry on hpib job queue */ member
247 sc->sc_hq.hq_softc = sc; in ctattach()
248 sc->sc_hq.hq_slave = sc->sc_slave; in ctattach()
249 sc->sc_hq.hq_start = ctstart; in ctattach()
250 sc->sc_hq.hq_go = ctgo; in ctattach()
251 sc->sc_hq.hq_intr = ctintr; in ctattach()
525 if (hpibreq(device_parent(sc->sc_dev), &sc->sc_hq)) in ctustart()
875 hpibfree(device_parent(sc->sc_dev), &sc->sc_hq); in ctdone()
H A Drd.c542 sc->sc_hq.hq_softc = sc; in rdattach()
543 sc->sc_hq.hq_slave = sc->sc_slave; in rdattach()
544 sc->sc_hq.hq_start = rdstart; in rdattach()
545 sc->sc_hq.hq_go = rdgo; in rdattach()
546 sc->sc_hq.hq_intr = rdintr; in rdattach()
957 if (hpibreq(device_parent(sc->sc_dev), &sc->sc_hq)) in rdustart()
969 hpibfree(device_parent(sc->sc_dev), &sc->sc_hq); in rdfinish()
1052 if (hpibreq(device_parent(sc->sc_dev), &sc->sc_hq)) in rdstart()
1232 hpibfree(device_parent(sc->sc_dev), &sc->sc_hq); in rderror()
H A Drdvar.h71 struct hpibqueue sc_hq; /* hpib job queue entry */ member