imxspi_softc
struct imxspi_softc sc_spi; /* Must be first */
struct imxspi_softc *sc = &isc->sc_spi;
struct imxspi_softc *sc = arg;
struct imxspi_softc *sc = arg;
imxspi_send(struct imxspi_softc *sc)
imxspi_recv(struct imxspi_softc *sc)
imxspi_sched(struct imxspi_softc *sc)
imxspi_done(struct imxspi_softc *sc, int err)
struct imxspi_softc *sc = arg;
struct imxspi_softc *sc = arg;
void imxspi_done(struct imxspi_softc *, int);
void imxspi_send(struct imxspi_softc *);
void imxspi_recv(struct imxspi_softc *);
void imxspi_sched(struct imxspi_softc *);
struct imxspi_softc * const sc = device_private(self);
struct imxspi_softc * const sc = &ifsc->sc_imxspi;
struct imxspi_softc sc_imxspi; /* Must be first */
struct imxspi_softc *sc = &isc->sc_spi;
struct imxspi_softc sc_spi; /* Must be first */