Searched refs:dummy_tx (Results 1 – 4 of 4) sorted by relevance
332 (xfer->tx_buf != ctlr->dummy_tx)) in spi_statistics_add_transfer_stats()1258 if (xfer->tx_buf == ctlr->dummy_tx) in spi_unmap_msg()1288 tmp = krealloc(ctlr->dummy_tx, max_tx, in spi_map_msg()1292 ctlr->dummy_tx = tmp; in spi_map_msg()1309 xfer->tx_buf = ctlr->dummy_tx; in spi_map_msg()1762 if (!ctlr->dummy_rx && !ctlr->dummy_tx && in __spi_pump_messages()1780 kfree(ctlr->dummy_tx); in __spi_pump_messages()1781 ctlr->dummy_tx = NULL; in __spi_pump_messages()4186 kfree(ctlr->dummy_tx); in __spi_transfer_message_noqueue()4187 ctlr->dummy_tx = NULL; in __spi_transfer_message_noqueue()
1309 || (t->tx_buf == spi->controller->dummy_tx)); in spi_imx_setupxfer()
175 (xfer->tx_buf && xfer->tx_buf != msg->spi->controller->dummy_tx)
728 void *dummy_tx; member