dma_engine         73 include/sound/sof.h 	int dma_engine;
dma_engine       2626 sound/pci/hda/patch_ca0132.c static int dma_reset(struct dma_engine *dma)
dma_engine       2645 sound/pci/hda/patch_ca0132.c static int dma_set_state(struct dma_engine *dma, enum dma_state state)
dma_engine       2664 sound/pci/hda/patch_ca0132.c static unsigned int dma_get_buffer_size(struct dma_engine *dma)
dma_engine       2669 sound/pci/hda/patch_ca0132.c static unsigned char *dma_get_buffer_addr(struct dma_engine *dma)
dma_engine       2674 sound/pci/hda/patch_ca0132.c static int dma_xfer(struct dma_engine *dma,
dma_engine       2683 sound/pci/hda/patch_ca0132.c 		struct dma_engine *dma,
dma_engine       2690 sound/pci/hda/patch_ca0132.c static unsigned int dma_get_stream_id(struct dma_engine *dma)
dma_engine       2787 sound/pci/hda/patch_ca0132.c 			struct dma_engine *dma_engine,
dma_engine       2824 sound/pci/hda/patch_ca0132.c 	if (fls == NULL || dma_engine == NULL || port_map_mask == 0) {
dma_engine       2845 sound/pci/hda/patch_ca0132.c 	buffer_size_words = (unsigned int)dma_get_buffer_size(dma_engine) /
dma_engine       2848 sound/pci/hda/patch_ca0132.c 	buffer_addx = dma_get_buffer_addr(dma_engine);
dma_engine       2855 sound/pci/hda/patch_ca0132.c 	dma_get_converter_format(dma_engine, &hda_format);
dma_engine       2895 sound/pci/hda/patch_ca0132.c 		dma_xfer(dma_engine, data, run_size_words*sizeof(u32));
dma_engine       2918 sound/pci/hda/patch_ca0132.c 		status = dma_set_state(dma_engine, DMA_STATE_RUN);
dma_engine       2948 sound/pci/hda/patch_ca0132.c 		dma_set_state(dma_engine, DMA_STATE_STOP);
dma_engine       2949 sound/pci/hda/patch_ca0132.c 		status = dma_reset(dma_engine);
dma_engine       2992 sound/pci/hda/patch_ca0132.c 	struct dma_engine *dma_engine;
dma_engine       2999 sound/pci/hda/patch_ca0132.c 	dma_engine = kzalloc(sizeof(*dma_engine), GFP_KERNEL);
dma_engine       3000 sound/pci/hda/patch_ca0132.c 	if (!dma_engine)
dma_engine       3003 sound/pci/hda/patch_ca0132.c 	dma_engine->dmab = kzalloc(sizeof(*dma_engine->dmab), GFP_KERNEL);
dma_engine       3004 sound/pci/hda/patch_ca0132.c 	if (!dma_engine->dmab) {
dma_engine       3005 sound/pci/hda/patch_ca0132.c 		kfree(dma_engine);
dma_engine       3009 sound/pci/hda/patch_ca0132.c 	dma_engine->codec = codec;
dma_engine       3011 sound/pci/hda/patch_ca0132.c 	dma_engine->m_converter_format = hda_format;
dma_engine       3012 sound/pci/hda/patch_ca0132.c 	dma_engine->buf_size = (ovly ? DSP_DMA_WRITE_BUFLEN_OVLY :
dma_engine       3026 sound/pci/hda/patch_ca0132.c 				dma_engine->m_converter_format,
dma_engine       3027 sound/pci/hda/patch_ca0132.c 				dma_engine->buf_size,
dma_engine       3028 sound/pci/hda/patch_ca0132.c 				dma_engine->dmab);
dma_engine       3050 sound/pci/hda/patch_ca0132.c 	stream_id = dma_get_stream_id(dma_engine);
dma_engine       3065 sound/pci/hda/patch_ca0132.c 					dma_engine, dma_chan,
dma_engine       3090 sound/pci/hda/patch_ca0132.c 	if (dma_engine->dmab->area)
dma_engine       3091 sound/pci/hda/patch_ca0132.c 		snd_hda_codec_load_dsp_cleanup(codec, dma_engine->dmab);
dma_engine       3092 sound/pci/hda/patch_ca0132.c 	kfree(dma_engine->dmab);
dma_engine       3093 sound/pci/hda/patch_ca0132.c 	kfree(dma_engine);
dma_engine         35 sound/soc/intel/common/sst-acpi.c 	int dma_engine;
dma_engine        108 sound/soc/intel/common/sst-acpi.c 		sst_pdata->dma_engine = desc->dma_engine;
dma_engine        183 sound/soc/intel/common/sst-acpi.c 	.dma_engine = SST_DMA_TYPE_DW,
dma_engine        196 sound/soc/intel/common/sst-acpi.c 	.dma_engine = SST_DMA_TYPE_DW,
dma_engine        202 sound/soc/intel/common/sst-dsp.h 	int dma_engine;
dma_engine        277 sound/soc/intel/common/sst-firmware.c 	switch (sst->pdata->dma_engine) {
dma_engine        282 sound/soc/intel/common/sst-firmware.c 			sst->pdata->dma_engine);