Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/errno.h>
#include <mach/dma.h>
#include <mach/irqs.h>
Go to the source code of this file.
Functions | |
struct s3c2410_dma_chan * | s3c_dma_lookup_channel (unsigned int channel) |
int | s3c2410_dma_set_opfn (enum dma_ch channel, s3c2410_dma_opfn_t rtn) |
EXPORT_SYMBOL (s3c2410_dma_set_opfn) | |
int | s3c2410_dma_set_buffdone_fn (enum dma_ch channel, s3c2410_dma_cbfn_t rtn) |
EXPORT_SYMBOL (s3c2410_dma_set_buffdone_fn) | |
int | s3c2410_dma_setflags (enum dma_ch channel, unsigned int flags) |
EXPORT_SYMBOL (s3c2410_dma_setflags) | |
Variables | |
struct s3c2410_dma_chan | s3c2410_chans [S3C_DMA_CHANNELS] |
struct s3c2410_dma_chan * | s3c_dma_chan_map [DMACH_MAX] |
EXPORT_SYMBOL | ( | s3c2410_dma_set_opfn | ) |
EXPORT_SYMBOL | ( | s3c2410_dma_set_buffdone_fn | ) |
EXPORT_SYMBOL | ( | s3c2410_dma_setflags | ) |
int s3c2410_dma_set_buffdone_fn | ( | enum dma_ch | channel, |
s3c2410_dma_cbfn_t | rtn | ||
) |
int s3c2410_dma_set_opfn | ( | enum dma_ch | channel, |
s3c2410_dma_opfn_t | rtn | ||
) |
|
read |
struct s3c2410_dma_chan s3c2410_chans[S3C_DMA_CHANNELS] |
struct s3c2410_dma_chan* s3c_dma_chan_map[DMACH_MAX] |