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

  /src/sys/dev/spi/
spivar.h 204 int spi_sendv(spi_handle_t, const struct iovec *, int);
sc16is7xxspi.c 92 error = spi_sendv(sh, &iov[0], 2);
spi.c 723 * spi_sendv - scatter send data to the bus
789 spi_sendv(spi_handle_t sh, const struct iovec *iov, function

Completed in 31 milliseconds