Searched refs:dma_config (Results 1 – 4 of 4) sorted by relevance
440 const struct xilinx_dma_config *dma_config; member701 if (chan->xdev->dma_config->dmatype == XDMA_TYPE_VDMA) { in xilinx_dma_free_tx_descriptor()706 } else if (chan->xdev->dma_config->dmatype == XDMA_TYPE_CDMA) { in xilinx_dma_free_tx_descriptor()771 if (chan->xdev->dma_config->dmatype == XDMA_TYPE_AXIDMA) { in xilinx_dma_free_chan_resources()786 if (chan->xdev->dma_config->dmatype != XDMA_TYPE_AXIDMA) { in xilinx_dma_free_chan_resources()882 if (chan->xdev->dma_config->dmatype == XDMA_TYPE_AXIDMA) { in xilinx_dma_alloc_chan_resources()925 } else if (chan->xdev->dma_config->dmatype == XDMA_TYPE_CDMA) { in xilinx_dma_alloc_chan_resources()940 (chan->xdev->dma_config->dmatype != XDMA_TYPE_AXIDMA)) { in xilinx_dma_alloc_chan_resources()949 if (chan->xdev->dma_config->dmatype == XDMA_TYPE_AXIDMA) { in xilinx_dma_alloc_chan_resources()957 if ((chan->xdev->dma_config->dmatype == XDMA_TYPE_CDMA) && chan->has_sg) in xilinx_dma_alloc_chan_resources()[all …]
264 struct dma_slave_config dma_config; member509 src_addr_width = chan->dma_config.src_addr_width; in stm32_mdma_set_xfer_param()510 dst_addr_width = chan->dma_config.dst_addr_width; in stm32_mdma_set_xfer_param()511 src_maxburst = chan->dma_config.src_maxburst; in stm32_mdma_set_xfer_param()512 dst_maxburst = chan->dma_config.dst_maxburst; in stm32_mdma_set_xfer_param()567 dst_addr = chan->dma_config.dst_addr; in stm32_mdma_set_xfer_param()616 src_addr = chan->dma_config.src_addr; in stm32_mdma_set_xfer_param()732 struct dma_slave_config *dma_config = &chan->dma_config; in stm32_mdma_setup_xfer() local746 dst_addr = dma_config->dst_addr; in stm32_mdma_setup_xfer()753 src_addr = dma_config->src_addr; in stm32_mdma_setup_xfer()[all …]
237 struct snd_dmaengine_pcm_config dma_config; member
473 &i2s->dma_config, i2s->playback_dma_chan, in tegra30_i2s_platform_probe()