cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_S390_DMA_MAPPING_H

#define _ASM_S390_DMA_MAPPING_H

#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mm.h>
#include <linux/scatterlist.h>
#include <linux/dma-debug.h>
#include <linux/io.h>

extern const struct dma_map_ops s390_pci_dma_ops;


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

Contributors

PersonTokensPropCommitsCommitProp
Jan Glauber1473.68%125.00%
Bart Van Assche421.05%250.00%
Christian Bornträger15.26%125.00%
Total19100.00%4100.00%


static inline void dma_cache_sync(struct device *dev, void *vaddr, size_t size, enum dma_data_direction direction) { }

Contributors

PersonTokensPropCommitsCommitProp
Jan Glauber1986.36%150.00%
Heiko Carstens313.64%150.00%
Total22100.00%2100.00%


static inline bool dma_capable(struct device *dev, dma_addr_t addr, size_t size) { if (!dev->dma_mask) return false; return addr + size - 1 <= *dev->dma_mask; }

Contributors

PersonTokensPropCommitsCommitProp
Jan Glauber3997.50%150.00%
Joe Perches12.50%150.00%
Total40100.00%2100.00%

#endif /* _ASM_S390_DMA_MAPPING_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jan Glauber10389.57%114.29%
Bart Van Assche54.35%228.57%
Heiko Carstens32.61%114.29%
Christian Bornträger21.74%114.29%
Joe Perches10.87%114.29%
Greg Kroah-Hartman10.87%114.29%
Total115100.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.