Home
last modified time | relevance | path

Searched refs:compat_request_channel (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/ux500/
H A Dux500_pcm.c125 .compat_request_channel = ux500_pcm_request_chan,
131 .compat_request_channel = ux500_pcm_request_chan,
/kernel/linux/linux-5.10/include/sound/
H A Ddmaengine_pcm.h93 * Try to request the DMA channel using compat_request_channel or
112 * @compat_request_channel: Callback to request a DMA channel for platforms
126 * Note: If both compat_request_channel and compat_filter_fn are set
127 * compat_request_channel will be used to request the channel and
135 struct dma_chan *(*compat_request_channel)( member
/kernel/linux/linux-6.6/include/sound/
H A Ddmaengine_pcm.h98 * Try to request the DMA channel using compat_request_channel or
117 * @compat_request_channel: Callback to request a DMA channel for platforms
131 * Note: If both compat_request_channel and compat_filter_fn are set
132 * compat_request_channel will be used to request the channel and
140 struct dma_chan *(*compat_request_channel)( member
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c199 if (pcm->config && pcm->config->compat_request_channel) in dmaengine_pcm_compat_request_channel()
200 return pcm->config->compat_request_channel(rtd, substream); in dmaengine_pcm_compat_request_channel()
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-generic-dmaengine-pcm.c193 if (pcm->config->compat_request_channel) in dmaengine_pcm_compat_request_channel()
194 return pcm->config->compat_request_channel(rtd, substream); in dmaengine_pcm_compat_request_channel()

Completed in 3 milliseconds