Searched refs:dummy_rx (Results 1 – 2 of 2) sorted by relevance
273 (xfer->rx_buf != ctlr->dummy_rx)) in spi_statistics_add_transfer_stats()939 if (xfer->rx_buf == ctlr->dummy_rx) in spi_unmap_msg()975 tmp = krealloc(ctlr->dummy_rx, max_rx, in spi_map_msg()979 ctlr->dummy_rx = tmp; in spi_map_msg()988 xfer->rx_buf = ctlr->dummy_rx; in spi_map_msg()1180 kfree(ctlr->dummy_rx); in __spi_pump_messages()1181 ctlr->dummy_rx = NULL; in __spi_pump_messages()
574 void *dummy_rx; member