cregit-Linux how code gets into the kernel

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

#ifndef _ASM_METAG_DMA_MAPPING_H

#define _ASM_METAG_DMA_MAPPING_H

extern struct dma_map_ops metag_dma_ops;


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

Contributors

PersonTokensPropCommitsCommitProp
james hoganjames hogan1477.78%150.00%
christoph hellwigchristoph hellwig422.22%150.00%
Total18100.00%2100.00%

/* * dma_alloc_noncoherent() returns non-cacheable memory, so there's no need to * do any flushing here. */
static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, enum dma_data_direction direction) { }

Contributors

PersonTokensPropCommitsCommitProp
james hoganjames hogan22100.00%1100.00%
Total22100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
james hoganjames hogan4583.33%133.33%
christoph hellwigchristoph hellwig712.96%133.33%
akinobu mitaakinobu mita23.70%133.33%
Total54100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.