cregit-Linux how code gets into the kernel

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

#ifndef _ASM_CRIS_DMA_MAPPING_H

#define _ASM_CRIS_DMA_MAPPING_H

#ifdef CONFIG_PCI
extern struct dma_map_ops v32_dma_ops;


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

Contributors

PersonTokensPropCommitsCommitProp
andrew mortonandrew morton1372.22%150.00%
christoph hellwigchristoph hellwig527.78%150.00%
Total18100.00%2100.00%

#else
static inline struct dma_map_ops *get_dma_ops(struct device *dev) { BUG(); return NULL; }

Contributors

PersonTokensPropCommitsCommitProp
andrew mortonandrew morton1365.00%150.00%
christoph hellwigchristoph hellwig735.00%150.00%
Total20100.00%2100.00%

#endif
static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, enum dma_data_direction direction) { }

Contributors

PersonTokensPropCommitsCommitProp
mikael starvikmikael starvik1463.64%133.33%
ralf baechleralf baechle522.73%133.33%
andrew mortonandrew morton313.64%133.33%
Total22100.00%3100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
andrew mortonandrew morton3847.50%125.00%
mikael starvikmikael starvik1923.75%125.00%
christoph hellwigchristoph hellwig1822.50%125.00%
ralf baechleralf baechle56.25%125.00%
Total80100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}