Home
last modified time | relevance | path

Searched refs:descs_allocated (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/dma/
H A Dpch_dma.c102 unsigned int descs_allocated; member
462 pd_chan->descs_allocated++; in pdc_desc_get()
497 return pd_chan->descs_allocated; in pd_alloc_chan_resources()
513 pd_chan->descs_allocated = i; in pd_alloc_chan_resources()
519 return pd_chan->descs_allocated; in pd_alloc_chan_resources()
535 pd_chan->descs_allocated = 0; in pd_free_chan_resources()
H A Dimx-dma.c152 int descs_allocated; member
746 while (imxdmac->descs_allocated < IMXDMA_MAX_CHAN_DESCRIPTORS) { in imxdma_alloc_chan_resources()
759 imxdmac->descs_allocated++; in imxdma_alloc_chan_resources()
762 if (!imxdmac->descs_allocated) in imxdma_alloc_chan_resources()
765 return imxdmac->descs_allocated; in imxdma_alloc_chan_resources()
785 imxdmac->descs_allocated--; in imxdma_free_chan_resources()
H A Dtxx9dmac.c232 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()
H A Dtxx9dmac.h176 unsigned int descs_allocated; member
/linux/drivers/dma/sh/
H A Drz-dmac.c71 int descs_allocated; member
445 while (channel->descs_allocated < RZ_DMAC_MAX_CHAN_DESCRIPTORS) { in rz_dmac_alloc_chan_resources()
454 channel->descs_allocated++; in rz_dmac_alloc_chan_resources()
457 if (!channel->descs_allocated) in rz_dmac_alloc_chan_resources()
460 return channel->descs_allocated; in rz_dmac_alloc_chan_resources()
487 channel->descs_allocated--; in rz_dmac_free_chan_resources()
H A Dusb-dmac.c82 int descs_allocated; member
295 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()
/linux/drivers/dma/dw/
H A Dcore.c88 dwc->descs_allocated++; in dwc_desc_get()
108 dwc->descs_allocated--; in dwc_desc_put()
112 dwc->descs_allocated--; in dwc_desc_put()
1105 dwc->descs_allocated); in dwc_free_chan_resources()
H A Dregs.h283 unsigned int descs_allocated; member