cregit-Linux how code gets into the kernel

Release 4.14 arch/nios2/include/asm/dma-mapping.h

/*
 * Copyright (C) 2011 Tobias Klauser <tklauser@distanz.ch>
 * Copyright (C) 2009 Wind River Systems Inc
 *
 * This file is subject to the terms and conditions of the GNU General
 * Public License.  See the file COPYING in the main directory of this
 * archive for more details.
 */

#ifndef _ASM_NIOS2_DMA_MAPPING_H

#define _ASM_NIOS2_DMA_MAPPING_H

extern const struct dma_map_ops nios2_dma_ops;


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

Contributors

PersonTokensPropCommitsCommitProp
Ley Foon Tan1263.16%125.00%
Bart Van Assche421.05%250.00%
Christoph Hellwig315.79%125.00%
Total19100.00%4100.00%

/* * dma_alloc_attrs() always 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
Ley Foon Tan22100.00%1100.00%
Total22100.00%1100.00%

#endif /* _ASM_NIOS2_DMA_MAPPING_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Ley Foon Tan4679.31%120.00%
Christoph Hellwig712.07%240.00%
Bart Van Assche58.62%240.00%
Total58100.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.