Searched refs:dummy_tx (Results 1 – 2 of 2) sorted by relevance
257 (xfer->tx_buf != master->dummy_tx)) in spi_statistics_add_transfer_stats()852 if (xfer->tx_buf == master->dummy_tx) in spi_unmap_msg()881 tmp = krealloc(master->dummy_tx, max_tx, in spi_map_msg()885 master->dummy_tx = tmp; in spi_map_msg()901 xfer->tx_buf = master->dummy_tx; in spi_map_msg()1085 kfree(master->dummy_tx); in __spi_pump_messages()1086 master->dummy_tx = NULL; in __spi_pump_messages()
533 void *dummy_tx; member