Searched refs:device_resume (Results 1 – 1 of 1) sorted by relevance
948 int (*device_resume)(struct dma_chan *chan); member1235 if (chan->device->device_resume) in dmaengine_resume()1236 return chan->device->device_resume(chan); in dmaengine_resume()
Completed in 16 milliseconds