Lines Matching refs:rx_bufs
117 struct spi_buf rx_bufs[2]; in spi_complete_multiple() local
119 .buffers = rx_bufs, in spi_complete_multiple()
120 .count = ARRAY_SIZE(rx_bufs) in spi_complete_multiple()
123 rx_bufs[0].buf = buffer_rx; in spi_complete_multiple()
124 rx_bufs[0].len = BUF_SIZE; in spi_complete_multiple()
126 rx_bufs[1].buf = buffer2_rx; in spi_complete_multiple()
127 rx_bufs[1].len = BUF2_SIZE; in spi_complete_multiple()
171 const struct spi_buf rx_bufs[] = { in spi_complete_loop() local
182 .buffers = rx_bufs, in spi_complete_loop()
183 .count = ARRAY_SIZE(rx_bufs) in spi_complete_loop()
226 const struct spi_buf rx_bufs[] = { in spi_null_tx_buf() local
237 .buffers = rx_bufs, in spi_null_tx_buf()
238 .count = ARRAY_SIZE(rx_bufs) in spi_null_tx_buf()
274 const struct spi_buf rx_bufs[] = { in spi_rx_half_start() local
285 .buffers = rx_bufs, in spi_rx_half_start()
286 .count = ARRAY_SIZE(rx_bufs) in spi_rx_half_start()
323 const struct spi_buf rx_bufs[] = { in spi_rx_half_end() local
338 .buffers = rx_bufs, in spi_rx_half_end()
339 .count = ARRAY_SIZE(rx_bufs) in spi_rx_half_end()
381 const struct spi_buf rx_bufs[] = { in spi_rx_every_4() local
404 .buffers = rx_bufs, in spi_rx_every_4()
405 .count = ARRAY_SIZE(rx_bufs) in spi_rx_every_4()
464 const struct spi_buf rx_bufs[] = { in spi_rx_bigger_than_tx() local
475 .buffers = rx_bufs, in spi_rx_bigger_than_tx()
476 .count = ARRAY_SIZE(rx_bufs) in spi_rx_bigger_than_tx()
543 struct spi_buf rx_bufs; in spi_complete_large_transfers() local
545 .buffers = &rx_bufs, in spi_complete_large_transfers()
549 rx_bufs.buf = large_buffer_rx; in spi_complete_large_transfers()
550 rx_bufs.len = BUF3_SIZE; in spi_complete_large_transfers()
625 const struct spi_buf rx_bufs[] = { in spi_async_call() local
644 .buffers = rx_bufs, in spi_async_call()
645 .count = ARRAY_SIZE(rx_bufs) in spi_async_call()