Searched refs:dmaengine (Results 1 – 14 of 14) 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
9 obj-$(CONFIG_IIO_BUFFER_DMAENGINE) += industrialio-buffer-dmaengine.o
11 4. Check other subsystems for dma drivers and merge/move to dmaengine
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
84 * dmaengine/index
3 snd-soc-s3c-dma-y := dmaengine.o
29 snd-soc-core-y += soc-generic-dmaengine-pcm.o
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.