cregit-Linux how code gets into the kernel

Release 4.11 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 const struct dma_map_ops avr32_dma_ops;


static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) { return &avr32_dma_ops; }

Contributors

PersonTokensPropCommitsCommitProp
Håvard Skinnemoen1263.16%125.00%
Bart Van Assche421.05%250.00%
Christoph Hellwig315.79%125.00%
Total19100.00%4100.00%

#endif /* __ASM_AVR32_DMA_MAPPING_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Håvard Skinnemoen3870.37%120.00%
Christoph Hellwig611.11%120.00%
Bart Van Assche59.26%240.00%
Ralf Bächle59.26%120.00%
Total54100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.