/linux-4.1.27/drivers/dma/ |
D | of-dma.c | 33 static struct of_dma *of_dma_find_controller(struct of_phandle_args *dma_spec) in of_dma_find_controller() 124 int index, struct of_phandle_args *dma_spec) in of_dma_match_channel() 151 struct of_phandle_args dma_spec; in of_dma_request_slave_channel() local 210 struct dma_chan *of_dma_simple_xlate(struct of_phandle_args *dma_spec, in of_dma_simple_xlate() 240 struct dma_chan *of_dma_xlate_by_chan_id(struct of_phandle_args *dma_spec, in of_dma_xlate_by_chan_id()
|
D | acpi-dma.c | 290 struct acpi_dma_spec *dma_spec) in acpi_dma_update_dma_spec() 314 struct acpi_dma_spec dma_spec; member 353 struct acpi_dma_spec *dma_spec = &pdata.dma_spec; in acpi_dma_request_slave_chan_by_index() local 446 struct dma_chan *acpi_dma_simple_xlate(struct acpi_dma_spec *dma_spec, in acpi_dma_simple_xlate()
|
D | moxart-dma.c | 155 struct of_phandle_args *dma_spec; member 331 static struct dma_chan *moxart_of_xlate(struct of_phandle_args *dma_spec, in moxart_of_xlate()
|
D | at_hdmac.c | 1465 static struct dma_chan *at_dma_xlate(struct of_phandle_args *dma_spec, in at_dma_xlate() 1524 static struct dma_chan *at_dma_xlate(struct of_phandle_args *dma_spec, in at_dma_xlate()
|
D | sirf-dma.c | 631 static struct dma_chan *of_dma_sirfsoc_xlate(struct of_phandle_args *dma_spec, in of_dma_sirfsoc_xlate()
|
D | mmp_tdma.c | 597 struct dma_chan *mmp_tdma_xlate(struct of_phandle_args *dma_spec, in mmp_tdma_xlate()
|
D | mxs-dma.c | 752 static struct dma_chan *mxs_dma_xlate(struct of_phandle_args *dma_spec, in mxs_dma_xlate()
|
D | dma-jz4780.c | 688 static struct dma_chan *jz4780_of_dma_xlate(struct of_phandle_args *dma_spec, in jz4780_of_dma_xlate()
|
D | k3dma.c | 658 static struct dma_chan *k3_of_dma_simple_xlate(struct of_phandle_args *dma_spec, in k3_of_dma_simple_xlate()
|
D | mmp_pdma.c | 982 static struct dma_chan *mmp_pdma_dma_xlate(struct of_phandle_args *dma_spec, in mmp_pdma_dma_xlate()
|
D | sun6i-dma.c | 812 static struct dma_chan *sun6i_dma_of_xlate(struct of_phandle_args *dma_spec, in sun6i_dma_of_xlate()
|
D | img-mdc-dma.c | 773 static struct dma_chan *mdc_of_xlate(struct of_phandle_args *dma_spec, in mdc_of_xlate()
|
D | qcom_bam_dma.c | 1000 static struct dma_chan *bam_dma_xlate(struct of_phandle_args *dma_spec, in bam_dma_xlate()
|
D | cppi41.c | 867 static struct dma_chan *cppi41_dma_xlate(struct of_phandle_args *dma_spec, in cppi41_dma_xlate()
|
D | imx-dma.c | 1032 static struct dma_chan *imxdma_xlate(struct of_phandle_args *dma_spec, in imxdma_xlate()
|
D | fsl-edma.c | 733 static struct dma_chan *fsl_edma_xlate(struct of_phandle_args *dma_spec, in fsl_edma_xlate()
|
D | tegra20-apb-dma.c | 1229 static struct dma_chan *tegra_dma_of_xlate(struct of_phandle_args *dma_spec, in tegra_dma_of_xlate()
|
D | nbpfaxi.c | 1072 static struct dma_chan *nbpf_of_xlate(struct of_phandle_args *dma_spec, in nbpf_of_xlate()
|
D | coh901318.c | 1794 static struct dma_chan *coh901318_xlate(struct of_phandle_args *dma_spec, in coh901318_xlate()
|
D | imx-sdma.c | 1434 static struct dma_chan *sdma_xlate(struct of_phandle_args *dma_spec, in sdma_xlate()
|
D | at_xdmac.c | 469 static struct dma_chan *at_xdmac_xlate(struct of_phandle_args *dma_spec, in at_xdmac_xlate()
|
D | ste_dma40.c | 2370 static struct dma_chan *d40_xlate(struct of_phandle_args *dma_spec, in d40_xlate()
|
D | pl330.c | 2054 static struct dma_chan *of_dma_pl330_xlate(struct of_phandle_args *dma_spec, in of_dma_pl330_xlate()
|
/linux-4.1.27/drivers/dma/dw/ |
D | platform.c | 31 static struct dma_chan *dw_dma_of_xlate(struct of_phandle_args *dma_spec, in dw_dma_of_xlate() 64 struct acpi_dma_spec *dma_spec = param; in dw_dma_acpi_filter() local
|
/linux-4.1.27/drivers/dma/sh/ |
D | shdma-of.c | 22 static struct dma_chan *shdma_of_xlate(struct of_phandle_args *dma_spec, in shdma_of_xlate()
|
D | usb-dmac.c | 637 struct of_phandle_args *dma_spec = arg; in usb_dmac_chan_filter() local 649 static struct dma_chan *usb_dmac_of_xlate(struct of_phandle_args *dma_spec, in usb_dmac_of_xlate()
|
D | rcar-dmac.c | 1430 struct of_phandle_args *dma_spec = arg; in rcar_dmac_chan_filter() local 1446 static struct dma_chan *rcar_dmac_of_xlate(struct of_phandle_args *dma_spec, in rcar_dmac_of_xlate()
|
/linux-4.1.27/include/linux/ |
D | of_dma.h | 65 static inline struct dma_chan *of_dma_simple_xlate(struct of_phandle_args *dma_spec, in of_dma_simple_xlate()
|
/linux-4.1.27/arch/arm/plat-pxa/ |
D | ssp.c | 133 struct of_phandle_args dma_spec; in pxa_ssp_probe() local
|
/linux-4.1.27/drivers/mmc/host/ |
D | mmci_qcom_dml.c | 104 struct of_phandle_args dma_spec; in of_get_dml_pipe_index() local
|
/linux-4.1.27/sound/soc/davinci/ |
D | davinci-mcasp.c | 1456 struct of_phandle_args dma_spec; in davinci_mcasp_set_pdata_from_of() local
|
/linux-4.1.27/drivers/dma/xilinx/ |
D | xilinx_vdma.c | 1219 static struct dma_chan *of_dma_xilinx_xlate(struct of_phandle_args *dma_spec, in of_dma_xilinx_xlate()
|
/linux-4.1.27/arch/arm/common/ |
D | edma.c | 573 struct of_phandle_args dma_spec; in prepare_unused_channel_list() local
|