Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/gpib/
H A Dgpibvar.h136 int gpib_alloc(struct gpib_softc *, u_int8_t);
H A Dgpib.c166 if (gpib_alloc(sc, ga->ga_address)) in gpibsubmatch1()
329 gpib_alloc(struct gpib_softc *sc, u_int8_t address) in gpib_alloc() function
H A Dcs80bus.c214 gpib_alloc(device_private(device_parent(sc->sc_dev)), slave); in cs80bus_alloc()