Searched defs:dmaengine_dlp_runtime_data (Results 1 – 1 of 1) sorted by relevance
91 struct dmaengine_dlp_runtime_data { struct93 struct dmaengine_dlp_runtime_data *ref; argument94 struct dma_chan *dma_chan;95 struct kref refcount;96 struct list_head node;97 dma_cookie_t cookie;99 char *buf;100 snd_pcm_uframes_t buf_sz;101 snd_pcm_uframes_t period_sz;102 snd_pcm_uframes_t hw_ptr;[all …]