Searched refs:is_allocated (Results 1 – 5 of 5) sorted by relevance
39 u8 is_allocated; member151 if (ux500_channel->is_allocated) in ux500_dma_channel_allocate()155 ux500_channel->is_allocated = 1; in ux500_dma_channel_allocate()170 if (ux500_channel->is_allocated) { in ux500_dma_channel_release()171 ux500_channel->is_allocated = 0; in ux500_dma_channel_release()
501 if (cppi41_channel->is_allocated) in cppi41_dma_channel_allocate()505 cppi41_channel->is_allocated = 1; in cppi41_dma_channel_allocate()516 if (cppi41_channel->is_allocated) { in cppi41_dma_channel_release()517 cppi41_channel->is_allocated = 0; in cppi41_dma_channel_release()
132 u8 is_allocated; member
1179 bool is_allocated; member
3127 if (!iommu->irte_ops->is_allocated(table, index)) { in alloc_irq_index()3436 .is_allocated = irte_is_allocated,3446 .is_allocated = irte_ga_is_allocated,