Searched refs:rx_tmp_buf (Results 1 – 1 of 1) sorted by relevance
948 char *tx_tmp_buf, *rx_tmp_buf; in mtk_spi_mem_exec_op() local1048 rx_tmp_buf = kzalloc(op->data.nbytes, in mtk_spi_mem_exec_op()1050 if (!rx_tmp_buf) { in mtk_spi_mem_exec_op()1055 rx_tmp_buf = op->data.buf.in; in mtk_spi_mem_exec_op()1059 rx_tmp_buf, in mtk_spi_mem_exec_op()1095 memcpy(op->data.buf.in, rx_tmp_buf, op->data.nbytes); in mtk_spi_mem_exec_op()1100 kfree(rx_tmp_buf); in mtk_spi_mem_exec_op()