Home
last modified time | relevance | path

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

/include/linux/
A Ddmaengine.h948 int (*device_resume)(struct dma_chan *chan); member
1235 if (chan->device->device_resume) in dmaengine_resume()
1236 return chan->device->device_resume(chan); in dmaengine_resume()

Completed in 16 milliseconds