Home
last modified time | relevance | path

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

123

/linux-6.12.1/drivers/dma/
Dmcf-edma-main.c218 mcf_edma->dma_dev.device_alloc_chan_resources = in mcf_edma_probe()
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()
Dplx_dma.c525 dma->device_alloc_chan_resources = plx_dma_alloc_chan_resources; in plx_dma_create()
Dmoxart-dma.c502 dma->device_alloc_chan_resources = moxart_alloc_chan_resources; in moxart_dma_init()
Dls2x-apb-dma.c637 ddev->device_alloc_chan_resources = ls2x_dma_alloc_chan_resources; in ls2x_dma_probe()
Dloongson1-apb-dma.c590 ddev->device_alloc_chan_resources = ls1x_dma_alloc_chan_resources; in ls1x_dma_probe()
Dmmp_tdma.c689 tdev->device.device_alloc_chan_resources = in mmp_tdma_probe()
Didma64.c580 idma64->dma.device_alloc_chan_resources = idma64_alloc_chan_resources; in idma64_probe()
Dtimb_dma.c669 td->dma.device_alloc_chan_resources = td_alloc_chan_resources; in td_probe()
Dmxs-dma.c803 mxs_dma->dma_device.device_alloc_chan_resources = mxs_dma_alloc_chan_resources; in mxs_dma_probe()
Daltera-msgdma.c888 dma_dev->device_alloc_chan_resources = msgdma_alloc_chan_resources; in msgdma_probe()
Dfsl-edma-main.c602 fsl_edma->dma_dev.device_alloc_chan_resources in fsl_edma_probe()
Dfsl_raid.c787 dma_dev->device_alloc_chan_resources = fsl_re_alloc_chan_resources; in fsl_re_probe()
Dtegra210-adma.c932 tdma->dma_dev.device_alloc_chan_resources = in tegra_adma_probe()
Dst_fdma.c804 fdev->dma_device.device_alloc_chan_resources = st_fdma_alloc_chan_res; in st_fdma_probe()
/linux-6.12.1/drivers/dma/idxd/
Ddma.c225 dma->device_alloc_chan_resources = idxd_dma_alloc_chan_resources; in idxd_register_dma_device()
/linux-6.12.1/drivers/dma/ioat/
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-6.12.1/drivers/dma/sh/
Dshdma-base.c282 if (chan->device->device_alloc_chan_resources != in shdma_chan_filter()
1010 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-6.12.1/drivers/dma/mediatek/
Dmtk-uart-apdma.c506 mtkd->ddev.device_alloc_chan_resources = in mtk_uart_apdma_probe()
Dmtk-hsdma.c934 dd->device_alloc_chan_resources = mtk_hsdma_alloc_chan_resources; in mtk_hsdma_probe()
Dmtk-cqdma.c772 dd->device_alloc_chan_resources = mtk_cqdma_alloc_chan_resources; in mtk_cqdma_probe()
/linux-6.12.1/drivers/dma/sf-pdma/
Dsf-pdma.c554 pdma->dma_dev.device_alloc_chan_resources = in sf_pdma_probe()
/linux-6.12.1/drivers/dma/fsl-dpaa2-qdma/
Ddpaa2-qdma.c734 dpaa2_qdma->dma_dev.device_alloc_chan_resources = in dpaa2_qdma_probe()
/linux-6.12.1/include/linux/
Ddmaengine.h893 int (*device_alloc_chan_resources)(struct dma_chan *chan); member

123