• Home
  • Raw
  • Download

Lines Matching full:dpdma

3  * Xilinx ZynqMP DPDMA Engine driver
27 #include <dt-bindings/dma/xlnx-zynqmp-dpdma.h>
32 /* DPDMA registers */
118 /* DPDMA descriptor fields */
141 * struct xilinx_dpdma_hw_desc - DPDMA hardware descriptor
179 * struct xilinx_dpdma_sw_desc - DPDMA software descriptor
180 * @hw: DPDMA hardware descriptor
191 * struct xilinx_dpdma_tx_desc - DPDMA transaction descriptor
208 * struct xilinx_dpdma_chan - DPDMA channel
222 * @xdev: DPDMA device
250 * struct xilinx_dpdma_device - DPDMA device
256 * @chan: DPDMA channels
505 * @xdev: DPDMA device
558 * @chan: DPDMA channel
581 * @chan: DPDMA channel
595 * @chan: DPDMA channel
638 * @chan: DPDMA channel
687 * @chan: DPDMA channel
693 * Return: A DPDMA TX descriptor on success, or NULL.
742 * DPDMA Channel Operations
747 * @chan: DPDMA channel
774 * @chan: DPDMA channel
792 * @chan: DPDMA channel
803 * @chan: DPDMA channel
831 * @chan: DPDMA channel
907 * @chan: DPDMA channel
921 * @chan: DPDMA channel
953 * @chan: DPDMA channel
986 * @chan: DPDMA channel
1018 * @chan: DPDMA channel
1044 * @chan: DPDMA channel
1072 * @chan: DPDMA channel
1117 * @chan: DPDMA channel
1138 * xilinx_dpdma_chan_handle_err - DPDMA channel error handling
1139 * @chan: DPDMA channel
1280 * The destination address doesn't need to be specified as the DPDMA is in xilinx_dpdma_config()
1283 * fixed both on the DPDMA side and on the DP controller side. in xilinx_dpdma_config()
1415 * xilinx_dpdma_handle_err_irq - Handle DPDMA error interrupt
1416 * @xdev: DPDMA device
1447 * @xdev: DPDMA device
1459 * @xdev: DPDMA device
1720 dev_info(&pdev->dev, "Xilinx DPDMA engine is probed\n"); in xilinx_dpdma_probe()
1757 { .compatible = "xlnx,zynqmp-dpdma",},
1766 .name = "xilinx-zynqmp-dpdma",
1774 MODULE_DESCRIPTION("Xilinx ZynqMP DPDMA driver");