Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
dma_struct Struct Reference

#include <dma.h>

Data Fields

voidaddr
 
unsigned long count
 
struct scatterlist buf
 
int sgcount
 
struct scatterlistsg
 
unsigned int active:1
 
unsigned int invalid:1
 
unsigned int dma_mode
 
int speed
 
unsigned int lock
 
const chardevice_id
 
struct dma_opsd_ops
 

Detailed Description

Definition at line 27 of file dma.h.

Field Documentation

unsigned int active

Definition at line 34 of file dma.h.

void* addr

Definition at line 28 of file dma.h.

Definition at line 30 of file dma.h.

unsigned long count

Definition at line 29 of file dma.h.

struct dma_ops* d_ops

Definition at line 43 of file dma.h.

const char* device_id

Definition at line 41 of file dma.h.

unsigned int dma_mode

Definition at line 37 of file dma.h.

unsigned int invalid

Definition at line 35 of file dma.h.

unsigned int lock

Definition at line 40 of file dma.h.

Definition at line 32 of file dma.h.

int sgcount

Definition at line 31 of file dma.h.

int speed

Definition at line 38 of file dma.h.


The documentation for this struct was generated from the following file: