Lines Matching full:vdma
10 * The AXI Video Direct Memory Access (AXI VDMA) core is a soft Xilinx IP
162 /* Axi VDMA Flush on Fsync bits */
466 * @XDMA_TYPE_VDMA: Axi vdma ip.
577 * @chan: Driver specific VDMA channel
582 * Since vdma driver is trying to write to a register offset which is not a
1125 * for meeting Xilinx VDMA specification requirement. in xilinx_dma_alloc_chan_resources()
1289 * VDMA and simple mode do not support residue reporting, so the in xilinx_dma_tx_status()
1360 * xilinx_vdma_start_transfer - Starts VDMA transfer
1789 /* Reset VDMA */ in xilinx_dma_chan_reset()
2625 * xilinx_vdma_channel_set_config - Configure VDMA channel
2626 * Run-time configuration for Axi VDMA, supports:
2633 * @cfg: VDMA device configuration pointer
2956 if (of_device_is_compatible(node, "xlnx,axi-vdma-mm2s-channel") || in xilinx_dma_chan_probe()
2973 "xlnx,axi-vdma-s2mm-channel") || in xilinx_dma_chan_probe()
3142 { .compatible = "xlnx,axi-vdma-1.00.a", .data = &axivdma_config },
3335 dev_info(&pdev->dev, "Xilinx AXI VDMA Engine Driver Probed!!\n"); in xilinx_dma_probe()
3371 .name = "xilinx-vdma",
3381 MODULE_DESCRIPTION("Xilinx VDMA driver");