cregit-Linux how code gets into the kernel

Release 4.18 arch/x86/include/asm/dma-direct.h

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

#define ASM_X86_DMA_DIRECT_H 1

bool dma_capable(struct device *dev, dma_addr_t addr, size_t size);
dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr);
phys_addr_t __dma_to_phys(struct device *dev, dma_addr_t daddr);

#endif /* ASM_X86_DMA_DIRECT_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Christoph Hellwig50100.00%2100.00%
Total50100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.