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

/linux-4.1.27/drivers/dma/
H A Dpch_dma.c114 unsigned int descs_allocated; member in struct:pch_dma_chan
483 pd_chan->descs_allocated++; pdc_desc_get()
518 return pd_chan->descs_allocated; pd_alloc_chan_resources()
534 pd_chan->descs_allocated = i; pd_alloc_chan_resources()
540 return pd_chan->descs_allocated; pd_alloc_chan_resources()
556 pd_chan->descs_allocated = 0; pd_free_chan_resources()
H A Dimx-dma.c157 int descs_allocated; member in struct:imxdma_channel
760 while (imxdmac->descs_allocated < IMXDMA_MAX_CHAN_DESCRIPTORS) { imxdma_alloc_chan_resources()
774 imxdmac->descs_allocated++; imxdma_alloc_chan_resources()
777 if (!imxdmac->descs_allocated) imxdma_alloc_chan_resources()
780 return imxdmac->descs_allocated; imxdma_alloc_chan_resources()
800 imxdmac->descs_allocated--; imxdma_free_chan_resources()
H A Dtxx9dmac.c235 dc->descs_allocated++; txx9dmac_desc_get()
1027 i = dc->descs_allocated; txx9dmac_alloc_chan_resources()
1028 while (dc->descs_allocated < TXX9_DMA_INITIAL_DESC_COUNT) { txx9dmac_alloc_chan_resources()
1041 i = ++dc->descs_allocated; txx9dmac_alloc_chan_resources()
1059 dc->descs_allocated); txx9dmac_free_chan_resources()
1068 dc->descs_allocated = 0; txx9dmac_free_chan_resources()
H A Dat_hdmac_regs.h241 * @descs_allocated: records the actual size of the descriptor pool
262 unsigned int descs_allocated; member in struct:at_dma_chan
H A Dtxx9dmac.h179 unsigned int descs_allocated; member in struct:txx9dmac_chan
H A Dat_hdmac.c158 atchan->descs_allocated++; atc_desc_get()
1391 return atchan->descs_allocated; atc_alloc_chan_resources()
1405 atchan->descs_allocated = i; atc_alloc_chan_resources()
1415 atchan->descs_allocated); atc_alloc_chan_resources()
1417 return atchan->descs_allocated; atc_alloc_chan_resources()
1432 atchan->descs_allocated); atc_free_chan_resources()
1446 atchan->descs_allocated = 0; atc_free_chan_resources()
/linux-4.1.27/drivers/dma/sh/
H A Dusb-dmac.c75 * @descs_allocated: number of descriptors allocated
85 int descs_allocated; member in struct:usb_dmac_chan
298 chan->descs_allocated = 0; usb_dmac_desc_free()
389 while (uchan->descs_allocated < USB_DMAC_INITIAL_NR_DESC) { usb_dmac_alloc_chan_resources()
396 uchan->descs_allocated++; usb_dmac_alloc_chan_resources()
/linux-4.1.27/drivers/dma/dw/
H A Dregs.h243 unsigned int descs_allocated; member in struct:dw_dma_chan
H A Dcore.c1165 i = dwc->descs_allocated; dwc_alloc_chan_resources()
1166 while (dwc->descs_allocated < NR_DESCS_PER_CHANNEL) { dwc_alloc_chan_resources()
1186 i = ++dwc->descs_allocated; dwc_alloc_chan_resources()
1210 dwc->descs_allocated); dwc_free_chan_resources()
1219 dwc->descs_allocated = 0; dwc_free_chan_resources()

Completed in 306 milliseconds