Linux Kernel
3.7.1
|
#include <omap3isp.h>
Data Fields | |
unsigned int | strobe_clk_pol:1 |
unsigned int | crc:1 |
unsigned int | ccp2_mode:1 |
unsigned int | phy_layer:1 |
unsigned int | vpclk_div:2 |
struct isp_csiphy_lanes_cfg | lanecfg |
struct isp_ccp2_platform_data - CCP2 interface platform data : Strobe/clock polarity 0 - Non Inverted, 1 - Inverted : Enable the cyclic redundancy check : Enable CCP2 compatibility mode ISP_CCP2_MODE_MIPI - MIPI-CSI1 mode ISP_CCP2_MODE_CCP2 - CCP2 mode : Physical layer selection ISP_CCP2_PHY_DATA_CLOCK - Data/clock physical layer ISP_CCP2_PHY_DATA_STROBE - Data/strobe physical layer : Video port output clock control
Definition at line 121 of file omap3isp.h.
unsigned int ccp2_mode |
Definition at line 124 of file omap3isp.h.
unsigned int crc |
Definition at line 123 of file omap3isp.h.
struct isp_csiphy_lanes_cfg lanecfg |
Definition at line 127 of file omap3isp.h.
unsigned int phy_layer |
Definition at line 125 of file omap3isp.h.
unsigned int strobe_clk_pol |
Definition at line 122 of file omap3isp.h.
unsigned int vpclk_div |
Definition at line 126 of file omap3isp.h.