desc_rx           569 drivers/spi/spi-fsl-lpspi.c 	struct dma_async_tx_descriptor *desc_tx, *desc_rx;
desc_rx           579 drivers/spi/spi-fsl-lpspi.c 	desc_rx = dmaengine_prep_slave_sg(controller->dma_rx,
desc_rx           582 drivers/spi/spi-fsl-lpspi.c 	if (!desc_rx)
desc_rx           585 drivers/spi/spi-fsl-lpspi.c 	desc_rx->callback = fsl_lpspi_dma_rx_callback;
desc_rx           586 drivers/spi/spi-fsl-lpspi.c 	desc_rx->callback_param = (void *)fsl_lpspi;
desc_rx           587 drivers/spi/spi-fsl-lpspi.c 	dmaengine_submit(desc_rx);
desc_rx          1336 drivers/spi/spi-imx.c 	struct dma_async_tx_descriptor *desc_tx, *desc_rx;
desc_rx          1371 drivers/spi/spi-imx.c 	desc_rx = dmaengine_prep_slave_sg(master->dma_rx,
desc_rx          1374 drivers/spi/spi-imx.c 	if (!desc_rx)
desc_rx          1377 drivers/spi/spi-imx.c 	desc_rx->callback = spi_imx_dma_rx_callback;
desc_rx          1378 drivers/spi/spi-imx.c 	desc_rx->callback_param = (void *)spi_imx;
desc_rx          1379 drivers/spi/spi-imx.c 	dmaengine_submit(desc_rx);
desc_rx           304 drivers/spi/spi-pic32.c 	struct dma_async_tx_descriptor *desc_rx;
desc_rx           312 drivers/spi/spi-pic32.c 	desc_rx = dmaengine_prep_slave_sg(master->dma_rx,
desc_rx           317 drivers/spi/spi-pic32.c 	if (!desc_rx) {
desc_rx           333 drivers/spi/spi-pic32.c 	desc_rx->callback = pic32_spi_dma_rx_notify;
desc_rx           334 drivers/spi/spi-pic32.c 	desc_rx->callback_param = pic32s;
desc_rx           336 drivers/spi/spi-pic32.c 	cookie = dmaengine_submit(desc_rx);
desc_rx           524 drivers/spi/spi-rspi.c 	struct dma_async_tx_descriptor *desc_tx = NULL, *desc_rx = NULL;
desc_rx           532 drivers/spi/spi-rspi.c 		desc_rx = dmaengine_prep_slave_sg(rspi->ctlr->dma_rx, rx->sgl,
desc_rx           535 drivers/spi/spi-rspi.c 		if (!desc_rx) {
desc_rx           540 drivers/spi/spi-rspi.c 		desc_rx->callback = rspi_dma_complete;
desc_rx           541 drivers/spi/spi-rspi.c 		desc_rx->callback_param = rspi;
desc_rx           542 drivers/spi/spi-rspi.c 		cookie = dmaengine_submit(desc_rx);
desc_rx           747 drivers/spi/spi-sh-msiof.c 	struct dma_async_tx_descriptor *desc_tx = NULL, *desc_rx = NULL;
desc_rx           754 drivers/spi/spi-sh-msiof.c 		desc_rx = dmaengine_prep_slave_single(p->ctlr->dma_rx,
desc_rx           757 drivers/spi/spi-sh-msiof.c 		if (!desc_rx)
desc_rx           760 drivers/spi/spi-sh-msiof.c 		desc_rx->callback = sh_msiof_dma_complete;
desc_rx           761 drivers/spi/spi-sh-msiof.c 		desc_rx->callback_param = &p->done;
desc_rx           762 drivers/spi/spi-sh-msiof.c 		cookie = dmaengine_submit(desc_rx);
desc_rx           107 drivers/spi/spi-topcliff-pch.c 	struct dma_async_tx_descriptor	*desc_rx;
desc_rx           797 drivers/spi/spi-topcliff-pch.c 	async_tx_ack(dma->desc_rx);
desc_rx           919 drivers/spi/spi-topcliff-pch.c 	struct dma_async_tx_descriptor *desc_rx;
desc_rx          1031 drivers/spi/spi-topcliff-pch.c 	desc_rx = dmaengine_prep_slave_sg(dma->chan_rx, sg,
desc_rx          1034 drivers/spi/spi-topcliff-pch.c 	if (!desc_rx) {
desc_rx          1040 drivers/spi/spi-topcliff-pch.c 	desc_rx->callback = pch_dma_rx_complete;
desc_rx          1041 drivers/spi/spi-topcliff-pch.c 	desc_rx->callback_param = data;
desc_rx          1043 drivers/spi/spi-topcliff-pch.c 	dma->desc_rx = desc_rx;
desc_rx          1111 drivers/spi/spi-topcliff-pch.c 	desc_rx->tx_submit(desc_rx);
desc_rx           137 drivers/tty/serial/atmel_serial.c 	struct dma_async_tx_descriptor	*desc_rx;
desc_rx          1097 drivers/tty/serial/atmel_serial.c 	atmel_port->desc_rx = NULL;
desc_rx          1263 drivers/tty/serial/atmel_serial.c 	atmel_port->desc_rx = desc;
desc_rx           229 drivers/tty/serial/pch_uart.c 	struct dma_async_tx_descriptor	*desc_rx;
desc_rx           772 drivers/tty/serial/pch_uart.c 	async_tx_ack(priv->desc_rx);
desc_rx           875 drivers/tty/serial/pch_uart.c 	priv->desc_rx = desc;