Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
timb_dma_platform_data_channel Struct Reference

#include <timb_dma.h>

Data Fields

bool rx
 
unsigned int bytes_per_line
 
unsigned int descriptors
 
unsigned int descriptor_elements
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: