Searched refs:dummy_tx (Results 1 – 4 of 4) sorted by relevance
175 (xfer->tx_buf && xfer->tx_buf != msg->spi->controller->dummy_tx)
1575 if (xfer->tx_buf == ctlr->dummy_tx) in spi_unmap_msg()1610 tmp = krealloc(ctlr->dummy_tx, max_tx, in spi_map_msg()1614 ctlr->dummy_tx = tmp; in spi_map_msg()1631 xfer->tx_buf = ctlr->dummy_tx; in spi_map_msg()2074 if (!ctlr->dummy_rx && !ctlr->dummy_tx && in __spi_pump_messages()2092 kfree(ctlr->dummy_tx); in __spi_pump_messages()2093 ctlr->dummy_tx = NULL; in __spi_pump_messages()4921 kfree(ctlr->dummy_tx); in __spi_transfer_message_noqueue()4922 ctlr->dummy_tx = NULL; in __spi_transfer_message_noqueue()
1377 || (t->tx_buf == spi->controller->dummy_tx)); in spi_imx_setupxfer()
804 void *dummy_tx; member