Home | History | Annotate | Download | only in gpib

Lines Matching defs:ct_softc

120 struct	ct_softc {
160 CFATTACH_DECL_NEW(ct, sizeof(struct ct_softc),
163 int ctident(device_t, struct ct_softc *,
167 void ctaddeof(struct ct_softc *);
168 void ctustart(struct ct_softc *);
169 void cteof(struct ct_softc *, struct buf *);
170 void ctdone(struct ct_softc *, struct buf *);
173 void ctstart(struct ct_softc *);
174 void ctintr(struct ct_softc *);
257 struct ct_softc *sc = device_private(self);
349 struct ct_softc *sc;
378 struct ct_softc *sc;
409 struct ct_softc *sc;
465 struct ct_softc *sc;
485 ctustart(struct ct_softc *sc)
497 ctstart(struct ct_softc *sc)
607 cteof(struct ct_softc *sc, struct buf *bp)
674 struct ct_softc *sc = v;
694 ctintr(struct ct_softc *sc)
828 ctdone(struct ct_softc *sc, struct buf *bp)
896 ctaddeof(struct ct_softc *sc)