Home
last modified time | relevance | path

Searched refs:hw_synchronize (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/dma/
Dep93xx_dma.c237 void (*hw_synchronize)(struct ep93xx_dma_chan *); member
1246 if (edmac->edma->hw_synchronize) in ep93xx_dma_synchronize()
1247 edmac->edma->hw_synchronize(edmac); in ep93xx_dma_synchronize()
1543 edma->hw_synchronize = m2p_hw_synchronize; in ep93xx_dma_probe()