Home
last modified time | relevance | path

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

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/
Dvin.h156 struct sensor_list { struct
157 int use_sensor_list; argument
158 int used;
159 int csi_sel;
160 int device_sel;
161 int mclk_id;
162 int sensor_bus_sel;
163 int sensor_bus_type;
164 int act_bus_sel;
165 int act_bus_type;
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/sysconfig/
Dsys_config.c1069 int hi_sysconfig_init(int cmos_yuv_flag, int online_flag, char* chip_list, char* sensor_list) in hi_sysconfig_init()