arspi_softc
STATIC void arspi_poll(struct arspi_softc *);
STATIC void arspi_done(struct arspi_softc *, int);
STATIC void arspi_sched(struct arspi_softc *);
CFATTACH_DECL_NEW(arspi, sizeof(struct arspi_softc),
struct arspi_softc *sc = device_private(self);
struct arspi_softc *sc = device_private(self);
struct arspi_softc *sc = arg;
arspi_poll(struct arspi_softc *sc)
struct arspi_softc *sc = cookie;
arspi_sched(struct arspi_softc *sc)
arspi_done(struct arspi_softc *sc, int err)