Lines Matching defs:tx_buffer
422 * ifx_dev->tx_buffer
432 unsigned char *tx_buffer;
434 tx_buffer = ifx_dev->tx_buffer;
437 tx_buffer += IFX_SPI_HEADER_OVERHEAD;
452 tx_buffer, temp_count,
456 tx_buffer += temp_count;
467 ifx_spi_setup_spi_header(ifx_dev->tx_buffer,
471 ifx_dev->swap_buf((ifx_dev->tx_buffer), tx_count,
472 &ifx_dev->tx_buffer[IFX_SPI_TRANSFER_SIZE]);
755 ifx_dev->spi_xfer.tx_buf = ifx_dev->tx_buffer;
932 ifx_dev->tx_buffer,
1047 ifx_dev->tx_buffer = dma_alloc_coherent(ifx_dev->spi_dev->dev.parent,
1051 if (!ifx_dev->tx_buffer) {