HomeSort by: relevance | last modified time | path
    Searched refs:gpib_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/gpib/
gpibvar.h 65 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)
171 struct gpib_softc { struct
    [all...]
gpib.c 66 CFATTACH_DECL_NEW(gpib, sizeof(struct gpib_softc),
111 struct gpib_softc *sc = device_private(self);
156 struct gpib_softc *sc = device_private(parent);
215 struct gpib_softc *sc = v;
229 _gpibregister(struct gpib_softc *sc, int slave, gpib_callback_t callback,
245 _gpibrequest(struct gpib_softc *sc, gpib_handle_t hdl)
261 _gpibrelease(struct gpib_softc *sc, gpib_handle_t hdl)
276 _gpibawait(struct gpib_softc *sc)
290 _gpibswait(struct gpib_softc *sc, int slave)
312 gpib_isalloc(struct gpib_softc *sc, u_int8_t address
    [all...]
  /src/sys/dev/isa/
cec.c 80 struct gpib_softc *sc_gpib;
235 (struct gpib_softc *)config_found(self, &ga, gpibdevprint,

Completed in 49 milliseconds