Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | MAX_DMA_CHANNELS 6 |
Enumerations | |
enum | puv3_dma_prio { DMA_PRIO_HIGH = 0, DMA_PRIO_MEDIUM = 1, DMA_PRIO_LOW = 2 } |
Functions | |
int | puv3_request_dma (char *name, puv3_dma_prio prio, void(*irq_handler)(int, void *), void(*err_handler)(int, void *), void *data) |
void | puv3_free_dma (int dma_ch) |
enum puv3_dma_prio |