Searched refs:of_dma_controllers (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | of-dma.c | 36 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers) in of_dma_find_controller() 130 list_add_tail(&ofdma->of_dma_controllers, &of_dma_list); in of_dma_controller_register() 149 list_for_each_entry(ofdma, &of_dma_list, of_dma_controllers) in of_dma_controller_free() 151 list_del(&ofdma->of_dma_controllers); in of_dma_controller_free() 198 list_add_tail(&ofdma->of_dma_controllers, &of_dma_list); in of_dma_router_register()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | of-dma.c | 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | of_dma.h | 19 struct list_head of_dma_controllers; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | of_dma.h | 19 struct list_head of_dma_controllers; member
|
Completed in 2 milliseconds