Lines Matching refs:gpib_softc
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);
137 int gpib_isalloc(struct gpib_softc *, u_int8_t);
138 void gpib_dealloc(struct gpib_softc *, u_int8_t);
171 struct gpib_softc {