/src/sys/arch/hp300/dev/ |
rdvar.h | 71 struct hpibqueue sc_hq; /* hpib job queue entry */ member in struct:rd_softc
|
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);
|
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);
|
rd.c | 542 sc->sc_hq.hq_softc = sc; 543 sc->sc_hq.hq_slave = sc->sc_slave; 544 sc->sc_hq.hq_start = rdstart; 545 sc->sc_hq.hq_go = rdgo; 546 sc->sc_hq.hq_intr = rdintr; 957 if (hpibreq(device_parent(sc->sc_dev), &sc->sc_hq)) 969 hpibfree(device_parent(sc->sc_dev), &sc->sc_hq); 1052 if (hpibreq(device_parent(sc->sc_dev), &sc->sc_hq)) 1232 hpibfree(device_parent(sc->sc_dev), &sc->sc_hq);
|