Searched refs:dummy_tx (Results 1 – 3 of 3) sorted by relevance
175 (xfer->tx_buf && xfer->tx_buf != msg->spi->controller->dummy_tx)
305 (xfer->tx_buf != ctlr->dummy_tx)) in spi_statistics_add_transfer_stats()1199 if (xfer->tx_buf == ctlr->dummy_tx) in spi_unmap_msg()1229 tmp = krealloc(ctlr->dummy_tx, max_tx, in spi_map_msg()1233 ctlr->dummy_tx = tmp; in spi_map_msg()1251 xfer->tx_buf = ctlr->dummy_tx; in spi_map_msg()1585 if (!ctlr->dummy_rx && !ctlr->dummy_tx && in __spi_pump_messages()1604 kfree(ctlr->dummy_tx); in __spi_pump_messages()1605 ctlr->dummy_tx = NULL; in __spi_pump_messages()
659 void *dummy_tx; member
Completed in 14 milliseconds