Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/gpib/
Dgpibvar.h65 struct gpib_softc;
82 struct gpib_softc *bus;
112 int _gpibregister(struct gpib_softc *, int, void (*cb)(void *, int),
114 int _gpibrequest(struct gpib_softc *, gpib_handle_t);
115 void _gpibrelease(struct gpib_softc *, gpib_handle_t);
116 int _gpibswait(struct gpib_softc *, int);
117 void _gpibawait(struct gpib_softc *);
118 int _gpibsend(struct gpib_softc *, int, int, void *, int);
119 int _gpibrecv(struct gpib_softc *, int, int, void *, int);
136 int gpib_alloc(struct gpib_softc *, u_int8_t);
[all …]
Dgpib.c66 CFATTACH_DECL_NEW(gpib, sizeof(struct gpib_softc),
111 struct gpib_softc *sc = device_private(self); in gpibattach()
156 struct gpib_softc *sc = device_private(parent); in gpibsubmatch1()
215 struct gpib_softc *sc = v; in gpibintr()
229 _gpibregister(struct gpib_softc *sc, int slave, gpib_callback_t callback, in _gpibregister()
245 _gpibrequest(struct gpib_softc *sc, gpib_handle_t hdl) in _gpibrequest()
261 _gpibrelease(struct gpib_softc *sc, gpib_handle_t hdl) in _gpibrelease()
276 _gpibawait(struct gpib_softc *sc) in _gpibawait()
290 _gpibswait(struct gpib_softc *sc, int slave) in _gpibswait()
312 gpib_isalloc(struct gpib_softc *sc, u_int8_t address) in gpib_isalloc()
[all …]
/netbsd/src/sys/dev/isa/
Dcec.c80 struct gpib_softc *sc_gpib;
235 (struct gpib_softc *)config_found(self, &ga, gpibdevprint, in cecattach()