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