sg_rx             115 drivers/spi/spi-topcliff-pch.c 	struct scatterlist		sg_rx;
sg_rx             141 drivers/tty/serial/atmel_serial.c 	struct scatterlist		sg_rx;
sg_rx            1093 drivers/tty/serial/atmel_serial.c 		dma_unmap_sg(port->dev, &atmel_port->sg_rx, 1,
sg_rx            1128 drivers/tty/serial/atmel_serial.c 			    &atmel_port->sg_rx,
sg_rx            1139 drivers/tty/serial/atmel_serial.c 	ring->head = sg_dma_len(&atmel_port->sg_rx) - state.residue;
sg_rx            1140 drivers/tty/serial/atmel_serial.c 	BUG_ON(ring->head > sg_dma_len(&atmel_port->sg_rx));
sg_rx            1154 drivers/tty/serial/atmel_serial.c 		count = sg_dma_len(&atmel_port->sg_rx) - ring->tail;
sg_rx            1167 drivers/tty/serial/atmel_serial.c 		if (ring->head >= sg_dma_len(&atmel_port->sg_rx))
sg_rx            1175 drivers/tty/serial/atmel_serial.c 			       &atmel_port->sg_rx,
sg_rx            1212 drivers/tty/serial/atmel_serial.c 	sg_init_table(&atmel_port->sg_rx, 1);
sg_rx            1215 drivers/tty/serial/atmel_serial.c 	sg_set_page(&atmel_port->sg_rx,
sg_rx            1220 drivers/tty/serial/atmel_serial.c 			  &atmel_port->sg_rx,
sg_rx            1229 drivers/tty/serial/atmel_serial.c 			sg_dma_len(&atmel_port->sg_rx),
sg_rx            1231 drivers/tty/serial/atmel_serial.c 			&sg_dma_address(&atmel_port->sg_rx));
sg_rx            1252 drivers/tty/serial/atmel_serial.c 					 sg_dma_address(&atmel_port->sg_rx),
sg_rx            1253 drivers/tty/serial/atmel_serial.c 					 sg_dma_len(&atmel_port->sg_rx),
sg_rx            1254 drivers/tty/serial/atmel_serial.c 					 sg_dma_len(&atmel_port->sg_rx)/2,
sg_rx             237 drivers/tty/serial/pch_uart.c 	struct scatterlist		sg_rx;
sg_rx             668 drivers/tty/serial/pch_uart.c 	tty_insert_flip_string(tport, sg_virt(&priv->sg_rx), size);
sg_rx             768 drivers/tty/serial/pch_uart.c 	dma_sync_sg_for_cpu(port->dev, &priv->sg_rx, 1, DMA_FROM_DEVICE);
sg_rx             857 drivers/tty/serial/pch_uart.c 	sg = &priv->sg_rx;
sg_rx             859 drivers/tty/serial/pch_uart.c 	sg_init_table(&priv->sg_rx, 1); /* Initialize SG table */
sg_rx             863 drivers/tty/serial/pch_uart.c 	sg_set_page(&priv->sg_rx, virt_to_page(priv->rx_buf_virt),
sg_rx             147 drivers/tty/serial/sh-sci.c 	struct scatterlist		sg_rx[2];
sg_rx            1259 drivers/tty/serial/sh-sci.c 			  sg_dma_address(&s->sg_rx[0]));
sg_rx            1309 drivers/tty/serial/sh-sci.c 	desc = dmaengine_prep_slave_sg(s->chan_rx, &s->sg_rx[active], 1,
sg_rx            1362 drivers/tty/serial/sh-sci.c 		struct scatterlist *sg = &s->sg_rx[i];
sg_rx            1512 drivers/tty/serial/sh-sci.c 	read = sg_dma_len(&s->sg_rx[active]) - state.residue;
sg_rx            1631 drivers/tty/serial/sh-sci.c 			struct scatterlist *sg = &s->sg_rx[i];