Lines Matching full:vdma
10 * The AXI Video Direct Memory Access (AXI VDMA) core is a soft Xilinx IP
161 /* Axi VDMA Flush on Fsync bits */
465 * @XDMA_TYPE_VDMA: Axi vdma ip.
576 * @chan: Driver specific VDMA channel
581 * Since vdma driver is trying to write to a register offset which is not a
1124 * for meeting Xilinx VDMA specification requirement. in xilinx_dma_alloc_chan_resources()
1288 * VDMA and simple mode do not support residue reporting, so the in xilinx_dma_tx_status()
1359 * xilinx_vdma_start_transfer - Starts VDMA transfer
1788 /* Reset VDMA */ in xilinx_dma_chan_reset()
2531 * xilinx_vdma_channel_set_config - Configure VDMA channel
2532 * Run-time configuration for Axi VDMA, supports:
2539 * @cfg: VDMA device configuration pointer
2862 if (of_device_is_compatible(node, "xlnx,axi-vdma-mm2s-channel") || in xilinx_dma_chan_probe()
2879 "xlnx,axi-vdma-s2mm-channel") || in xilinx_dma_chan_probe()
3046 { .compatible = "xlnx,axi-vdma-1.00.a", .data = &axivdma_config },
3236 dev_info(&pdev->dev, "Xilinx AXI VDMA Engine Driver Probed!!\n"); in xilinx_dma_probe()
3272 .name = "xilinx-vdma",
3282 MODULE_DESCRIPTION("Xilinx VDMA driver");