cregit-Linux how code gets into the kernel

Release 4.7 arch/alpha/include/asm/dma-mapping.h

#ifndef _ALPHA_DMA_MAPPING_H

#define _ALPHA_DMA_MAPPING_H

#include <linux/dma-attrs.h>

extern struct dma_map_ops *dma_ops;


static inline struct dma_map_ops *get_dma_ops(struct device *dev) { return dma_ops; }

Contributors

PersonTokensPropCommitsCommitProp
fujita tomonorifujita tomonori1588.24%266.67%
stefan knoblichstefan knoblich211.76%133.33%
Total17100.00%3100.00%

#define dma_cache_sync(dev, va, size, dir) ((void)0) #endif /* _ALPHA_DMA_MAPPING_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
fujita tomonorifujita tomonori2245.83%233.33%
richard hendersonrichard henderson2143.75%116.67%
stefan knoblichstefan knoblich24.17%116.67%
ralf baechleralf baechle24.17%116.67%
al viroal viro12.08%116.67%
Total48100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}