cregit-Linux how code gets into the kernel

Release 4.10 arch/m68k/include/asm/dma-mapping.h

#ifndef _M68K_DMA_MAPPING_H

#define _M68K_DMA_MAPPING_H

extern struct dma_map_ops m68k_dma_ops;


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

Contributors

PersonTokensPropCommitsCommitProp
geert uytterhoevengeert uytterhoeven950.00%133.33%
greg ungerergreg ungerer527.78%133.33%
christoph hellwigchristoph hellwig422.22%133.33%
Total18100.00%3100.00%


static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, enum dma_data_direction dir) { /* we use coherent allocation, so not much to do here. */ }

Contributors

PersonTokensPropCommitsCommitProp
greg ungerergreg ungerer24100.00%1100.00%
Total24100.00%1100.00%

#endif /* _M68K_DMA_MAPPING_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
greg ungerergreg ungerer4071.43%133.33%
geert uytterhoevengeert uytterhoeven916.07%133.33%
christoph hellwigchristoph hellwig712.50%133.33%
Total56100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.