Release 4.10 arch/alpha/include/asm/dma-mapping.h
#ifndef _ALPHA_DMA_MAPPING_H
#define _ALPHA_DMA_MAPPING_H
extern struct dma_map_ops *dma_ops;
static inline struct dma_map_ops *get_dma_ops(struct device *dev)
{
return dma_ops;
}
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
fujita tomonori | fujita tomonori | 15 | 88.24% | 2 | 66.67% |
stefan knoblich | stefan knoblich | 2 | 11.76% | 1 | 33.33% |
| Total | 17 | 100.00% | 3 | 100.00% |
#define dma_cache_sync(dev, va, size, dir) ((void)0)
#endif /* _ALPHA_DMA_MAPPING_H */
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
fujita tomonori | fujita tomonori | 21 | 46.67% | 2 | 33.33% |
richard henderson | richard henderson | 19 | 42.22% | 1 | 16.67% |
stefan knoblich | stefan knoblich | 2 | 4.44% | 1 | 16.67% |
ralf baechle | ralf baechle | 2 | 4.44% | 1 | 16.67% |
al viro | al viro | 1 | 2.22% | 1 | 16.67% |
| Total | 45 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.