Searched refs:is_allocated (Results 1 – 4 of 4) sorted by relevance
51 u8 is_allocated; member163 if (ux500_channel->is_allocated) in ux500_dma_channel_allocate()167 ux500_channel->is_allocated = 1; in ux500_dma_channel_allocate()182 if (ux500_channel->is_allocated) { in ux500_dma_channel_release()183 ux500_channel->is_allocated = 0; in ux500_dma_channel_release()
33 u8 is_allocated; member458 if (cppi41_channel->is_allocated) in cppi41_dma_channel_allocate()462 cppi41_channel->is_allocated = 1; in cppi41_dma_channel_allocate()471 if (cppi41_channel->is_allocated) { in cppi41_dma_channel_release()472 cppi41_channel->is_allocated = 0; in cppi41_dma_channel_release()
302 int is_allocated; member
537 if (!otherwin && (!win->is_allocated || in osd_enable_layer()1446 if (!win->is_allocated) { in osd_release_layer()1455 win->is_allocated = 0; in osd_release_layer()1468 if (win->is_allocated) { in osd_request_layer()1472 win->is_allocated = 1; in osd_request_layer()