sg_tx_p 112 drivers/spi/spi-topcliff-pch.c struct scatterlist *sg_tx_p; sg_tx_p 793 drivers/spi/spi-topcliff-pch.c dma_sync_sg_for_cpu(&data->master->dev, dma->sg_tx_p, dma->nent, sg_tx_p 799 drivers/spi/spi-topcliff-pch.c kfree(dma->sg_tx_p); sg_tx_p 1064 drivers/spi/spi-topcliff-pch.c dma->sg_tx_p = kcalloc(num, sizeof(*dma->sg_tx_p), GFP_ATOMIC); sg_tx_p 1065 drivers/spi/spi-topcliff-pch.c if (!dma->sg_tx_p) sg_tx_p 1068 drivers/spi/spi-topcliff-pch.c sg_init_table(dma->sg_tx_p, num); /* Initialize SG table */ sg_tx_p 1070 drivers/spi/spi-topcliff-pch.c sg = dma->sg_tx_p; sg_tx_p 1092 drivers/spi/spi-topcliff-pch.c sg = dma->sg_tx_p; sg_tx_p 234 drivers/tty/serial/pch_uart.c struct scatterlist *sg_tx_p; sg_tx_p 782 drivers/tty/serial/pch_uart.c struct scatterlist *sg = priv->sg_tx_p; sg_tx_p 795 drivers/tty/serial/pch_uart.c kfree(priv->sg_tx_p); sg_tx_p 991 drivers/tty/serial/pch_uart.c priv->sg_tx_p = kcalloc(num, sizeof(struct scatterlist), GFP_ATOMIC); sg_tx_p 992 drivers/tty/serial/pch_uart.c if (!priv->sg_tx_p) { sg_tx_p 997 drivers/tty/serial/pch_uart.c sg_init_table(priv->sg_tx_p, num); /* Initialize SG table */ sg_tx_p 998 drivers/tty/serial/pch_uart.c sg = priv->sg_tx_p; sg_tx_p 1009 drivers/tty/serial/pch_uart.c sg = priv->sg_tx_p; sg_tx_p 1030 drivers/tty/serial/pch_uart.c priv->sg_tx_p, nent, DMA_MEM_TO_DEV, sg_tx_p 1037 drivers/tty/serial/pch_uart.c dma_sync_sg_for_device(port->dev, priv->sg_tx_p, nent, DMA_TO_DEVICE);