Home
last modified time | relevance | path

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

/include/linux/
Ddmaengine.h953 void (*device_synchronize)(struct dma_chan *chan); member
1197 if (chan->device->device_synchronize) in dmaengine_synchronize()
1198 chan->device->device_synchronize(chan); in dmaengine_synchronize()