hpibbus_softc
static void fhpibreset(struct hpibbus_softc *);
static int fhpibsend(struct hpibbus_softc *, int, int, void *, int);
static int fhpibrecv(struct hpibbus_softc *, int, int, void *, int);
static int fhpibppoll(struct hpibbus_softc *);
static void fhpibgo(struct hpibbus_softc *, int, int, void *, int, int,
static void fhpibdone(struct hpibbus_softc *);
struct hpibbus_softc *sc_hpibbus; /* XXX */
fhpibreset(struct hpibbus_softc *hs)
fhpibsend(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt)
fhpibrecv(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt)
fhpibgo(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int count,
struct hpibbus_softc *hs = arg;
fhpibdone(struct hpibbus_softc *hs)
struct hpibbus_softc *hs = sc->sc_hpibbus;
fhpibppoll(struct hpibbus_softc *hs)
struct hpibbus_softc *hs = arg;
struct hpibbus_softc *sc = device_private(self);
hpibbus_attach_children(struct hpibbus_softc *sc)
struct hpibbus_softc *sc = device_lookup_private(&hpibbus_cd,unit);
struct hpibbus_softc *sc = device_private(pdev);
struct hpibbus_softc *sc = device_private(pdev);
struct hpibbus_softc *sc = device_lookup_private(&hpibbus_cd,unit);
struct hpibbus_softc *sc = device_lookup_private(&hpibbus_cd,unit);
struct hpibbus_softc *sc = device_lookup_private(&hpibbus_cd,unit);
struct hpibbus_softc *sc = device_lookup_private(&hpibbus_cd,unit);
struct hpibbus_softc *sc = device_lookup_private(&hpibbus_cd, unit);
struct hpibbus_softc *sc = device_lookup_private(&hpibbus_cd, unit);
int mask, (*ppoll)(struct hpibbus_softc *);
struct hpibbus_softc *sc = device_lookup_private(&hpibbus_cd,unit);
struct hpibbus_softc *sc = arg;
struct hpibbus_softc *sc = device_lookup_private(&hpibbus_cd,unit);
struct hpibbus_softc *sc = arg;
struct hpibbus_softc *sc = arg;
CFATTACH_DECL_NEW(hpibbus, sizeof(struct hpibbus_softc),
static void hpibbus_attach_children(struct hpibbus_softc *);
struct hpibbus_softc;
void (*hpib_reset)(struct hpibbus_softc *);
int (*hpib_send)(struct hpibbus_softc *,
int (*hpib_recv)(struct hpibbus_softc *,
int (*hpib_ppoll)(struct hpibbus_softc *);
void (*hpib_go)(struct hpibbus_softc *,
void (*hpib_done)(struct hpibbus_softc *);
struct hpibbus_softc **ha_softcpp; /* XXX */
static void nhpibreset(struct hpibbus_softc *);
static int nhpibsend(struct hpibbus_softc *, int, int, void *, int);
static int nhpibrecv(struct hpibbus_softc *, int, int, void *, int);
static int nhpibppoll(struct hpibbus_softc *);
static void nhpibgo(struct hpibbus_softc *, int, int, void *, int, int,
static void nhpibdone(struct hpibbus_softc *);
struct hpibbus_softc *sc_hpibbus; /* XXX */
nhpibreset(struct hpibbus_softc *hs)
nhpibsend(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt)
nhpibrecv(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt)
nhpibgo(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int count,
struct hpibbus_softc *hs = arg;
nhpibdone(struct hpibbus_softc *hs)
struct hpibbus_softc *hs = sc->sc_hpibbus;
nhpibppoll(struct hpibbus_softc *hs)
struct hpibbus_softc *hs = arg;