Searched defs:idma_ctrl (Results 1 – 1 of 1) sorted by relevance
45 struct idma_ctrl { struct46 spinlock_t lock;47 int state;48 dma_addr_t start;49 dma_addr_t pos;50 dma_addr_t end;74 struct idma_ctrl *prtd = substream->runtime->private_data; in idma_enqueue() argument