Searched refs:snd_dmaengine_pcm_open (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_dmaengine.c | 288 * snd_dmaengine_pcm_open - Open a dmaengine based PCM substream 298 int snd_dmaengine_pcm_open(struct snd_pcm_substream *substream, in snd_dmaengine_pcm_open() function 322 EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_open); variable 340 return snd_dmaengine_pcm_open(substream, in snd_dmaengine_pcm_open_request_chan()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_dmaengine.c | 295 * snd_dmaengine_pcm_open - Open a dmaengine based PCM substream 305 int snd_dmaengine_pcm_open(struct snd_pcm_substream *substream, in snd_dmaengine_pcm_open() function 329 EXPORT_SYMBOL_GPL(snd_dmaengine_pcm_open); variable 347 return snd_dmaengine_pcm_open(substream, in snd_dmaengine_pcm_open_request_chan()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | dmaengine_pcm.h | 34 int snd_dmaengine_pcm_open(struct snd_pcm_substream *substream,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | dmaengine_pcm.h | 36 int snd_dmaengine_pcm_open(struct snd_pcm_substream *substream,
|
/kernel/linux/linux-6.6/sound/arm/ |
H A D | pxa2xx-pcm-lib.c | 113 return snd_dmaengine_pcm_open( in pxa2xx_pcm_open()
|
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra_pcm.c | 109 ret = snd_dmaengine_pcm_open(substream, chan); in tegra_pcm_open()
|
/kernel/linux/linux-5.10/sound/arm/ |
H A D | pxa2xx-pcm-lib.c | 122 return snd_dmaengine_pcm_open( in pxa2xx_pcm_open()
|
/kernel/linux/linux-5.10/sound/soc/tegra/ |
H A D | tegra_pcm.c | 103 ret = snd_dmaengine_pcm_open(substream, chan); in tegra_pcm_open()
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-generic-dmaengine-pcm.c | 164 return snd_dmaengine_pcm_open(substream, chan); in dmaengine_pcm_open()
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-generic-dmaengine-pcm.c | 159 return snd_dmaengine_pcm_open(substream, chan); in dmaengine_pcm_open()
|
/kernel/linux/linux-6.6/sound/soc/apple/ |
H A D | mca.c | 826 return snd_dmaengine_pcm_open(substream, chan); in mca_pcm_open()
|
Completed in 8 milliseconds