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()82 list_add_tail(&ofdma->of_dma_controllers, &of_dma_list); in of_dma_controller_register()101 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers) in of_dma_controller_free()103 list_del(&ofdma->of_dma_controllers); in of_dma_controller_free()
22 struct list_head of_dma_controllers; member