Searched refs:cyclic_seg_v (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/xilinx/ |
H A D | xilinx_dma.c | 407 * @cyclic_seg_v: Statically allocated segment base for cyclic transfers 445 struct xilinx_axidma_tx_segment *cyclic_seg_v; member 918 dma_free_coherent(chan->dev, sizeof(*chan->cyclic_seg_v), in xilinx_dma_free_chan_resources() 919 chan->cyclic_seg_v, chan->cyclic_seg_p); in xilinx_dma_free_chan_resources() 1113 chan->cyclic_seg_v = dma_alloc_coherent(chan->dev, in xilinx_dma_alloc_chan_resources() 1114 sizeof(*chan->cyclic_seg_v), in xilinx_dma_alloc_chan_resources() 1117 if (!chan->cyclic_seg_v) { in xilinx_dma_alloc_chan_resources() 1125 chan->cyclic_seg_v->phys = chan->cyclic_seg_p; in xilinx_dma_alloc_chan_resources() 1551 chan->cyclic_seg_v->phys); in xilinx_dma_start_transfer()
|
/kernel/linux/linux-6.6/drivers/dma/xilinx/ |
H A D | xilinx_dma.c | 410 * @cyclic_seg_v: Statically allocated segment base for cyclic transfers 449 struct xilinx_axidma_tx_segment *cyclic_seg_v; member 948 dma_free_coherent(chan->dev, sizeof(*chan->cyclic_seg_v), in xilinx_dma_free_chan_resources() 949 chan->cyclic_seg_v, chan->cyclic_seg_p); in xilinx_dma_free_chan_resources() 1141 chan->cyclic_seg_v = dma_alloc_coherent(chan->dev, in xilinx_dma_alloc_chan_resources() 1142 sizeof(*chan->cyclic_seg_v), in xilinx_dma_alloc_chan_resources() 1145 if (!chan->cyclic_seg_v) { in xilinx_dma_alloc_chan_resources() 1153 chan->cyclic_seg_v->phys = chan->cyclic_seg_p; in xilinx_dma_alloc_chan_resources() 1581 chan->cyclic_seg_v->phys); in xilinx_dma_start_transfer()
|
Completed in 8 milliseconds