Linux Kernel
3.7.1
|
Data Fields | |
struct dma_chan | chan |
void __iomem * | membase |
spinlock_t | lock |
bool | ongoing |
struct list_head | active_list |
struct list_head | queue |
struct list_head | free_list |
unsigned int | bytes_per_line |
enum dma_transfer_direction | direction |
unsigned int | descs |
unsigned int | desc_elems |
Definition at line 82 of file timb_dma.c.
Definition at line 90 of file timb_dma.c.
unsigned int bytes_per_line |
Definition at line 93 of file timb_dma.c.
Definition at line 83 of file timb_dma.c.
unsigned int desc_elems |
Definition at line 96 of file timb_dma.c.
unsigned int descs |
Definition at line 95 of file timb_dma.c.
Definition at line 94 of file timb_dma.c.
Definition at line 92 of file timb_dma.c.
spinlock_t lock |
Definition at line 85 of file timb_dma.c.
Definition at line 84 of file timb_dma.c.
bool ongoing |
Definition at line 89 of file timb_dma.c.
Definition at line 91 of file timb_dma.c.