Searched refs:kfifo_dma_out_prepare (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/samples/kfifo/ |
| H A D | dma-example.c | 95 nents = kfifo_dma_out_prepare(&fifo, sg, ARRAY_SIZE(sg), 8); in example_init()
|
| /linux-6.15/include/linux/ |
| H A D | kfifo.h | 800 #define kfifo_dma_out_prepare(fifo, sgl, nents, len) \ macro
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | msm_serial.c | 507 kfifo_dma_out_prepare(&tport->xmit_fifo, &dma->tx_sg, 1, count); in msm_handle_tx_dma()
|
| H A D | imx.c | 640 sport->dma_tx_nents = kfifo_dma_out_prepare(&tport->xmit_fifo, sgl, in imx_uart_dma_tx()
|
| H A D | fsl_lpuart.c | 489 sport->dma_tx_nents = kfifo_dma_out_prepare(&tport->xmit_fifo, sgl, in lpuart_dma_tx()
|