Home | History | Annotate | Download | only in dev

Lines Matching defs:auspi_softc

68 struct auspi_softc {
93 CFATTACH_DECL_NEW(auspi, sizeof(struct auspi_softc),
101 STATIC void auspi_done(struct auspi_softc *, int);
102 STATIC void auspi_send(struct auspi_softc *);
103 STATIC void auspi_recv(struct auspi_softc *);
104 STATIC void auspi_sched(struct auspi_softc *);
125 struct auspi_softc *sc = device_private(self);
168 struct auspi_softc *sc = arg;
249 auspi_send(struct auspi_softc *sc)
285 auspi_recv(struct auspi_softc *sc)
313 auspi_sched(struct auspi_softc *sc)
346 auspi_done(struct auspi_softc *sc, int err)
363 struct auspi_softc *sc = arg;
425 struct auspi_softc *sc = arg;