HomeSort by: relevance | last modified time | path
    Searched refs:spi_send (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/spi/
ssdfb_spi.c 241 return spi_send(sc->sc_sh, s.cur - s.base, bitstream);
269 error = spi_send(sc->sc_sh, s.cur - s.base, bitstream);
278 error = spi_send(sc->sc_sh, s.cur - s.base, bitstream);
353 error = spi_send(sc->sc_sh, 1, cmd);
361 error = spi_send(sc->sc_sh, len, cmd);
388 error = spi_send(sc->sc_sh, sizeof(cmd), cmd);
392 error = spi_send(sc->sc_sh, rlen, p);
424 error = spi_send(sc->sc_sh, sizeof(cmd), cmd);
430 error = spi_send(sc->sc_sh, rlen, p);
455 error = spi_send(sc->sc_sh, sizeof(cmd), &cmd)
    [all...]
bmx280thpspi.c 79 err = spi_send(sh, 1, &rreg);
113 err = spi_send(sh, slen, buf);
scmdspi.c 92 err = spi_send(sh, 1, &rreg);
133 err = spi_send(sh, 1, &rreg);
137 err = spi_send(sh, 1, &buf);
spivar.h 195 int spi_send(spi_handle_t, int, const uint8_t *);
mcp23xxxgpio_spi.c 165 return spi_send(ssc->sc_sh, 3, buf);
mcp48x1.c 232 rv = spi_send(sc->sc_sh, 2, (uint8_t*) &regbe); /* XXX: ugly cast */
spi.c 432 error = spi_send(sh,
683 * spi_send - sends data to the bus
711 spi_send(spi_handle_t sh, int cnt, const uint8_t *data) function in typeref:typename:int
oj6sh.c 284 spi_send(spi, 2, tmp);
  /src/sys/arch/evbarm/mpcsa/
mpcsa_leds.c 219 if (spi_send(sc->sc_sh, 2, (const void *)&sc->sc_pinstate) != 0) {

Completed in 16 milliseconds