cregit-Linux how code gets into the kernel

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

#ifndef __ASM_SH_DMA_MAPPING_H

#define __ASM_SH_DMA_MAPPING_H

extern struct dma_map_ops *dma_ops;
extern void no_iommu_init(void);


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

Contributors

PersonTokensPropCommitsCommitProp
paul mundtpaul mundt17100.00%1100.00%
Total17100.00%1100.00%

#define DMA_ERROR_CODE 0 void dma_cache_sync(struct device *dev, void *vaddr, size_t size, enum dma_data_direction dir); /* arch/sh/mm/consistent.c */ extern void *dma_generic_alloc_coherent(struct device *dev, size_t size, dma_addr_t *dma_addr, gfp_t flag, struct dma_attrs *attrs); extern void dma_generic_free_coherent(struct device *dev, size_t size, void *vaddr, dma_addr_t dma_handle, struct dma_attrs *attrs); #endif /* __ASM_SH_DMA_MAPPING_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
paul mundtpaul mundt7262.61%337.50%
magnus dammmagnus damm1613.91%112.50%
andrew mortonandrew morton1311.30%225.00%
andrzej pietrasiewiczandrzej pietrasiewicz108.70%112.50%
christoph hellwigchristoph hellwig43.48%112.50%
Total115100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}