Searched refs:seg_v (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/xilinx/ |
H A D | xilinx_dma.c | 404 * @seg_v: Statically allocated segments base 442 struct xilinx_axidma_tx_segment *seg_v; member 913 dma_free_coherent(chan->dev, sizeof(*chan->seg_v) * in xilinx_dma_free_chan_resources() 914 XILINX_DMA_NUM_DESCS, chan->seg_v, in xilinx_dma_free_chan_resources() 1098 chan->seg_v = dma_alloc_coherent(chan->dev, in xilinx_dma_alloc_chan_resources() 1099 sizeof(*chan->seg_v) * XILINX_DMA_NUM_DESCS, in xilinx_dma_alloc_chan_resources() 1101 if (!chan->seg_v) { in xilinx_dma_alloc_chan_resources() 1120 dma_free_coherent(chan->dev, sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources() 1121 XILINX_DMA_NUM_DESCS, chan->seg_v, in xilinx_dma_alloc_chan_resources() 1128 chan->seg_v[ in xilinx_dma_alloc_chan_resources() [all...] |
/kernel/linux/linux-6.6/drivers/dma/xilinx/ |
H A D | xilinx_dma.c | 407 * @seg_v: Statically allocated segments base 446 struct xilinx_axidma_tx_segment *seg_v; member 943 dma_free_coherent(chan->dev, sizeof(*chan->seg_v) * in xilinx_dma_free_chan_resources() 944 XILINX_DMA_NUM_DESCS, chan->seg_v, in xilinx_dma_free_chan_resources() 1126 chan->seg_v = dma_alloc_coherent(chan->dev, in xilinx_dma_alloc_chan_resources() 1127 sizeof(*chan->seg_v) * XILINX_DMA_NUM_DESCS, in xilinx_dma_alloc_chan_resources() 1129 if (!chan->seg_v) { in xilinx_dma_alloc_chan_resources() 1148 dma_free_coherent(chan->dev, sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources() 1149 XILINX_DMA_NUM_DESCS, chan->seg_v, in xilinx_dma_alloc_chan_resources() 1156 chan->seg_v[ in xilinx_dma_alloc_chan_resources() [all...] |
Completed in 6 milliseconds