Home
last modified time | relevance | path

Searched refs:stedma40_filter (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/platform_data/
Ddma-ste-dma40.h164 bool stedma40_filter(struct dma_chan *chan, void *data);
193 static inline bool stedma40_filter(struct dma_chan *chan, void *data) in stedma40_filter() function
/Linux-v4.19/sound/soc/ux500/
Dux500_pcm.c84 return snd_dmaengine_pcm_request_channel(stedma40_filter, dma_cfg); in ux500_pcm_request_chan()
/Linux-v4.19/drivers/crypto/ux500/cryp/
Dcryp_core.c497 stedma40_filter, in cryp_dma_setup_channel()
503 stedma40_filter, in cryp_dma_setup_channel()
/Linux-v4.19/drivers/dma/
Dste_dma40.c2264 bool stedma40_filter(struct dma_chan *chan, void *data) in stedma40_filter() function
2283 EXPORT_SYMBOL(stedma40_filter);
2377 return dma_request_channel(cap, stedma40_filter, &cfg); in d40_xlate()