Searched refs:ofdma (Results 1 – 4 of 4) sorted by relevance
35 struct of_dma *ofdma; in of_dma_find_controller() local37 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() local75 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 …]
697 struct of_dma *ofdma) in mxs_dma_xlate() argument699 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()
1254 struct of_dma *ofdma) in dw_dma_of_xlate() argument1256 struct dw_dma *dw = ofdma->of_dma_data; in dw_dma_of_xlate()
2384 struct of_dma *ofdma) in of_dma_pl330_xlate() argument2387 struct dma_pl330_dmac *pdmac = ofdma->of_dma_data; in of_dma_pl330_xlate()