Searched refs:descs_allocated (Results 1 - 12 of 12) sorted by relevance

/drivers/dma/
H A Dshdma.h39 int descs_allocated; /* desc count */ member in struct:sh_dmae_chan
H A Ddw_dmac_regs.h166 unsigned int descs_allocated; member in struct:dw_dma_chan
H A Dpch_dma.c113 unsigned int descs_allocated; member in struct:pch_dma_chan
482 pd_chan->descs_allocated++;
517 return pd_chan->descs_allocated;
533 pd_chan->descs_allocated = i;
539 return pd_chan->descs_allocated;
555 pd_chan->descs_allocated = 0;
H A Dat_hdmac.c137 atchan->descs_allocated++;
1121 return atchan->descs_allocated;
1135 atchan->descs_allocated = i;
1145 atchan->descs_allocated);
1147 return atchan->descs_allocated;
1162 atchan->descs_allocated);
1176 atchan->descs_allocated = 0;
H A Dimx-dma.c155 int descs_allocated; member in struct:imxdma_channel
699 while (imxdmac->descs_allocated < IMXDMA_MAX_CHAN_DESCRIPTORS) {
713 imxdmac->descs_allocated++;
716 if (!imxdmac->descs_allocated)
719 return imxdmac->descs_allocated;
739 imxdmac->descs_allocated--;
H A Dshdma.c427 while (sh_chan->descs_allocated < NR_DESCS_PER_CHANNEL) {
437 sh_chan->descs_allocated++;
440 if (!sh_chan->descs_allocated) {
445 return sh_chan->descs_allocated;
486 sh_chan->descs_allocated = 0;
1466 if (!sh_chan->descs_allocated)
H A Dtxx9dmac.c235 dc->descs_allocated++;
1057 i = dc->descs_allocated;
1058 while (dc->descs_allocated < TXX9_DMA_INITIAL_DESC_COUNT) {
1071 i = ++dc->descs_allocated;
1089 dc->descs_allocated);
1098 dc->descs_allocated = 0;
H A Dintel_mid_dma_regs.h172 * @descs_allocated: total number of decsiptors allocated
188 unsigned int descs_allocated; member in struct:intel_mid_dma_chan
H A Dtxx9dmac.h179 unsigned int descs_allocated; member in struct:txx9dmac_chan
H A Dat_hdmac_regs.h215 * @descs_allocated: records the actual size of the descriptor pool
234 unsigned int descs_allocated; member in struct:at_dma_chan
H A Dintel_mid_dma.c547 midc->descs_allocated = 0;
819 midc->descs_allocated = 0;
875 while (midc->descs_allocated < DESCS_PER_CHANNEL) {
889 i = ++midc->descs_allocated;
H A Ddw_dmac.c1033 i = dwc->descs_allocated;
1034 while (dwc->descs_allocated < NR_DESCS_PER_CHANNEL) {
1054 i = ++dwc->descs_allocated;
1074 dwc->descs_allocated);
1083 dwc->descs_allocated = 0;

Completed in 169 milliseconds