/linux-4.4.14/drivers/dma/ioat/ |
D | init.c | 341 if (dma->device_alloc_chan_resources(dma_chan) < 1) { in ioat_dma_self_test() 833 if (dma->device_alloc_chan_resources(dma_chan) < 1) { in ioat_xor_val_self_test() 1092 dma->device_alloc_chan_resources = ioat_alloc_chan_resources; in ioat3_dma_probe()
|
/linux-4.4.14/drivers/dma/sh/ |
D | shdma-base.c | 285 if (chan->device->device_alloc_chan_resources != in shdma_chan_filter() 1021 dma_dev->device_alloc_chan_resources in shdma_init()
|
D | usb-dmac.c | 845 engine->device_alloc_chan_resources = usb_dmac_alloc_chan_resources; in usb_dmac_probe()
|
D | rcar-dmac.c | 1713 engine->device_alloc_chan_resources = rcar_dmac_alloc_chan_resources; in rcar_dmac_probe()
|
/linux-4.4.14/drivers/dma/ |
D | dmaengine.c | 234 if (chan->device->device_alloc_chan_resources) { in dma_chan_get() 235 ret = chan->device->device_alloc_chan_resources(chan); in dma_chan_get()
|
D | moxart-dma.c | 510 dma->device_alloc_chan_resources = moxart_alloc_chan_resources; in moxart_dma_init()
|
D | bcm2835-dma.c | 618 od->ddev.device_alloc_chan_resources = bcm2835_dma_alloc_chan_resources; in bcm2835_dma_probe()
|
D | mmp_tdma.c | 686 tdev->device.device_alloc_chan_resources = in mmp_tdma_probe()
|
D | timb_dma.c | 684 td->dma.device_alloc_chan_resources = td_alloc_chan_resources; in td_probe()
|
D | idma64.c | 579 idma64->dma.device_alloc_chan_resources = idma64_alloc_chan_resources; in idma64_probe()
|
D | mxs-dma.c | 843 mxs_dma->dma_device.device_alloc_chan_resources = mxs_dma_alloc_chan_resources; in mxs_dma_probe()
|
D | mic_x100_dma.c | 619 mic_dma_dev->dma_dev.device_alloc_chan_resources = in mic_dma_register_dma_device()
|
D | fsl_raid.c | 796 dma_dev->device_alloc_chan_resources = fsl_re_alloc_chan_resources; in fsl_re_probe()
|
D | dma-jz4780.c | 805 dd->device_alloc_chan_resources = jz4780_dma_alloc_chan_resources; in jz4780_dma_probe()
|
D | coh901318.c | 2696 base->dma_slave.device_alloc_chan_resources = coh901318_alloc_chan_resources; in coh901318_probe() 2719 base->dma_memcpy.device_alloc_chan_resources = coh901318_alloc_chan_resources; in coh901318_probe()
|
D | mpc512x_dma.c | 946 dma->device_alloc_chan_resources = mpc_dma_alloc_chan_resources; in mpc_dma_probe()
|
D | qcom_bam_dma.c | 1180 bdev->common.device_alloc_chan_resources = bam_alloc_chan; in bam_dma_probe()
|
D | cppi41.c | 928 cdd->ddev.device_alloc_chan_resources = cppi41_dma_alloc_chan_resources; in cppi41_dma_probe()
|
D | pch_dma.c | 922 pd->dma.device_alloc_chan_resources = pd_alloc_chan_resources; in pch_dma_probe()
|
D | mmp_pdma.c | 1064 pdev->device.device_alloc_chan_resources = mmp_pdma_alloc_chan_resources; in mmp_pdma_probe()
|
D | ep93xx_dma.c | 1323 dma_dev->device_alloc_chan_resources = ep93xx_dma_alloc_chan_resources; in ep93xx_dma_probe()
|
D | edma.c | 1793 s_ddev->device_alloc_chan_resources = edma_alloc_chan_resources; in edma_dma_init() 1818 m_ddev->device_alloc_chan_resources = edma_alloc_chan_resources; in edma_dma_init()
|
D | fsl-edma.c | 909 fsl_edma->dma_dev.device_alloc_chan_resources in fsl_edma_probe()
|
D | sirf-dma.c | 910 dma->device_alloc_chan_resources = sirfsoc_dma_alloc_chan_resources; in sirfsoc_dma_probe()
|
D | fsldma.c | 1364 fdev->common.device_alloc_chan_resources = fsl_dma_alloc_chan_resources; in fsldma_of_probe()
|
D | nbpfaxi.c | 1395 dma_dev->device_alloc_chan_resources in nbpf_probe()
|
D | omap-dma.c | 1151 od->ddev.device_alloc_chan_resources = omap_dma_alloc_chan_resources; in omap_dma_probe()
|
D | imx-dma.c | 1177 imxdma->dma_device.device_alloc_chan_resources = imxdma_alloc_chan_resources; in imxdma_probe()
|
D | mv_xor.c | 1014 dma_dev->device_alloc_chan_resources = mv_xor_alloc_chan_resources; in mv_xor_channel_add()
|
D | txx9dmac.c | 1105 dc->dma.device_alloc_chan_resources = txx9dmac_alloc_chan_resources; in txx9dmac_chan_probe()
|
D | iop-adma.c | 1327 dma_dev->device_alloc_chan_resources = iop_adma_alloc_chan_resources; in iop_adma_probe()
|
D | xgene-dma.c | 1680 dma_dev->device_alloc_chan_resources = xgene_dma_alloc_chan_resources; in xgene_dma_set_caps()
|
D | tegra20-apb-dma.c | 1435 tdma->dma_dev.device_alloc_chan_resources = in tegra_dma_probe()
|
D | pxa_dma.c | 1358 pdev->slave.device_alloc_chan_resources = pxad_alloc_chan_resources; in pxad_init_dmadev()
|
D | imx-sdma.c | 1790 sdma->dma_device.device_alloc_chan_resources = sdma_alloc_chan_resources; in sdma_probe()
|
D | at_xdmac.c | 1957 atxdmac->dma.device_alloc_chan_resources = at_xdmac_alloc_chan_resources; in at_xdmac_probe()
|
D | at_hdmac.c | 2055 atdma->dma_common.device_alloc_chan_resources = atc_alloc_chan_resources; in at_dma_probe()
|
D | pl330.c | 2884 pd->device_alloc_chan_resources = pl330_alloc_chan_resources; in pl330_probe()
|
D | ste_dma40.c | 2865 dev->device_alloc_chan_resources = d40_alloc_chan_resources; in d40_ops_init()
|
/linux-4.4.14/include/linux/ |
D | dmaengine.h | 686 int (*device_alloc_chan_resources)(struct dma_chan *chan); member
|
/linux-4.4.14/drivers/rapidio/devices/ |
D | tsi721_dma.c | 895 mport->dma.device_alloc_chan_resources = tsi721_alloc_chan_resources; in tsi721_register_dma()
|
/linux-4.4.14/drivers/dma/xilinx/ |
D | xilinx_vdma.c | 1280 xdev->common.device_alloc_chan_resources = in xilinx_vdma_probe()
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 246 * device_alloc_chan_resources
|
/linux-4.4.14/drivers/dma/ipu/ |
D | ipu_idmac.c | 1623 dma->device_alloc_chan_resources = idmac_alloc_chan_resources; in ipu_idmac_init()
|
/linux-4.4.14/drivers/dma/dw/ |
D | core.c | 1662 dw->dma.device_alloc_chan_resources = dwc_alloc_chan_resources; in dw_dma_probe()
|
/linux-4.4.14/drivers/dma/ppc4xx/ |
D | adma.c | 3805 adev->common.device_alloc_chan_resources = in ppc440spe_adma_init_capabilities()
|