Lines Matching refs:tx_bufs

589 					const struct spi_buf_set *tx_bufs,  in spi_transceive_stats()  argument
599 if (tx_bufs) { in spi_transceive_stats()
600 tx_bytes = tx_bufs->count ? tx_bufs->buffers->len : 0; in spi_transceive_stats()
626 #define spi_transceive_stats(dev, error, tx_bufs, rx_bufs) argument
648 const struct spi_buf_set *tx_bufs,
667 const struct spi_buf_set *tx_bufs,
772 const struct spi_buf_set *tx_bufs,
777 const struct spi_buf_set *tx_bufs, in z_impl_spi_transceive() argument
784 ret = api->transceive(dev, config, tx_bufs, rx_bufs); in z_impl_spi_transceive()
785 spi_transceive_stats(dev, ret, tx_bufs, rx_bufs); in z_impl_spi_transceive()
806 const struct spi_buf_set *tx_bufs, in spi_transceive_dt() argument
809 return spi_transceive(spec->bus, &spec->config, tx_bufs, rx_bufs); in spi_transceive_dt()
872 const struct spi_buf_set *tx_bufs) in spi_write() argument
874 return spi_transceive(dev, config, tx_bufs, NULL); in spi_write()
890 const struct spi_buf_set *tx_bufs) in spi_write_dt() argument
892 return spi_write(spec->bus, &spec->config, tx_bufs); in spi_write_dt()
925 const struct spi_buf_set *tx_bufs, in spi_transceive_cb() argument
933 return api->transceive_async(dev, config, tx_bufs, rx_bufs, callback, userdata); in spi_transceive_cb()
969 const struct spi_buf_set *tx_bufs, in spi_transceive_signal() argument
977 return api->transceive_async(dev, config, tx_bufs, rx_bufs, cb, sig); in spi_transceive_signal()
1037 const struct spi_buf_set *tx_bufs, in spi_write_signal() argument
1040 return spi_transceive_signal(dev, config, tx_bufs, NULL, sig); in spi_write_signal()