Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/dma/ioat/
Dinit.c341 if (dma->device_alloc_chan_resources(dma_chan) < 1) { in ioat_dma_self_test()
828 if (dma->device_alloc_chan_resources(dma_chan) < 1) { in ioat_xor_val_self_test()
1085 dma->device_alloc_chan_resources = ioat_alloc_chan_resources; in ioat3_dma_probe()
/Linux-v4.19/drivers/dma/sh/
Dshdma-base.c285 if (chan->device->device_alloc_chan_resources != in shdma_chan_filter()
1021 dma_dev->device_alloc_chan_resources in shdma_init()
Dusb-dmac.c845 engine->device_alloc_chan_resources = usb_dmac_alloc_chan_resources; in usb_dmac_probe()
/Linux-v4.19/drivers/dma/
Ddmaengine.c233 if (chan->device->device_alloc_chan_resources) { in dma_chan_get()
234 ret = chan->device->device_alloc_chan_resources(chan); in dma_chan_get()
Dmmp_tdma.c683 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()
Daltera-msgdma.c872 dma_dev->device_alloc_chan_resources = msgdma_alloc_chan_resources; in msgdma_probe()
Didma64.c581 idma64->dma.device_alloc_chan_resources = idma64_alloc_chan_resources; in idma64_probe()
Dtimb_dma.c677 td->dma.device_alloc_chan_resources = td_alloc_chan_resources; in td_probe()
Dtegra210-adma.c735 tdma->dma_dev.device_alloc_chan_resources = in tegra_adma_probe()
Dmic_x100_dma.c609 mic_dma_dev->dma_dev.device_alloc_chan_resources = in mic_dma_register_dma_device()
Dmxs-dma.c836 mxs_dma->dma_device.device_alloc_chan_resources = mxs_dma_alloc_chan_resources; in mxs_dma_probe()
Ddma-jz4780.c816 dd->device_alloc_chan_resources = jz4780_dma_alloc_chan_resources; in jz4780_dma_probe()
Dfsl_raid.c788 dma_dev->device_alloc_chan_resources = fsl_re_alloc_chan_resources; in fsl_re_probe()
Dst_fdma.c819 fdev->dma_device.device_alloc_chan_resources = st_fdma_alloc_chan_res; in st_fdma_probe()
Dbcm2835-dma.c943 od->ddev.device_alloc_chan_resources = bcm2835_dma_alloc_chan_resources; in bcm2835_dma_probe()
Dcoh901318.c2682 base->dma_slave.device_alloc_chan_resources = coh901318_alloc_chan_resources; in coh901318_probe()
2705 base->dma_memcpy.device_alloc_chan_resources = coh901318_alloc_chan_resources; in coh901318_probe()
Dfsldma.c1245 fdev->common.device_alloc_chan_resources = fsl_dma_alloc_chan_resources; in fsldma_of_probe()
Dmpc512x_dma.c990 dma->device_alloc_chan_resources = mpc_dma_alloc_chan_resources; in mpc_dma_probe()
Dsprd-dma.c911 sdev->dma_dev.device_alloc_chan_resources = sprd_dma_alloc_chan_resources; in sprd_dma_probe()
/Linux-v4.19/drivers/dma/mediatek/
Dmtk-hsdma.c940 dd->device_alloc_chan_resources = mtk_hsdma_alloc_chan_resources; in mtk_hsdma_probe()
/Linux-v4.19/include/linux/
Ddmaengine.h760 int (*device_alloc_chan_resources)(struct dma_chan *chan); member
/Linux-v4.19/drivers/dma/qcom/
Dhidma.c815 dmadev->ddev.device_alloc_chan_resources = hidma_alloc_chan_resources; in hidma_probe()
/Linux-v4.19/drivers/dma/xilinx/
Dzynqmp_dma.c1050 p->device_alloc_chan_resources = zynqmp_dma_alloc_chan_resources; in zynqmp_dma_probe()
/Linux-v4.19/drivers/dma/dw-axi-dmac/
Ddw-axi-dmac-platform.c914 dw->dma.device_alloc_chan_resources = dma_chan_alloc_chan_resources; in dw_probe()

123