Searched refs:dummy_rx (Results 1 – 3 of 3) sorted by relevance
120 (xfer->rx_buf && xfer->rx_buf != msg->spi->controller->dummy_rx)
308 (xfer->rx_buf != ctlr->dummy_rx)) in spi_statistics_add_transfer_stats()1058 if (xfer->rx_buf == ctlr->dummy_rx) in spi_unmap_msg()1095 tmp = krealloc(ctlr->dummy_rx, max_rx, in spi_map_msg()1099 ctlr->dummy_rx = tmp; in spi_map_msg()1110 xfer->rx_buf = ctlr->dummy_rx; in spi_map_msg()1427 if (!ctlr->dummy_rx && !ctlr->dummy_tx && in __spi_pump_messages()1444 kfree(ctlr->dummy_rx); in __spi_pump_messages()1445 ctlr->dummy_rx = NULL; in __spi_pump_messages()
660 void *dummy_rx; member