Linux Kernel
3.7.1
|
#include <timb_dma.h>
Data Fields | |
bool | rx |
unsigned int | bytes_per_line |
unsigned int | descriptors |
unsigned int | descriptor_elements |
struct timb_dma_platform_data_channel - Description of each individual DMA channel for the timberdale DMA driver : true if this channel handles data in the direction to the CPU. : Number of bytes per line, this is specific for channels handling video data. For other channels this shall be left to 0. : Number of descriptors to allocate for this channel. : Number of elements in each descriptor.
Definition at line 37 of file timb_dma.h.
unsigned int bytes_per_line |
Definition at line 39 of file timb_dma.h.
unsigned int descriptor_elements |
Definition at line 41 of file timb_dma.h.
unsigned int descriptors |
Definition at line 40 of file timb_dma.h.
Definition at line 38 of file timb_dma.h.