Searched refs:dummy_tx (Results 1 – 2 of 2) sorted by relevance
270 (xfer->tx_buf != ctlr->dummy_tx)) in spi_statistics_add_transfer_stats()937 if (xfer->tx_buf == ctlr->dummy_tx) in spi_unmap_msg()966 tmp = krealloc(ctlr->dummy_tx, max_tx, in spi_map_msg()970 ctlr->dummy_tx = tmp; in spi_map_msg()986 xfer->tx_buf = ctlr->dummy_tx; in spi_map_msg()1182 kfree(ctlr->dummy_tx); in __spi_pump_messages()1183 ctlr->dummy_tx = NULL; in __spi_pump_messages()
575 void *dummy_tx; member