Searched refs:rx_tmp_buf (Results 1 – 1 of 1) sorted by relevance
969 char *tx_tmp_buf, *rx_tmp_buf; in mtk_spi_mem_exec_op() local1069 rx_tmp_buf = kzalloc(op->data.nbytes, in mtk_spi_mem_exec_op()1071 if (!rx_tmp_buf) { in mtk_spi_mem_exec_op()1076 rx_tmp_buf = op->data.buf.in; in mtk_spi_mem_exec_op()1080 rx_tmp_buf, in mtk_spi_mem_exec_op()1116 memcpy(op->data.buf.in, rx_tmp_buf, op->data.nbytes); in mtk_spi_mem_exec_op()1121 kfree(rx_tmp_buf); in mtk_spi_mem_exec_op()