Searched refs:allocated (Results 1 – 1 of 1) sorted by relevance
72 bool allocated; member156 if ( !chTable[i].allocated ) { in DMADRV_AllocateChannel()158 chTable[i].allocated = true; in DMADRV_AllocateChannel()196 if ( !chTable[channelId].allocated ) { in DMADRV_AllocateChannelById()197 chTable[channelId].allocated = true; in DMADRV_AllocateChannelById()228 if ( chTable[i].allocated ) { in DMADRV_DeInit()286 if ( chTable[channelId].allocated ) { in DMADRV_FreeChannel()287 chTable[channelId].allocated = false; in DMADRV_FreeChannel()334 chTable[i].allocated = false; in DMADRV_Init()429 if ( ch->allocated == false ) { in DMADRV_LdmaStartTransfer()[all …]