descs_allocated 153 drivers/dma/at_hdmac.c atchan->descs_allocated++; descs_allocated 1576 drivers/dma/at_hdmac.c return atchan->descs_allocated; descs_allocated 1590 drivers/dma/at_hdmac.c atchan->descs_allocated = i; descs_allocated 1600 drivers/dma/at_hdmac.c atchan->descs_allocated); descs_allocated 1602 drivers/dma/at_hdmac.c return atchan->descs_allocated; descs_allocated 1617 drivers/dma/at_hdmac.c atchan->descs_allocated); descs_allocated 1631 drivers/dma/at_hdmac.c atchan->descs_allocated = 0; descs_allocated 267 drivers/dma/at_hdmac_regs.h unsigned int descs_allocated; descs_allocated 211 drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c atomic_inc(&chan->descs_allocated); descs_allocated 235 drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c atomic_sub(descs_put, &chan->descs_allocated); descs_allocated 238 drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c atomic_read(&chan->descs_allocated)); descs_allocated 370 drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c axi_chan_name(chan), atomic_read(&chan->descs_allocated)); descs_allocated 892 drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c atomic_set(&chan->descs_allocated, 0); descs_allocated 40 drivers/dma/dw-axi-dmac/dw-axi-dmac.h atomic_t descs_allocated; descs_allocated 90 drivers/dma/dw/core.c dwc->descs_allocated++; descs_allocated 110 drivers/dma/dw/core.c dwc->descs_allocated--; descs_allocated 114 drivers/dma/dw/core.c dwc->descs_allocated--; descs_allocated 1023 drivers/dma/dw/core.c dwc->descs_allocated); descs_allocated 281 drivers/dma/dw/regs.h unsigned int descs_allocated; descs_allocated 151 drivers/dma/imx-dma.c int descs_allocated; descs_allocated 767 drivers/dma/imx-dma.c while (imxdmac->descs_allocated < IMXDMA_MAX_CHAN_DESCRIPTORS) { descs_allocated 781 drivers/dma/imx-dma.c imxdmac->descs_allocated++; descs_allocated 784 drivers/dma/imx-dma.c if (!imxdmac->descs_allocated) descs_allocated 787 drivers/dma/imx-dma.c return imxdmac->descs_allocated; descs_allocated 807 drivers/dma/imx-dma.c imxdmac->descs_allocated--; descs_allocated 102 drivers/dma/pch_dma.c unsigned int descs_allocated; descs_allocated 467 drivers/dma/pch_dma.c pd_chan->descs_allocated++; descs_allocated 502 drivers/dma/pch_dma.c return pd_chan->descs_allocated; descs_allocated 518 drivers/dma/pch_dma.c pd_chan->descs_allocated = i; descs_allocated 524 drivers/dma/pch_dma.c return pd_chan->descs_allocated; descs_allocated 540 drivers/dma/pch_dma.c pd_chan->descs_allocated = 0; descs_allocated 82 drivers/dma/sh/usb-dmac.c int descs_allocated; descs_allocated 295 drivers/dma/sh/usb-dmac.c chan->descs_allocated = 0; descs_allocated 386 drivers/dma/sh/usb-dmac.c while (uchan->descs_allocated < USB_DMAC_INITIAL_NR_DESC) { descs_allocated 393 drivers/dma/sh/usb-dmac.c uchan->descs_allocated++; descs_allocated 232 drivers/dma/txx9dmac.c dc->descs_allocated++; descs_allocated 1019 drivers/dma/txx9dmac.c i = dc->descs_allocated; descs_allocated 1020 drivers/dma/txx9dmac.c while (dc->descs_allocated < TXX9_DMA_INITIAL_DESC_COUNT) { descs_allocated 1033 drivers/dma/txx9dmac.c i = ++dc->descs_allocated; descs_allocated 1051 drivers/dma/txx9dmac.c dc->descs_allocated); descs_allocated 1060 drivers/dma/txx9dmac.c dc->descs_allocated = 0; descs_allocated 176 drivers/dma/txx9dmac.h unsigned int descs_allocated;