Searched refs:of_dma_controllers (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
H A Dof_dma.h22 struct list_head of_dma_controllers; member in struct:of_dma
/linux-4.4.14/drivers/dma/
H A Dof-dma.c37 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers) of_dma_find_controller()
126 list_add_tail(&ofdma->of_dma_controllers, &of_dma_list); of_dma_controller_register()
145 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers) of_dma_controller_free()
147 list_del(&ofdma->of_dma_controllers); of_dma_controller_free()
194 list_add_tail(&ofdma->of_dma_controllers, &of_dma_list); of_dma_router_register()

Completed in 76 milliseconds