Release 4.17 include/linux/dma/mmp-pdma.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 98.08% | 1 | 50.00% |
Greg Kroah-Hartman | 1 | 1.92% | 1 | 50.00% |
Total | 52 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.