Home
last modified time | relevance | path

Searched refs:is_allocated (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/usb/musb/
Dux500_dma.c51 u8 is_allocated; member
163 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()
Dmusb_cppi41.c33 u8 is_allocated; member
458 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()
/linux-4.4.14/include/media/davinci/
Dvpbe_osd.h302 int is_allocated; member
/linux-4.4.14/drivers/media/platform/davinci/
Dvpbe_osd.c537 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()