Searched refs:stedma40_filter (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | dma-ste-dma40.h | 152 * stedma40_filter() - Provides stedma40_chan_cfg to the 164 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
|
/kernel/linux/linux-5.10/sound/soc/ux500/ |
H A D | ux500_pcm.c | 81 return snd_dmaengine_pcm_request_channel(stedma40_filter, dma_cfg); in ux500_pcm_request_chan()
|
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/ |
H A D | cryp_core.c | 490 stedma40_filter, in cryp_dma_setup_channel() 496 stedma40_filter, in cryp_dma_setup_channel()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | ste_dma40.c | 2272 bool stedma40_filter(struct dma_chan *chan, void *data) in stedma40_filter() function 2291 EXPORT_SYMBOL(stedma40_filter); variable 2385 return dma_request_channel(cap, stedma40_filter, &cfg); in d40_xlate()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | ste_dma40.c | 2296 static bool stedma40_filter(struct dma_chan *chan, void *data) in stedma40_filter() function 2408 return dma_request_channel(cap, stedma40_filter, &cfg); in d40_xlate()
|
Completed in 15 milliseconds