Searched refs:descs_allocated (Results 1 – 11 of 11) sorted by relevance
102 unsigned int descs_allocated; member467 pd_chan->descs_allocated++; in pdc_desc_get()502 return pd_chan->descs_allocated; in pd_alloc_chan_resources()518 pd_chan->descs_allocated = i; in pd_alloc_chan_resources()524 return pd_chan->descs_allocated; in pd_alloc_chan_resources()540 pd_chan->descs_allocated = 0; in pd_free_chan_resources()
151 int descs_allocated; member767 while (imxdmac->descs_allocated < IMXDMA_MAX_CHAN_DESCRIPTORS) { in imxdma_alloc_chan_resources()781 imxdmac->descs_allocated++; in imxdma_alloc_chan_resources()784 if (!imxdmac->descs_allocated) in imxdma_alloc_chan_resources()787 return imxdmac->descs_allocated; in imxdma_alloc_chan_resources()807 imxdmac->descs_allocated--; in imxdma_free_chan_resources()
232 dc->descs_allocated++; in txx9dmac_desc_get()1019 i = dc->descs_allocated; in txx9dmac_alloc_chan_resources()1020 while (dc->descs_allocated < TXX9_DMA_INITIAL_DESC_COUNT) { in txx9dmac_alloc_chan_resources()1033 i = ++dc->descs_allocated; in txx9dmac_alloc_chan_resources()1051 dc->descs_allocated); in txx9dmac_free_chan_resources()1060 dc->descs_allocated = 0; in txx9dmac_free_chan_resources()
153 atchan->descs_allocated++; in atc_desc_get()1576 return atchan->descs_allocated; in atc_alloc_chan_resources()1590 atchan->descs_allocated = i; in atc_alloc_chan_resources()1600 atchan->descs_allocated); in atc_alloc_chan_resources()1602 return atchan->descs_allocated; in atc_alloc_chan_resources()1617 atchan->descs_allocated); in atc_free_chan_resources()1631 atchan->descs_allocated = 0; in atc_free_chan_resources()
176 unsigned int descs_allocated; member
267 unsigned int descs_allocated; member
82 int descs_allocated; member295 chan->descs_allocated = 0; in usb_dmac_desc_free()386 while (uchan->descs_allocated < USB_DMAC_INITIAL_NR_DESC) { in usb_dmac_alloc_chan_resources()393 uchan->descs_allocated++; in usb_dmac_alloc_chan_resources()
211 atomic_inc(&chan->descs_allocated); in axi_desc_get()235 atomic_sub(descs_put, &chan->descs_allocated); in axi_desc_put()238 atomic_read(&chan->descs_allocated)); in axi_desc_put()370 axi_chan_name(chan), atomic_read(&chan->descs_allocated)); in dma_chan_free_chan_resources()892 atomic_set(&chan->descs_allocated, 0); in dw_probe()
40 atomic_t descs_allocated; member
90 dwc->descs_allocated++; in dwc_desc_get()110 dwc->descs_allocated--; in dwc_desc_put()114 dwc->descs_allocated--; in dwc_desc_put()1023 dwc->descs_allocated); in dwc_free_chan_resources()
281 unsigned int descs_allocated; member