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

#include <zoran.h>

Data Fields

struct zoran_mappingmap
 
enum zoran_buffer_state state
 
struct zoran_sync bs
 
union {
   struct {
      __le32 *   frag_tab
 
      u32   frag_tab_bus
 
   }   jpg
 
   struct {
      char *   fbuffer
 
      unsigned long   fbuffer_phys
 
      unsigned long   fbuffer_bus
 
   }   v4l
 
}; 
 

Detailed Description

Definition at line 182 of file zoran.h.

Field Documentation

union { ... }

Definition at line 185 of file zoran.h.

char* fbuffer

Definition at line 192 of file zoran.h.

unsigned long fbuffer_bus

Definition at line 194 of file zoran.h.

unsigned long fbuffer_phys

Definition at line 193 of file zoran.h.

__le32* frag_tab

Definition at line 188 of file zoran.h.

u32 frag_tab_bus

Definition at line 189 of file zoran.h.

struct { ... } jpg

Definition at line 183 of file zoran.h.

Definition at line 184 of file zoran.h.

struct { ... } v4l

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