Home
last modified time | relevance | path

Searched refs:ct_softc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/hp300/stand/common/
H A Dct.c51 struct ct_softc { struct
58 } ct_softc[NHPIB][NCT]; argument
85 struct ct_softc *rs = &ct_softc[ctlr][unit]; in ctinit()
122 ct_softc[ctlr][unit].sc_punit = ctinfo[i].punit; in ctident()
158 struct ct_softc *rs; in ctpunit()
164 rs = &ct_softc[ctlr][slave]; in ctpunit()
178 struct ct_softc *rs; in ctopen()
192 rs = &ct_softc[ctlr][unit]; in ctopen()
220 struct ct_softc *rs = devdata; in ctstrategy()
292 struct ct_softc *rs = &ct_softc[ctlr][unit]; in cterror()
/netbsd-src/sys/dev/gpib/
H A Dct.c120 struct ct_softc { struct
160 CFATTACH_DECL_NEW(ct, sizeof(struct ct_softc), argument
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); in ctattach()
[all …]
/netbsd-src/sys/arch/hp300/dev/
H A Dct.c100 struct ct_softc { struct
145 CFATTACH_DECL_NEW(ct, sizeof(struct ct_softc), argument
181 static int ctident(device_t, struct ct_softc *,
184 static void ctreset(struct ct_softc *);
185 static void ctaddeof(struct ct_softc *);
186 static void ctustart(struct ct_softc *);
187 static void cteof(struct ct_softc *, struct buf *);
188 static void ctdone(struct ct_softc *, struct buf *);
232 struct ct_softc *sc = device_private(self); in ctattach()
258 ctident(device_t parent, struct ct_softc *sc, struct hpibbus_attach_args *ha) in ctident()
[all …]