Lines Matching defs:dma
3 * driver/dma/coh901318.c
24 #include <linux/platform_data/dma-coh901318.h>
59 /* Channel enable activates tha dma job */
187 * struct coh_dma_channel - dma channel base
188 * @name: ascii name of dma channel
205 * @started_channels: bit mask indicating active dma channels
212 /* points out all dma slave channels.
220 /* points out all dma memcpy channels. */
1354 tmp += sprintf(tmp, "DMA -- enabled dma channels\n");
1379 dma_dentry = debugfs_create_dir("dma", NULL);
1859 /* start dma job on this channel */
1933 dev_err(COHC_2_DEV(cohc), "[%s] No active dma desc\n", __func__);
2039 * in case tc_handle initiate a new dma job
2084 * in case tc_handle initiate a new dma job
2331 /* The dma only supports transmitting packages up to
2333 * dma elemts required to send the entire sg list
2437 * Here we wrap in the runtime dma control interface
2589 static void coh901318_base_init(struct dma_device *dma, const int *pick_chans,
2596 INIT_LIST_HEAD(&dma->channels);
2603 cohc->chan.device = dma;
2621 &dma->channels);