Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
dma.h File Reference

Go to the source code of this file.

Macros

#define MAX_DMA_ADDRESS   PAGE_OFFSET
 

Functions

int request_dma (unsigned int dmanr, const char *device_id)
 
void free_dma (unsigned int dmanr)
 

Macro Definition Documentation

#define MAX_DMA_ADDRESS   PAGE_OFFSET

Definition at line 10 of file dma.h.

Function Documentation

void free_dma ( unsigned int  dmanr)

Definition at line 95 of file dma.c.

int request_dma ( unsigned int  dmanr,
const char device_id 
)

request_dma - request a DMA channel

Request the specific DMA channel from the system if it's available.

Definition at line 57 of file dma.c.