cregit-Linux how code gets into the kernel

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

#ifndef __ASM_AVR32_DMA_MAPPING_H

#define __ASM_AVR32_DMA_MAPPING_H

extern void dma_cache_sync(struct device *dev, void *vaddr, size_t size,
	int direction);

extern struct dma_map_ops avr32_dma_ops;


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

Contributors

PersonTokensPropCommitsCommitProp
haavard skinnemoenhaavard skinnemoen1477.78%150.00%
christoph hellwigchristoph hellwig422.22%150.00%
Total18100.00%2100.00%

#endif /* __ASM_AVR32_DMA_MAPPING_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
haavard skinnemoenhaavard skinnemoen4076.92%133.33%
christoph hellwigchristoph hellwig713.46%133.33%
ralf baechleralf baechle59.62%133.33%
Total52100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.