Searched defs:descs_allocated (Results 1 - 7 of 7) sorted by relevance

/drivers/dma/
H A Dshdma.h39 int descs_allocated; /* desc count */ member in struct:sh_dmae_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 Ddw_dmac_regs.h166 unsigned int descs_allocated; member in struct:dw_dma_chan
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 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 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;

Completed in 109 milliseconds