Searched refs:chan_names (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/sound/soc/tegra/
H A Dtegra_pcm.c71 config->chan_names[0] = txdmachan; tegra_pcm_platform_register_with_chan_names()
72 config->chan_names[1] = rxdmachan; tegra_pcm_platform_register_with_chan_names()
/linux-4.4.14/include/sound/
H A Ddmaengine_pcm.h114 * @chan_names: If set, these custom DMA channel names will be requested at
133 const char *chan_names[SNDRV_PCM_STREAM_LAST + 1]; member in struct:snd_dmaengine_pcm_config
/linux-4.4.14/drivers/usb/musb/
H A Dux500_dma.c289 char **chan_names; ux500_dma_controller_start() local
311 chan_names = (char **)iep_chan_names; ux500_dma_controller_start()
328 dma_request_slave_channel(dev, chan_names[ch_num]); ux500_dma_controller_start()
355 chan_names = (char **)oep_chan_names; ux500_dma_controller_start()
/linux-4.4.14/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c374 if (config && config->chan_names[i]) dmaengine_pcm_request_chan_of()
375 name = config->chan_names[i]; dmaengine_pcm_request_chan_of()

Completed in 315 milliseconds