Home
last modified time | relevance | path

Searched refs:of_dma_controller_register (Results 1 – 37 of 37) sorted by relevance

/linux-4.4.14/include/linux/
Dof_dma.h38 extern int of_dma_controller_register(struct device_node *np,
58 static inline int of_dma_controller_register(struct device_node *np, in of_dma_controller_register() function
/linux-4.4.14/drivers/dma/
Dof-dma.c104 int of_dma_controller_register(struct device_node *np, in of_dma_controller_register() function
131 EXPORT_SYMBOL_GPL(of_dma_controller_register);
Dmoxart-dma.c627 ret = of_dma_controller_register(node, moxart_of_xlate, mdc); in moxart_probe()
Dbcm2835-dma.c664 rc = of_dma_controller_register(pdev->dev.of_node, in bcm2835_dma_probe()
Ddma-axi-dmac.c637 ret = of_dma_controller_register(pdev->dev.of_node, in axi_dmac_probe()
Dmmp_tdma.c709 ret = of_dma_controller_register(pdev->dev.of_node, in mmp_tdma_probe()
Dmxs-dma.c863 ret = of_dma_controller_register(np, mxs_dma_xlate, mxs_dma); in mxs_dma_probe()
Ddma-jz4780.c845 ret = of_dma_controller_register(dev->of_node, jz4780_of_dma_xlate, in jz4780_dma_probe()
Dk3dma.c764 ret = of_dma_controller_register((&op->dev)->of_node, in k3_dma_probe()
Dmpc512x_dma.c1031 retval = of_dma_controller_register(dev->of_node, in mpc_dma_probe()
Dqcom_bam_dma.c1197 ret = of_dma_controller_register(pdev->dev.of_node, bam_dma_xlate, in bam_dma_probe()
Dimg-mdc-dma.c954 ret = of_dma_controller_register(pdev->dev.of_node, mdc_of_xlate, mdma); in mdc_dma_probe()
Dcppi41.c986 ret = of_dma_controller_register(dev->of_node, in cppi41_dma_probe()
Dsun6i-dma.c1041 ret = of_dma_controller_register(pdev->dev.of_node, sun6i_dma_of_xlate, in sun6i_dma_probe()
Dmmp_pdma.c1092 ret = of_dma_controller_register(op->dev.of_node, in mmp_pdma_probe()
Dzx296702_dma.c867 ret = of_dma_controller_register((&op->dev)->of_node, in zx_dma_probe()
Dsun4i-dma.c1237 ret = of_dma_controller_register(pdev->dev.of_node, sun4i_dma_of_xlate, in sun4i_dma_probe()
Dfsl-edma.c934 ret = of_dma_controller_register(np, fsl_edma_xlate, fsl_edma); in fsl_edma_probe()
Dsirf-dma.c956 ret = of_dma_controller_register(dn, of_dma_sirfsoc_xlate, sdma); in sirfsoc_dma_probe()
Dnbpfaxi.c1433 ret = of_dma_controller_register(np, nbpf_of_xlate, nbpf); in nbpf_probe()
Domap-dma.c1220 rc = of_dma_controller_register(pdev->dev.of_node, in omap_dma_probe()
Dimx-dma.c1201 ret = of_dma_controller_register(pdev->dev.of_node, in imxdma_probe()
Dtegra20-apb-dma.c1468 ret = of_dma_controller_register(pdev->dev.of_node, in tegra_dma_probe()
Dpxa_dma.c1449 ret = of_dma_controller_register(op->dev.of_node, in pxad_probe()
Dimx-sdma.c1814 ret = of_dma_controller_register(np, sdma_xlate, sdma); in sdma_probe()
Dcoh901318.c2739 err = of_dma_controller_register(pdev->dev.of_node, coh901318_xlate, in coh901318_probe()
Dat_xdmac.c2009 ret = of_dma_controller_register(pdev->dev.of_node, in at_xdmac_probe()
Dat_hdmac.c2109 err = of_dma_controller_register(pdev->dev.of_node, in at_dma_probe()
Damba-pl08x.c2200 return of_dma_controller_register(adev->dev.of_node, pl08x_of_xlate, in pl08x_of_probe()
Dedma.c2334 of_dma_controller_register(node, of_edma_xlate, ecc); in edma_probe()
Dpl330.c2906 ret = of_dma_controller_register(adev->dev.of_node, in pl330_probe()
Dste_dma40.c3686 ret = of_dma_controller_register(np, d40_xlate, NULL); in d40_probe()
/linux-4.4.14/drivers/dma/sh/
Dshdma-of.c49 ret = of_dma_controller_register(pdev->dev.of_node, in shdma_of_probe()
Dusb-dmac.c825 ret = of_dma_controller_register(pdev->dev.of_node, usb_dmac_of_xlate, in usb_dmac_probe()
Drcar-dmac.c1691 ret = of_dma_controller_register(pdev->dev.of_node, rcar_dmac_of_xlate, in rcar_dmac_probe()
/linux-4.4.14/drivers/dma/dw/
Dplatform.c206 err = of_dma_controller_register(pdev->dev.of_node, in dw_probe()
/linux-4.4.14/drivers/dma/xilinx/
Dxilinx_vdma.c1306 err = of_dma_controller_register(node, of_dma_xilinx_xlate, in xilinx_vdma_probe()