Searched refs:of_dma_controllers (Results 1 – 2 of 2) sorted by relevance
37 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers) in of_dma_find_controller()126 list_add_tail(&ofdma->of_dma_controllers, &of_dma_list); in of_dma_controller_register()145 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers) in of_dma_controller_free()147 list_del(&ofdma->of_dma_controllers); in of_dma_controller_free()194 list_add_tail(&ofdma->of_dma_controllers, &of_dma_list); in of_dma_router_register()
22 struct list_head of_dma_controllers; member