cregit-Linux how code gets into the kernel

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

/*
 * 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.
 *
 * Copyright (C) 2003 - 2005 Tensilica Inc.
 * Copyright (C) 2015 Cadence Design Systems Inc.
 */

#ifndef _XTENSA_DMA_MAPPING_H

#define _XTENSA_DMA_MAPPING_H

#include <asm/cache.h>
#include <asm/io.h>

#include <linux/mm.h>
#include <linux/scatterlist.h>

extern const struct dma_map_ops xtensa_dma_map_ops;


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

Contributors

PersonTokensPropCommitsCommitProp
Max Filippov1157.89%125.00%
Chris Zankel421.05%125.00%
Bart Van Assche421.05%250.00%
Total19100.00%4100.00%

void dma_cache_sync(struct device *dev, void *vaddr, size_t size, enum dma_data_direction direction);
static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) { return (dma_addr_t)paddr; }

Contributors

PersonTokensPropCommitsCommitProp
Max Filippov21100.00%1100.00%
Total21100.00%1100.00%


static inline phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr) { return (phys_addr_t)daddr; }

Contributors

PersonTokensPropCommitsCommitProp
Max Filippov21100.00%1100.00%
Total21100.00%1100.00%

#endif /* _XTENSA_DMA_MAPPING_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Max Filippov5954.13%228.57%
Chris Zankel3633.03%114.29%
Bart Van Assche54.59%228.57%
Ralf Bächle54.59%114.29%
Jens Axboe43.67%114.29%
Total109100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.