Searched refs:of_dma_controllers (Results 1 – 2 of 2) sorted by relevance
36 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers) in of_dma_find_controller() 140 list_add_tail(&ofdma->of_dma_controllers, &of_dma_list); in of_dma_controller_register() 159 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers) in of_dma_controller_free() 161 list_del(&ofdma->of_dma_controllers); in of_dma_controller_free() 208 list_add_tail(&ofdma->of_dma_controllers, &of_dma_list); in of_dma_router_register()
19 struct list_head of_dma_controllers; member