Searched refs:irq_claimed (Results 1 – 3 of 3) sorted by relevance
155 unsigned char irq_claimed; /* irq claimed for channel */ member
739 if (!chan->irq_claimed) { in s3c2410_dma_request()743 chan->irq_claimed = 1; in s3c2410_dma_request()753 chan->irq_claimed = 0; in s3c2410_dma_request()814 if (chan->irq_claimed) in s3c2410_dma_free()817 chan->irq_claimed = 0; in s3c2410_dma_free()
332 u16 irq_claimed; member