Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddmaengine.h823 * @device_resume: Resumes any transfer on a channel previously
914 int (*device_resume)(struct dma_chan *chan); member
1171 if (chan->device->device_resume) { in dmaengine_resume()
1172 return chan->device->device_resume(chan); in dmaengine_resume()

Completed in 4 milliseconds