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

Data Fields

struct soc_camera_deviceicd
 
struct clkclk
 
void __iomembase
 
struct mx3_camera_pdatapdata
 
unsigned long platform_flags
 
unsigned long mclk
 
u16 width_flags
 
struct list_head capture
 
spinlock_t lock
 
struct mx3_camera_bufferactive
 
size_t buf_total
 
struct vb2_alloc_ctx * alloc_ctx
 
enum v4l2_field field
 
int sequence
 
struct idmac_channelidmac_channel [1]
 
struct soc_camera_host soc_host
 

Detailed Description

struct mx3_camera_dev - i.MX3x camera (CSI) object : camera device, to which the coherent buffer is attached : currently attached camera sensor : pointer to clock : remapped register base address : platform data : platform flags : master clock frequency in Hz : list of capture videobuffers : protects video buffer lists : active video buffer : array of pointers to IPU DMAC DMA channels : embedded soc_host object

Definition at line 91 of file mx3_camera.c.

Field Documentation

Definition at line 110 of file mx3_camera.c.

struct vb2_alloc_ctx* alloc_ctx

Definition at line 112 of file mx3_camera.c.

void __iomem* base

Definition at line 100 of file mx3_camera.c.

size_t buf_total

Definition at line 111 of file mx3_camera.c.

struct list_head capture

Definition at line 108 of file mx3_camera.c.

Definition at line 98 of file mx3_camera.c.

Definition at line 113 of file mx3_camera.c.

Definition at line 97 of file mx3_camera.c.

Definition at line 117 of file mx3_camera.c.

spinlock_t lock

Definition at line 109 of file mx3_camera.c.

unsigned long mclk

Definition at line 105 of file mx3_camera.c.

Definition at line 102 of file mx3_camera.c.

unsigned long platform_flags

Definition at line 104 of file mx3_camera.c.

int sequence

Definition at line 114 of file mx3_camera.c.

Definition at line 119 of file mx3_camera.c.

u16 width_flags

Definition at line 106 of file mx3_camera.c.


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