Linux Kernel
3.7.1
|
#include <s5p_fimc.h>
Data Fields | |
struct i2c_board_info * | board_info |
unsigned long | clk_frequency |
enum cam_bus_type | bus_type |
u16 | i2c_bus_num |
u16 | mux_id |
u16 | flags |
u8 | clk_id |
struct s5p_fimc_isp_info - image sensor information required for host interace configuration.
: pointer to I2C subdevice's board info : frequency of the clock the host interface provides to sensor : determines bus type, MIPI, ITU-R BT.601 etc. : i2c control bus id the sensor is attached to : FIMC camera interface multiplexer index (separate for MIPI and ITU) : index of the SoC peripheral clock for sensors : the parallel bus flags defining signals polarity (V4L2_MBUS_*)
Definition at line 38 of file s5p_fimc.h.
Definition at line 39 of file s5p_fimc.h.
enum cam_bus_type bus_type |
Definition at line 41 of file s5p_fimc.h.
unsigned long clk_frequency |
Definition at line 40 of file s5p_fimc.h.
u8 clk_id |
Definition at line 45 of file s5p_fimc.h.
u16 flags |
Definition at line 44 of file s5p_fimc.h.
u16 i2c_bus_num |
Definition at line 42 of file s5p_fimc.h.
u16 mux_id |
Definition at line 43 of file s5p_fimc.h.