cregit-Linux how code gets into the kernel

Release 4.18 include/asm-generic/dma-mapping.h

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

#define _ASM_GENERIC_DMA_MAPPING_H


static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus) { /* * Use the non-coherent ops if available. If an architecture wants a * more fine-grained selection of operations it will have to implement * get_arch_dma_ops itself or use the per-device dma_ops. */ #ifdef CONFIG_DMA_NONCOHERENT_OPS return &dma_noncoherent_ops; #else return &dma_direct_ops; #endif }

Contributors

PersonTokensPropCommitsCommitProp
Sudip Mukherjee1445.16%120.00%
Christoph Hellwig1341.94%240.00%
Bart Van Assche412.90%240.00%
Total31100.00%5100.00%

#endif /* _ASM_GENERIC_DMA_MAPPING_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Sudip Mukherjee2048.78%114.29%
Christoph Hellwig1639.02%342.86%
Bart Van Assche49.76%228.57%
Greg Kroah-Hartman12.44%114.29%
Total41100.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.