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

#include <dma.h>

Data Fields

int(* request )(unsigned int, dma_t *)
 
void(* free )(unsigned int, dma_t *)
 
void(* enable )(unsigned int, dma_t *)
 
void(* disable )(unsigned int, dma_t *)
 
int(* residue )(unsigned int, dma_t *)
 
int(* setspeed )(unsigned int, dma_t *, int)
 
const chartype
 

Detailed Description

Definition at line 17 of file dma.h.

Field Documentation

void(* disable)(unsigned int, dma_t *)

Definition at line 21 of file dma.h.

void(* enable)(unsigned int, dma_t *)

Definition at line 20 of file dma.h.

void(* free)(unsigned int, dma_t *)

Definition at line 19 of file dma.h.

int(* request)(unsigned int, dma_t *)

Definition at line 18 of file dma.h.

int(* residue)(unsigned int, dma_t *)

Definition at line 22 of file dma.h.

int(* setspeed)(unsigned int, dma_t *, int)

Definition at line 23 of file dma.h.

Definition at line 24 of file dma.h.


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