Home
last modified time | relevance | path

Searched defs:sensor_instance (Results 1 – 1 of 1) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/
Dvin.h142 struct sensor_instance { struct
143 char cam_name[I2C_NAME_SIZE];
144 int cam_addr;
145 int cam_type;
146 int is_isp_used;
147 int is_bayer_raw;
148 int vflip;
149 int hflip;
173 struct sensor_instance inst[MAX_DETECT_NUM]; argument