Home
last modified time | relevance | path

Searched refs:ofdma (Results 1 – 4 of 4) sorted by relevance

/drivers/dma/
Dof-dma.c35 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 (ofdma->of_dma_nbcells == dma_spec->args_count)) in of_dma_find_controller()
40 return ofdma; in of_dma_find_controller()
66 struct of_dma *ofdma; in of_dma_controller_register() local
75 ofdma = kzalloc(sizeof(*ofdma), GFP_KERNEL); in of_dma_controller_register()
76 if (!ofdma) in of_dma_controller_register()
86 kfree(ofdma); in of_dma_controller_register()
90 ofdma->of_node = np; in of_dma_controller_register()
[all …]
Dmxs-dma.c697 struct of_dma *ofdma) in mxs_dma_xlate() argument
699 struct mxs_dma_engine *mxs_dma = ofdma->of_dma_data; in mxs_dma_xlate()
706 param.of_node = ofdma->of_node; in mxs_dma_xlate()
Ddw_dmac.c1254 struct of_dma *ofdma) in dw_dma_of_xlate() argument
1256 struct dw_dma *dw = ofdma->of_dma_data; in dw_dma_of_xlate()
Dpl330.c2384 struct of_dma *ofdma) in of_dma_pl330_xlate() argument
2387 struct dma_pl330_dmac *pdmac = ofdma->of_dma_data; in of_dma_pl330_xlate()