Searched defs:idma_ctrl (Results 1 – 1 of 1) sorted by relevance
38 struct idma_ctrl { struct39 spinlock_t lock;40 int state;41 dma_addr_t start;42 dma_addr_t pos;43 dma_addr_t end;67 struct idma_ctrl *prtd = substream->runtime->private_data; in idma_enqueue() argument