Home
last modified time | relevance | path

Searched refs:dma_async_device_register (Results 1 – 25 of 72) sorted by relevance

123

/Linux-v4.19/drivers/dma/
Ddmaengine.c911 int dma_async_device_register(struct dma_device *device) in dma_async_device_register() function
1104 EXPORT_SYMBOL(dma_async_device_register);
1158 ret = dma_async_device_register(device); in dmaenginem_async_device_register()
Ds3c24xx-dma.c1333 ret = dma_async_device_register(&s3cdma->memcpy); in s3c24xx_dma_probe()
1341 ret = dma_async_device_register(&s3cdma->slave); in s3c24xx_dma_probe()
Ddma-jz4740.c556 ret = dma_async_device_register(dd); in jz4740_dma_probe()
Dmmp_tdma.c699 ret = dma_async_device_register(&tdev->device); in mmp_tdma_probe()
Dmoxart-dma.c621 ret = dma_async_device_register(&mdc->dma_slave); in moxart_probe()
Daltera-msgdma.c889 ret = dma_async_device_register(dma_dev); in msgdma_probe()
Didma64.c604 ret = dma_async_device_register(&idma64->dma); in idma64_probe()
Dmv_xor_v2.c869 ret = dma_async_device_register(dma_dev); in mv_xor_v2_probe()
Ddma-axi-dmac.c681 ret = dma_async_device_register(dma_dev); in axi_dmac_probe()
Dtimb_dma.c726 err = dma_async_device_register(&td->dma); in td_probe()
Dtegra210-adma.c749 ret = dma_async_device_register(&tdma->dma_dev); in tegra_adma_probe()
Dmxs-dma.c850 ret = dma_async_device_register(&mxs_dma->dma_device); in mxs_dma_probe()
Ddma-jz4780.c850 ret = dma_async_device_register(dd); in jz4780_dma_probe()
Dfsl_raid.c845 dma_async_device_register(dma_dev); in fsl_re_probe()
Dowl-dma.c907 ret = dma_async_device_register(&od->dma); in owl_dma_probe()
/Linux-v4.19/drivers/dma/sh/
Dsudmac.c379 err = dma_async_device_register(&su_dev->shdma_dev.dma_dev); in sudmac_probe()
Dusb-dmac.c852 ret = dma_async_device_register(engine); in usb_dmac_probe()
Dshdmac.c869 err = dma_async_device_register(&shdev->shdma_dev.dma_dev); in sh_dmae_probe()
/Linux-v4.19/drivers/dma/hsu/
Dhsu.c480 ret = dma_async_device_register(&hsu->dma); in hsu_dma_probe()
/Linux-v4.19/drivers/staging/mt7621-dma/
Dmtk-hsdma.c722 ret = dma_async_device_register(dd); in mtk_hsdma_probe()
Dralink-gdma.c885 ret = dma_async_device_register(dd); in gdma_dma_probe()
/Linux-v4.19/drivers/crypto/ccp/
Dccp-dmaengine.c727 ret = dma_async_device_register(dma_dev); in ccp_dmaengine_register()
/Linux-v4.19/drivers/dma/mediatek/
Dmtk-hsdma.c980 err = dma_async_device_register(dd); in mtk_hsdma_probe()
/Linux-v4.19/include/linux/
Ddmaengine.h1408 int dma_async_device_register(struct dma_device *device);
/Linux-v4.19/drivers/dma/qcom/
Dhidma.c880 rc = dma_async_device_register(&dmadev->ddev); in hidma_probe()

123