Home
last modified time | relevance | path

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

12

/linux/drivers/dma/ioat/
H A Dinit.c332 if (dma->device_alloc_chan_resources(dma_chan) < 1) { in ioat_dma_self_test()
832 if (dma->device_alloc_chan_resources(dma_chan) < 1) { in ioat_xor_val_self_test()
1089 dma->device_alloc_chan_resources = ioat_alloc_chan_resources; in ioat3_dma_probe()
/linux/drivers/dma/idxd/
H A Ddma.c225 dma->device_alloc_chan_resources = idxd_dma_alloc_chan_resources; in idxd_register_dma_device()
/linux/drivers/dma/
H A Ddmaengine.c468 if (chan->device->device_alloc_chan_resources) { in dma_chan_get()
469 ret = chan->device->device_alloc_chan_resources(chan); in dma_chan_get()
H A Dplx_dma.c525 dma->device_alloc_chan_resources = plx_dma_alloc_chan_resources; in plx_dma_create()
H A Dloongson1-apb-dma.c590 ddev->device_alloc_chan_resources = ls1x_dma_alloc_chan_resources; in ls1x_dma_probe()
H A Dloongson2-apb-dma.c637 ddev->device_alloc_chan_resources = ls2x_dma_alloc_chan_resources; in ls2x_dma_probe()
H A Dmxs-dma.c803 mxs_dma->dma_device.device_alloc_chan_resources = mxs_dma_alloc_chan_resources; in mxs_dma_probe()
H A Dfsl-edma-main.c633 fsl_edma->dma_dev.device_alloc_chan_resources in fsl_edma_probe()
H A Dapple-admac.c857 dma->device_alloc_chan_resources = admac_alloc_chan_resources; in admac_probe()
H A Dep93xx_dma.c1519 dma_dev->device_alloc_chan_resources = ep93xx_dma_alloc_chan_resources; in ep93xx_dma_probe()
H A Dmv_xor.c1083 dma_dev->device_alloc_chan_resources = mv_xor_alloc_chan_resources; in mv_xor_channel_add()
H A Dtegra186-gpc-dma.c1447 tdma->dma_dev.device_alloc_chan_resources = in tegra_dma_probe()
H A Dat_xdmac.c2346 atxdmac->dma.device_alloc_chan_resources = at_xdmac_alloc_chan_resources; in at_xdmac_probe()
H A Dpl330.c3131 pd->device_alloc_chan_resources = pl330_alloc_chan_resources; in pl330_probe()
/linux/include/linux/
H A Ddmaengine.h900 int (*device_alloc_chan_resources)(struct dma_chan *chan); member
/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c797 dma->device_alloc_chan_resources = dw_edma_alloc_chan_resources; in dw_edma_channel_setup()
/linux/drivers/rapidio/devices/
H A Dtsi721_dma.c1006 mport->dma.device_alloc_chan_resources = tsi721_alloc_chan_resources; in tsi721_register_dma()
/linux/drivers/dma/ti/
H A Dk3-udma.c844 ret = uc->ud->ddev.device_alloc_chan_resources(&uc->vc.chan); in udma_reset_chan()
5475 ud->ddev.device_alloc_chan_resources = in udma_probe()
5479 ud->ddev.device_alloc_chan_resources = in udma_probe()
5484 ud->ddev.device_alloc_chan_resources = in udma_probe()
5635 ret = ud->ddev.device_alloc_chan_resources(chan); in udma_pm_resume()
/linux/drivers/dma/amd/qdma/
H A Dqdma.c1103 qdev->dma_dev.device_alloc_chan_resources = qdma_alloc_queue_resources; in amd_qdma_probe()
/linux/drivers/dma/dw/
H A Dcore.c1313 dw->dma.device_alloc_chan_resources = dwc_alloc_chan_resources; in do_dma_probe()
/linux/drivers/dma/stm32/
H A Dstm32-dma.c1613 dd->device_alloc_chan_resources = stm32_dma_alloc_chan_resources; in stm32_dma_probe()
H A Dstm32-mdma.c1668 dd->device_alloc_chan_resources = stm32_mdma_alloc_chan_resources; in stm32_mdma_probe()
/linux/drivers/dma/lgm/
H A Dlgm-dma.c1678 dma_dev->device_alloc_chan_resources = ldma_alloc_chan_resources; in intel_ldma_probe()
/linux/Documentation/driver-api/dmaengine/
H A Dprovider.rst373 - ``device_alloc_chan_resources``
/linux/drivers/dma/qcom/
H A Dgpi.c2252 gpi_dev->dma_device.device_alloc_chan_resources = gpi_alloc_chan_resources; in gpi_probe()

12