Lines Matching full:vdma
10 * The AXI Video Direct Memory Access (AXI VDMA) core is a soft Xilinx IP
159 /* Axi VDMA Flush on Fsync bits */
458 * @XDMA_TYPE_VDMA: Axi vdma ip.
567 * @chan: Driver specific VDMA channel
572 * Since vdma driver is trying to write to a register offset which is not a
1092 * for meeting Xilinx VDMA specification requirement. in xilinx_dma_alloc_chan_resources()
1256 * VDMA and simple mode do not support residue reporting, so the in xilinx_dma_tx_status()
1327 * xilinx_vdma_start_transfer - Starts VDMA transfer
1741 /* Reset VDMA */ in xilinx_dma_chan_reset()
2484 * xilinx_vdma_channel_set_config - Configure VDMA channel
2485 * Run-time configuration for Axi VDMA, supports:
2492 * @cfg: VDMA device configuration pointer
2813 if (of_device_is_compatible(node, "xlnx,axi-vdma-mm2s-channel") || in xilinx_dma_chan_probe()
2830 "xlnx,axi-vdma-s2mm-channel") || in xilinx_dma_chan_probe()
2997 { .compatible = "xlnx,axi-vdma-1.00.a", .data = &axivdma_config },
3176 dev_info(&pdev->dev, "Xilinx AXI VDMA Engine Driver Probed!!\n"); in xilinx_dma_probe()
3216 .name = "xilinx-vdma",
3226 MODULE_DESCRIPTION("Xilinx VDMA driver");