代码搜索结果
找到约 10,000 项符合
DMA 的代码
dma.c
/*
* Dynamic DMA mapping support.
*
* On cris there is no hardware dynamic DMA address translation,
* so consistent alloc/free are merely page allocation/freeing.
* The rest of the dynamic DMA ma
dma.c
/* Wrapper for DMA channel allocator that starts clocks etc */
#include
#include
#include
#include
#include
dma.h
/*
* DMA region bookkeeping routines
*
* Copyright (C) 2002 Maas Digital LLC
*
* This code is licensed under the GPL. See the file COPYING in the root
* directory of the kernel sources for deta
dma.c
/*
* DMA region bookkeeping routines
*
* Copyright (C) 2002 Maas Digital LLC
*
* This code is licensed under the GPL. See the file COPYING in the root
* directory of the kernel sources for deta
dma.h
#ifndef B43_DMA_H_
#define B43_DMA_H_
#include
#include
#include
#include
#include
#include "b43.h"
/* DMA-Int
dma.c
/*
Broadcom B43 wireless driver
DMA ringbuffer and descriptor allocation/management
Copyright (c) 2005, 2006 Michael Buesch
Some code in this file is derived from the b44.c
dma.h
#ifndef B43legacy_DMA_H_
#define B43legacy_DMA_H_
#include
#include
#include
#include
#include
#include "b43leg
dma.c
/*
Broadcom B43legacy wireless driver
DMA ringbuffer and descriptor allocation/management
Copyright (c) 2005, 2006 Michael Buesch
Some code in this file is derived from the
dma.h
/* include/asm-sparc/dma.h
*
* Copyright 1995 (C) David S. Miller (davem@davemloft.net)
*/
#ifndef _ASM_SPARC_DMA_H
#define _ASM_SPARC_DMA_H
#include
#include
#i
dma.h
#ifdef CONFIG_X86_32
# include "dma_32.h"
#else
# include "dma_64.h"
#endif