Release 4.12 include/linux/dma/mmp-pdma.h
#ifndef _MMP_PDMA_H_
#define _MMP_PDMA_H_
struct dma_chan;
#ifdef CONFIG_MMP_PDMA
bool mmp_pdma_filter_fn(struct dma_chan *chan, void *param);
#else
static inline bool mmp_pdma_filter_fn(struct dma_chan *chan, void *param)
{
return false;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Daniel Mack | 19 | 100.00% | 1 | 100.00% |
Total | 19 | 100.00% | 1 | 100.00% |
#endif
#endif /* _MMP_PDMA_H_ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Daniel Mack | 51 | 100.00% | 1 | 100.00% |
Total | 51 | 100.00% | 1 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.