Home
last modified time | relevance | path

Searched refs:device_alloc_chan_resources (Results 1 – 25 of 62) sorted by relevance

123

/Linux-v5.4/drivers/dma/
Dmcf-edma.c240 mcf_edma->dma_dev.device_alloc_chan_resources = in mcf_edma_probe()
Ddmaengine.c222 if (chan->device->device_alloc_chan_resources) { in dma_chan_get()
223 ret = chan->device->device_alloc_chan_resources(chan); in dma_chan_get()
Dfsl-edma.c362 fsl_edma->dma_dev.device_alloc_chan_resources in fsl_edma_probe()
Dmmp_tdma.c688 tdev->device.device_alloc_chan_resources = in mmp_tdma_probe()
Dmoxart-dma.c511 dma->device_alloc_chan_resources = moxart_alloc_chan_resources; in moxart_dma_init()
Dtimb_dma.c669 td->dma.device_alloc_chan_resources = td_alloc_chan_resources; in td_probe()
Daltera-msgdma.c868 dma_dev->device_alloc_chan_resources = msgdma_alloc_chan_resources; in msgdma_probe()
Didma64.c572 idma64->dma.device_alloc_chan_resources = idma64_alloc_chan_resources; in idma64_probe()
Dmic_x100_dma.c598 mic_dma_dev->dma_dev.device_alloc_chan_resources = in mic_dma_register_dma_device()
Dmxs-dma.c835 mxs_dma->dma_device.device_alloc_chan_resources = mxs_dma_alloc_chan_resources; in mxs_dma_probe()
Dfsl_raid.c788 dma_dev->device_alloc_chan_resources = fsl_re_alloc_chan_resources; in fsl_re_probe()
Dst_fdma.c809 fdev->dma_device.device_alloc_chan_resources = st_fdma_alloc_chan_res; in st_fdma_probe()
Dtegra210-adma.c884 tdma->dma_dev.device_alloc_chan_resources = in tegra_adma_probe()
Dbcm2835-dma.c922 od->ddev.device_alloc_chan_resources = bcm2835_dma_alloc_chan_resources; in bcm2835_dma_probe()
Ddma-jz4780.c922 dd->device_alloc_chan_resources = jz4780_dma_alloc_chan_resources; in jz4780_dma_probe()
/Linux-v5.4/drivers/dma/ioat/
Dinit.c332 if (dma->device_alloc_chan_resources(dma_chan) < 1) { in ioat_dma_self_test()
845 if (dma->device_alloc_chan_resources(dma_chan) < 1) { in ioat_xor_val_self_test()
1102 dma->device_alloc_chan_resources = ioat_alloc_chan_resources; in ioat3_dma_probe()
/Linux-v5.4/drivers/dma/sh/
Dshdma-base.c282 if (chan->device->device_alloc_chan_resources != in shdma_chan_filter()
1018 dma_dev->device_alloc_chan_resources in shdma_init()
Dusb-dmac.c840 engine->device_alloc_chan_resources = usb_dmac_alloc_chan_resources; in usb_dmac_probe()
/Linux-v5.4/drivers/dma/mediatek/
Dmtk-uart-apdma.c504 mtkd->ddev.device_alloc_chan_resources = in mtk_uart_apdma_probe()
Dmtk-cqdma.c774 dd->device_alloc_chan_resources = mtk_cqdma_alloc_chan_resources; in mtk_cqdma_probe()
Dmtk-hsdma.c940 dd->device_alloc_chan_resources = mtk_hsdma_alloc_chan_resources; in mtk_hsdma_probe()
/Linux-v5.4/include/linux/
Ddmaengine.h748 int (*device_alloc_chan_resources)(struct dma_chan *chan); member
/Linux-v5.4/drivers/dma/qcom/
Dhidma.c818 dmadev->ddev.device_alloc_chan_resources = hidma_alloc_chan_resources; in hidma_probe()
/Linux-v5.4/drivers/dma/dw-edma/
Ddw-edma-core.c734 dma->device_alloc_chan_resources = dw_edma_alloc_chan_resources; in dw_edma_channel_setup()
/Linux-v5.4/drivers/dma/xilinx/
Dzynqmp_dma.c1053 p->device_alloc_chan_resources = zynqmp_dma_alloc_chan_resources; in zynqmp_dma_probe()

123