Searched refs:dmaengine (Results 1 – 16 of 16) sorted by relevance
4 Contact: dmaengine@vger.kernel.org11 Contact: dmaengine@vger.kernel.org17 Contact: dmaengine@vger.kernel.org23 Contact: dmaengine@vger.kernel.org29 Contact: dmaengine@vger.kernel.org
28 snd-pcm-dmaengine-y := pcm_dmaengine.o47 obj-$(CONFIG_SND_DMAENGINE_PCM) += snd-pcm-dmaengine.o
33 dependencies. It is implemented as a dmaengine client that smooths over45 on the 'dmaengine' layer developed for offloading memory copies in the57 3. dmaengine extensions to support multiple clients and operation types201 There are a few conformance points required in dmaengine drivers to257 include/linux/dmaengine.h:259 drivers/dma/dmaengine.c:266 async_tx interface to dmaengine and common code
39 static unsigned int dmaengine = 1; variable40 module_param(dmaengine, uint, 0444);41 MODULE_PARM_DESC(dmaengine, "Register services with the DMA subsystem (any non-zero value, default:…675 if (!dmaengine) in ccp_dmaengine_register()782 if (!dmaengine) in ccp_dmaengine_unregister()
8 ccp-dmaengine.o
9 obj-$(CONFIG_IIO_BUFFER_DMAENGINE) += industrialio-buffer-dmaengine.o
11 4. Check other subsystems for dma drivers and merge/move to dmaengine
84 * dmaengine/index
3 snd-soc-s3c-dma-y := dmaengine.o
29 snd-soc-core-y += soc-generic-dmaengine-pcm.o
30 as I2C, UART, and SPI. By using GPI dmaengine driver, bus drivers
113 .. kernel-doc:: sound/soc/soc-generic-dmaengine-pcm.c
33 Enable dmaengine and gpiolib for better performance.
89 /* flush pending desc to the DMAC (dmaengine.h) */
71 Please see the dma_slave_config structure definition in dmaengine.h355 the documentation in include/linux/dmaengine.h for a more complete
26 dmaengine@vger.kernel.org.