spi_send
if (spi_send(sc->sc_sh, 2, (const void *)&sc->sc_pinstate) != 0) {
err = spi_send(sh, slen, buf);
err = spi_send(sh, 1, &rreg);
return spi_send(ssc->sc_sh, 3, buf);
rv = spi_send(sc->sc_sh, 2, (uint8_t*) ®be); /* XXX: ugly cast */
spi_send(spi, 2, tmp);
err = spi_send(sh, 1, &rreg);
err = spi_send(sh, 1, &buf);
err = spi_send(sh, 1, &rreg);
error = spi_send(sh,
int spi_send(spi_handle_t, int, const uint8_t *);
return spi_send(sc->sc_sh, s.cur - s.base, bitstream);
error = spi_send(sc->sc_sh, s.cur - s.base, bitstream);
error = spi_send(sc->sc_sh, s.cur - s.base, bitstream);
error = spi_send(sc->sc_sh, 1, cmd);
error = spi_send(sc->sc_sh, len, cmd);
error = spi_send(sc->sc_sh, sizeof(cmd), cmd);
error = spi_send(sc->sc_sh, rlen, p);
error = spi_send(sc->sc_sh, sizeof(cmd), cmd);
error = spi_send(sc->sc_sh, rlen, p);
error = spi_send(sc->sc_sh, sizeof(cmd), &cmd);
error = spi_send(sc->sc_sh, sizeof(data), data);
error = spi_send(sc->sc_sh, sizeof(cmd), &cmd);
error = spi_send(sc->sc_sh, sizeof(data), data);
error = spi_send(sc->sc_sh, sizeof(cmd), &cmd);
error = spi_send(sc->sc_sh, rlen, p);
error = spi_send(sc->sc_sh, sizeof(cmd), &cmd);
error = spi_send(sc->sc_sh, sizeof(data), data);
error = spi_send(sc->sc_sh, sizeof(cmd), &cmd);
error = spi_send(sc->sc_sh, sizeof(data), data);
error = spi_send(sc->sc_sh, sizeof(cmd), &cmd);
error = spi_send(sc->sc_sh, rlen, bitstream);