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

Go to the source code of this file.

Macros

#define DMABRGIRQ_USBDMA   0
 
#define DMABRGIRQ_USBDMAERR   1
 
#define DMABRGIRQ_A0TXF   2
 
#define DMABRGIRQ_A0TXH   3
 
#define DMABRGIRQ_A0RXF   4
 
#define DMABRGIRQ_A0RXH   5
 
#define DMABRGIRQ_A1TXF   6
 
#define DMABRGIRQ_A1TXH   7
 
#define DMABRGIRQ_A1RXF   8
 
#define DMABRGIRQ_A1RXH   9
 

Functions

int dmabrg_request_irq (unsigned int, void(*)(void *), void *)
 
void dmabrg_free_irq (unsigned int)
 

Macro Definition Documentation

#define DMABRGIRQ_A0RXF   4

Definition at line 13 of file dmabrg.h.

#define DMABRGIRQ_A0RXH   5

Definition at line 14 of file dmabrg.h.

#define DMABRGIRQ_A0TXF   2

Definition at line 11 of file dmabrg.h.

#define DMABRGIRQ_A0TXH   3

Definition at line 12 of file dmabrg.h.

#define DMABRGIRQ_A1RXF   8

Definition at line 17 of file dmabrg.h.

#define DMABRGIRQ_A1RXH   9

Definition at line 18 of file dmabrg.h.

#define DMABRGIRQ_A1TXF   6

Definition at line 15 of file dmabrg.h.

#define DMABRGIRQ_A1TXH   7

Definition at line 16 of file dmabrg.h.

#define DMABRGIRQ_USBDMA   0

Definition at line 9 of file dmabrg.h.

#define DMABRGIRQ_USBDMAERR   1

Definition at line 10 of file dmabrg.h.

Function Documentation

void dmabrg_free_irq ( unsigned  int)

Definition at line 142 of file dmabrg.c.

int dmabrg_request_irq ( unsigned  int,
void(*)(void *)  ,
void  
)

Definition at line 126 of file dmabrg.c.