Home
last modified time | relevance | path

Searched refs:compat_request_channel (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/soc/ux500/
Dux500_pcm.c128 .compat_request_channel = ux500_pcm_request_chan,
134 .compat_request_channel = ux500_pcm_request_chan,
/Linux-v4.19/include/sound/
Ddmaengine_pcm.h134 struct dma_chan *(*compat_request_channel)( member
/Linux-v4.19/sound/soc/
Dsoc-generic-dmaengine-pcm.c233 if (pcm->config && pcm->config->compat_request_channel) in dmaengine_pcm_compat_request_channel()
234 return pcm->config->compat_request_channel(rtd, substream); in dmaengine_pcm_compat_request_channel()