/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | imx-pcm-dma.c | 32 static const struct snd_dmaengine_pcm_config imx_dmaengine_pcm_config = { 39 struct snd_dmaengine_pcm_config *config; in imx_pcm_dma_init() 42 sizeof(struct snd_dmaengine_pcm_config), GFP_KERNEL); in imx_pcm_dma_init()
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | imx-pcm-dma.c | 32 static const struct snd_dmaengine_pcm_config imx_dmaengine_pcm_config = { 39 struct snd_dmaengine_pcm_config *config; in imx_pcm_dma_init() 42 sizeof(struct snd_dmaengine_pcm_config), GFP_KERNEL); in imx_pcm_dma_init()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | dmaengine_pcm.h | 109 * struct snd_dmaengine_pcm_config - Configuration data for dmaengine based PCM 131 struct snd_dmaengine_pcm_config { struct 150 const struct snd_dmaengine_pcm_config *config, 155 const struct snd_dmaengine_pcm_config *config, 166 const struct snd_dmaengine_pcm_config *config;
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | dmaengine_pcm.h | 114 * struct snd_dmaengine_pcm_config - Configuration data for dmaengine based PCM 136 struct snd_dmaengine_pcm_config { struct 155 const struct snd_dmaengine_pcm_config *config, 160 const struct snd_dmaengine_pcm_config *config, 171 const struct snd_dmaengine_pcm_config *config;
|
/kernel/linux/linux-5.10/sound/soc/ti/ |
H A D | edma-pcm.c | 34 static const struct snd_dmaengine_pcm_config edma_dmaengine_pcm_config = { 42 struct snd_dmaengine_pcm_config *config; in edma_pcm_platform_register()
|
H A D | sdma-pcm.c | 30 static const struct snd_dmaengine_pcm_config sdma_dmaengine_pcm_config = { 39 struct snd_dmaengine_pcm_config *config; in sdma_pcm_platform_register()
|
H A D | udma-pcm.c | 29 static const struct snd_dmaengine_pcm_config udma_dmaengine_pcm_config = {
|
/kernel/linux/linux-5.10/sound/soc/spear/ |
H A D | spear_pcm.c | 35 static const struct snd_dmaengine_pcm_config spear_dmaengine_pcm_config = { 41 struct snd_dmaengine_pcm_config *config, in devm_spear_pcm_platform_register()
|
H A D | spear_pcm.h | 10 struct snd_dmaengine_pcm_config *config,
|
/kernel/linux/linux-6.6/sound/soc/spear/ |
H A D | spear_pcm.c | 35 static const struct snd_dmaengine_pcm_config spear_dmaengine_pcm_config = { 41 struct snd_dmaengine_pcm_config *config, in devm_spear_pcm_platform_register()
|
H A D | spear_pcm.h | 10 struct snd_dmaengine_pcm_config *config,
|
/kernel/linux/linux-6.6/sound/soc/ti/ |
H A D | edma-pcm.c | 34 static const struct snd_dmaengine_pcm_config edma_dmaengine_pcm_config = { 42 struct snd_dmaengine_pcm_config *config; in edma_pcm_platform_register()
|
H A D | sdma-pcm.c | 30 static const struct snd_dmaengine_pcm_config sdma_dmaengine_pcm_config = { 39 struct snd_dmaengine_pcm_config *config; in sdma_pcm_platform_register()
|
H A D | udma-pcm.c | 29 static const struct snd_dmaengine_pcm_config udma_dmaengine_pcm_config = {
|
/kernel/linux/linux-5.10/sound/soc/ux500/ |
H A D | ux500_pcm.c | 123 static const struct snd_dmaengine_pcm_config ux500_dmaengine_pcm_config = { 130 static const struct snd_dmaengine_pcm_config ux500_dmaengine_of_pcm_config = { 137 const struct snd_dmaengine_pcm_config *pcm_config; in ux500_pcm_register_platform()
|
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra_pcm.c | 39 static const struct snd_dmaengine_pcm_config tegra_dmaengine_pcm_config = { 58 struct snd_dmaengine_pcm_config *config, in tegra_pcm_platform_register_with_chan_names()
|
H A D | tegra_pcm.h | 37 struct snd_dmaengine_pcm_config *config,
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-generic-dmaengine-pcm.c | 223 const struct snd_dmaengine_pcm_config *config = pcm->config; in dmaengine_pcm_new() 350 struct device *dev, const struct snd_dmaengine_pcm_config *config) in dmaengine_pcm_request_chan_of() 415 static const struct snd_dmaengine_pcm_config snd_dmaengine_pcm_default_config = { 426 const struct snd_dmaengine_pcm_config *config, unsigned int flags) in snd_dmaengine_pcm_register()
|
/kernel/linux/linux-5.10/sound/soc/rockchip/ |
H A D | rockchip_pcm.c | 31 static const struct snd_dmaengine_pcm_config rk_dmaengine_pcm_config = {
|
/kernel/linux/linux-5.10/sound/soc/samsung/ |
H A D | dmaengine.c | 21 struct snd_dmaengine_pcm_config *pcm_conf; in samsung_asoc_dma_platform_register()
|
/kernel/linux/linux-5.10/sound/soc/mxs/ |
H A D | mxs-pcm.c | 34 static const struct snd_dmaengine_pcm_config mxs_dmaengine_pcm_config = {
|
/kernel/linux/linux-6.6/sound/soc/samsung/ |
H A D | dmaengine.c | 21 struct snd_dmaengine_pcm_config *pcm_conf; in samsung_asoc_dma_platform_register()
|
/kernel/linux/linux-6.6/sound/soc/mxs/ |
H A D | mxs-pcm.c | 34 static const struct snd_dmaengine_pcm_config mxs_dmaengine_pcm_config = {
|
/kernel/linux/linux-5.10/sound/soc/cirrus/ |
H A D | ep93xx-pcm.c | 50 static const struct snd_dmaengine_pcm_config ep93xx_dmaengine_pcm_config = {
|
/kernel/linux/linux-5.10/sound/soc/tegra/ |
H A D | tegra_pcm.h | 43 struct snd_dmaengine_pcm_config *config,
|