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

#include <omap3isp.h>

Data Fields

unsigned int data_lane_shift:2
 
unsigned int clk_pol:1
 
unsigned int hs_pol:1
 
unsigned int vs_pol:1
 
unsigned int data_pol:1
 

Detailed Description

struct isp_parallel_platform_data - Parallel interface platform data : Data lane shifter ISP_LANE_SHIFT_0 - CAMEXT[13:0] -> CAM[13:0] ISP_LANE_SHIFT_2 - CAMEXT[13:2] -> CAM[11:0] ISP_LANE_SHIFT_4 - CAMEXT[13:4] -> CAM[9:0] ISP_LANE_SHIFT_6 - CAMEXT[13:6] -> CAM[7:0] : Pixel clock polarity 0 - Sample on rising edge, 1 - Sample on falling edge : Horizontal synchronization polarity 0 - Active high, 1 - Active low : Vertical synchronization polarity 0 - Active high, 1 - Active low : Data polarity 0 - Normal, 1 - One's complement

Definition at line 67 of file omap3isp.h.

Field Documentation

unsigned int clk_pol

Definition at line 69 of file omap3isp.h.

unsigned int data_lane_shift

Definition at line 68 of file omap3isp.h.

unsigned int data_pol

Definition at line 72 of file omap3isp.h.

unsigned int hs_pol

Definition at line 70 of file omap3isp.h.

unsigned int vs_pol

Definition at line 71 of file omap3isp.h.


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