/Linux-v4.19/drivers/dma/ |
D | of-dma.c | 35 struct of_dma *ofdma; in of_dma_find_controller() local 37 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers) in of_dma_find_controller() 38 if (ofdma->of_node == dma_spec->np) in of_dma_find_controller() 39 return ofdma; in of_dma_find_controller() 57 struct of_dma *ofdma) in of_dma_router_xlate() argument 66 route_data = ofdma->of_dma_route_allocate(&dma_spec_target, ofdma); in of_dma_router_xlate() 76 chan->router = ofdma->dma_router; in of_dma_router_xlate() 79 ofdma->dma_router->route_free(ofdma->dma_router->dev, in of_dma_router_xlate() 109 struct of_dma *ofdma; in of_dma_controller_register() local 116 ofdma = kzalloc(sizeof(*ofdma), GFP_KERNEL); in of_dma_controller_register() [all …]
|
D | lpc18xx-dmamux.c | 56 struct of_dma *ofdma) in lpc18xx_dmamux_reserve() argument 58 struct platform_device *pdev = of_find_device_by_node(ofdma->of_node); in lpc18xx_dmamux_reserve() 82 dma_spec->np = of_parse_phandle(ofdma->of_node, "dma-masters", 0); in lpc18xx_dmamux_reserve()
|
D | stm32-dmamux.c | 94 struct of_dma *ofdma) in stm32_dmamux_route_allocate() argument 96 struct platform_device *pdev = of_find_device_by_node(ofdma->of_node); in stm32_dmamux_route_allocate() 140 dma_spec->np = of_parse_phandle(ofdma->of_node, "dma-masters", i - 1); in stm32_dmamux_route_allocate()
|
D | mmp_tdma.c | 594 struct of_dma *ofdma) in mmp_tdma_xlate() argument 596 struct mmp_tdma_device *tdev = ofdma->of_dma_data; in mmp_tdma_xlate() 603 param.of_node = ofdma->of_node; in mmp_tdma_xlate()
|
D | mxs-dma.c | 746 struct of_dma *ofdma) in mxs_dma_xlate() argument 748 struct mxs_dma_engine *mxs_dma = ofdma->of_dma_data; in mxs_dma_xlate() 755 param.of_node = ofdma->of_node; in mxs_dma_xlate()
|
D | dma-jz4780.c | 717 struct of_dma *ofdma) in jz4780_of_dma_xlate() argument 719 struct jz4780_dma_dev *jzdma = ofdma->of_dma_data; in jz4780_of_dma_xlate() 726 data.of_node = ofdma->of_node; in jz4780_of_dma_xlate()
|
D | moxart-dma.c | 333 struct of_dma *ofdma) in moxart_of_xlate() argument 335 struct moxart_dmadev *mdc = ofdma->of_dma_data; in moxart_of_xlate()
|
D | tegra210-adma.c | 608 struct of_dma *ofdma) in tegra_dma_of_xlate() argument 610 struct tegra_adma *tdma = ofdma->of_dma_data; in tegra_dma_of_xlate()
|
D | st_fdma.c | 170 struct of_dma *ofdma) in st_fdma_of_xlate() argument 172 struct st_fdma_dev *fdev = ofdma->of_dma_data; in st_fdma_of_xlate()
|
D | bcm2835-dma.c | 890 struct of_dma *ofdma) in bcm2835_dma_xlate() argument 892 struct bcm2835_dmadev *d = ofdma->of_dma_data; in bcm2835_dma_xlate()
|
D | mmp_pdma.c | 996 struct of_dma *ofdma) in mmp_pdma_dma_xlate() argument 998 struct mmp_pdma_device *d = ofdma->of_dma_data; in mmp_pdma_dma_xlate()
|
D | img-mdc-dma.c | 812 struct of_dma *ofdma) in mdc_of_xlate() argument 814 struct mdc_dma *mdma = ofdma->of_dma_data; in mdc_of_xlate()
|
D | sun4i-dma.c | 912 struct of_dma *ofdma) in sun4i_dma_of_xlate() argument 914 struct sun4i_dma_dev *priv = ofdma->of_dma_data; in sun4i_dma_of_xlate()
|
D | zx_dma.c | 735 struct of_dma *ofdma) in zx_of_dma_simple_xlate() argument 737 struct zx_dma_dev *d = ofdma->of_dma_data; in zx_of_dma_simple_xlate()
|
D | k3dma.c | 792 struct of_dma *ofdma) in k3_of_dma_simple_xlate() argument 794 struct k3_dma_dev *d = ofdma->of_dma_data; in k3_of_dma_simple_xlate()
|
D | sirf-dma.c | 829 struct of_dma *ofdma) in of_dma_sirfsoc_xlate() argument 831 struct sirfsoc_dma *sdma = ofdma->of_dma_data; in of_dma_sirfsoc_xlate()
|
D | imx-dma.c | 1026 struct of_dma *ofdma) in imxdma_xlate() argument 1029 struct imxdma_engine *imxdma = ofdma->of_dma_data; in imxdma_xlate()
|
D | fsl-edma.c | 753 struct of_dma *ofdma) in fsl_edma_xlate() argument 755 struct fsl_edma_engine *fsl_edma = ofdma->of_dma_data; in fsl_edma_xlate()
|
D | nbpfaxi.c | 1085 struct of_dma *ofdma) in nbpf_of_xlate() argument 1087 struct nbpf_device *nbpf = ofdma->of_dma_data; in nbpf_of_xlate()
|
/Linux-v4.19/include/linux/ |
D | of_dma.h | 50 struct of_dma *ofdma); 52 struct of_dma *ofdma); 84 struct of_dma *ofdma) in of_dma_simple_xlate() argument
|
/Linux-v4.19/drivers/dma/ti/ |
D | dma-crossbar.c | 81 struct of_dma *ofdma) in ti_am335x_xbar_route_allocate() argument 83 struct platform_device *pdev = of_find_device_by_node(ofdma->of_node); in ti_am335x_xbar_route_allocate() 103 dma_spec->np = of_parse_phandle(ofdma->of_node, "dma-masters", 0); in ti_am335x_xbar_route_allocate() 245 struct of_dma *ofdma) in ti_dra7_xbar_route_allocate() argument 247 struct platform_device *pdev = of_find_device_by_node(ofdma->of_node); in ti_dra7_xbar_route_allocate() 258 dma_spec->np = of_parse_phandle(ofdma->of_node, "dma-masters", 0); in ti_dra7_xbar_route_allocate()
|
D | cppi41.c | 950 struct of_dma *ofdma) in cppi41_dma_xlate() argument 953 struct of_dma_filter_info *info = ofdma->of_dma_data; in cppi41_dma_xlate()
|
/Linux-v4.19/drivers/dma/sh/ |
D | shdma-of.c | 23 struct of_dma *ofdma) in shdma_of_xlate() argument
|
/Linux-v4.19/drivers/dma/dw/ |
D | platform.c | 32 struct of_dma *ofdma) in dw_dma_of_xlate() argument 34 struct dw_dma *dw = ofdma->of_dma_data; in dw_dma_of_xlate()
|
/Linux-v4.19/drivers/dma/xilinx/ |
D | zynqmp_dma.c | 936 struct of_dma *ofdma) in of_zynqmp_dma_xlate() argument 938 struct zynqmp_dma_device *zdev = ofdma->of_dma_data; in of_zynqmp_dma_xlate()
|