代码搜索:Mapping

找到约 10,000 项符合「Mapping」的源代码

代码结果 10,000
www.eeworm.com/read/316872/3597749

h dma-mapping.h

#ifndef __ASM_AVR32_DMA_MAPPING_H #define __ASM_AVR32_DMA_MAPPING_H #include #include #include #include #include
www.eeworm.com/read/316872/3597885

h dma-mapping.h

#ifndef _ASM_SPARC64_DMA_MAPPING_H #define _ASM_SPARC64_DMA_MAPPING_H #include #include #define DMA_ERROR_CODE (~(dma_addr_t)0x0) struct dma_ops { void *(*alloc_
www.eeworm.com/read/316872/3598452

h dma-mapping.h

#ifndef _ASM_LINUX_DMA_MAPPING_H #define _ASM_LINUX_DMA_MAPPING_H #include #include /* These definitions mirror those in pci.h, so they can be used * interchangeably
www.eeworm.com/read/316872/3599178

h dma-mapping.h

/* Copyright (C) 2002 by James.Bottomley@HansenPartnership.com * * Implements the generic device dma API via the existing pci_ one * for unconverted architectures */ #ifndef _ASM_GENERIC_DMA_MAP
www.eeworm.com/read/316872/3599263

h dma-mapping.h

#ifndef __ASM_SH_DMA_MAPPING_H #define __ASM_SH_DMA_MAPPING_H #include #include #include struct pci_dev; extern void *consistent_alloc(struct pci_dev *h
www.eeworm.com/read/316872/3599365

h dma-mapping.h

/* * include/asm-xtensa/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
www.eeworm.com/read/316872/3599521

h dma-mapping.h

#ifndef _ASM_IA64_DMA_MAPPING_H #define _ASM_IA64_DMA_MAPPING_H /* * Copyright (C) 2003-2004 Hewlett-Packard Co * David Mosberger-Tang */ #include #include
www.eeworm.com/read/316872/3599665

h dma-mapping.h

#ifndef _M68KNOMMU_DMA_MAPPING_H #define _M68KNOMMU_DMA_MAPPING_H #ifdef CONFIG_PCI #include #else #include #endif #endif /* _M68KNOMM
www.eeworm.com/read/316872/3599979

h dma-mapping.h

/* DMA mapping. Nothing tricky here, just virt_to_phys */ #ifndef _ASM_CRIS_DMA_MAPPING_H #define _ASM_CRIS_DMA_MAPPING_H #include #include #include #inc
www.eeworm.com/read/316872/3600281

h dma-mapping.h

#ifndef _M68K_DMA_MAPPING_H #define _M68K_DMA_MAPPING_H #include struct scatterlist; #ifndef CONFIG_MMU_SUN3 static inline int dma_supported(struct device *dev, u64 mask) { return 1;