Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
omap3isp.h File Reference

Go to the source code of this file.

Data Structures

struct  isp_parallel_platform_data
 
struct  isp_csiphy_lane
 
struct  isp_csiphy_lanes_cfg
 
struct  isp_ccp2_platform_data
 
struct  isp_csi2_platform_data
 
struct  isp_subdev_i2c_board_info
 
struct  isp_v4l2_subdevs_group
 
struct  isp_platform_data
 

Macros

#define ISP_XCLK_NONE   0
 
#define ISP_XCLK_A   1
 
#define ISP_XCLK_B   2
 
#define ISP_CSIPHY1_NUM_DATA_LANES   1
 
#define ISP_CSIPHY2_NUM_DATA_LANES   2
 

Enumerations

enum  isp_interface_type {
  ISP_INTERFACE_PARALLEL, ISP_INTERFACE_CSI2A_PHY2, ISP_INTERFACE_CCP2B_PHY1, ISP_INTERFACE_CCP2B_PHY2,
  ISP_INTERFACE_CSI2C_PHY1
}
 
enum  { ISP_LANE_SHIFT_0 = 0, ISP_LANE_SHIFT_2 = 1, ISP_LANE_SHIFT_4 = 2, ISP_LANE_SHIFT_6 = 3 }
 
enum  { ISP_CCP2_PHY_DATA_CLOCK = 0, ISP_CCP2_PHY_DATA_STROBE = 1 }
 
enum  { ISP_CCP2_MODE_MIPI = 0, ISP_CCP2_MODE_CCP2 = 1 }
 

Macro Definition Documentation

#define ISP_CSIPHY1_NUM_DATA_LANES   1

Definition at line 95 of file omap3isp.h.

#define ISP_CSIPHY2_NUM_DATA_LANES   2

Definition at line 96 of file omap3isp.h.

#define ISP_XCLK_A   1

Definition at line 33 of file omap3isp.h.

#define ISP_XCLK_B   2

Definition at line 34 of file omap3isp.h.

#define ISP_XCLK_NONE   0

Definition at line 32 of file omap3isp.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
ISP_LANE_SHIFT_0 
ISP_LANE_SHIFT_2 
ISP_LANE_SHIFT_4 
ISP_LANE_SHIFT_6 

Definition at line 44 of file omap3isp.h.

anonymous enum
Enumerator:
ISP_CCP2_PHY_DATA_CLOCK 
ISP_CCP2_PHY_DATA_STROBE 

Definition at line 75 of file omap3isp.h.

anonymous enum
Enumerator:
ISP_CCP2_MODE_MIPI 
ISP_CCP2_MODE_CCP2 

Definition at line 80 of file omap3isp.h.

Enumerator:
ISP_INTERFACE_PARALLEL 
ISP_INTERFACE_CSI2A_PHY2 
ISP_INTERFACE_CCP2B_PHY1 
ISP_INTERFACE_CCP2B_PHY2 
ISP_INTERFACE_CSI2C_PHY1 

Definition at line 36 of file omap3isp.h.