|
Linux Kernel
3.7.1
|
#include <dma-s3c24xx.h>
Data Fields | |
| struct s3c24xx_dma_map * | map |
| unsigned long | map_size |
| unsigned long | dcon_mask |
| void(* | select )(struct s3c2410_dma_chan *chan, struct s3c24xx_dma_map *map) |
| void(* | direction )(struct s3c2410_dma_chan *chan, struct s3c24xx_dma_map *map, enum dma_data_direction dir) |
Definition at line 34 of file dma-s3c24xx.h.
| unsigned long dcon_mask |
Definition at line 37 of file dma-s3c24xx.h.
| void(* direction)(struct s3c2410_dma_chan *chan, struct s3c24xx_dma_map *map, enum dma_data_direction dir) |
Definition at line 42 of file dma-s3c24xx.h.
Definition at line 35 of file dma-s3c24xx.h.
| unsigned long map_size |
Definition at line 36 of file dma-s3c24xx.h.
| void(* select)(struct s3c2410_dma_chan *chan, struct s3c24xx_dma_map *map) |
Definition at line 39 of file dma-s3c24xx.h.
1.8.2