Lines Matching defs:icd
74 struct soc_camera_device icd; member
81 static int reg_read(struct soc_camera_device *icd, const u8 reg) in reg_read()
89 static int reg_write(struct soc_camera_device *icd, const u8 reg, in reg_write()
96 static int reg_set(struct soc_camera_device *icd, const u8 reg, in reg_set()
107 static int reg_clear(struct soc_camera_device *icd, const u8 reg, in reg_clear()
118 static int mt9m001_init(struct soc_camera_device *icd) in mt9m001_init()
154 static int mt9m001_release(struct soc_camera_device *icd) in mt9m001_release()
168 static int mt9m001_start_capture(struct soc_camera_device *icd) in mt9m001_start_capture()
176 static int mt9m001_stop_capture(struct soc_camera_device *icd) in mt9m001_stop_capture()
246 static int mt9m001_set_bus_param(struct soc_camera_device *icd, in mt9m001_set_bus_param()
272 static unsigned long mt9m001_query_bus_param(struct soc_camera_device *icd) in mt9m001_query_bus_param()
287 static int mt9m001_set_fmt(struct soc_camera_device *icd, in mt9m001_set_fmt()
327 static int mt9m001_try_fmt(struct soc_camera_device *icd, in mt9m001_try_fmt()
345 static int mt9m001_get_chip_id(struct soc_camera_device *icd, in mt9m001_get_chip_id()
363 static int mt9m001_get_register(struct soc_camera_device *icd, in mt9m001_get_register()
383 static int mt9m001_set_register(struct soc_camera_device *icd, in mt9m001_set_register()
467 static int mt9m001_get_control(struct soc_camera_device *icd, struct v4l2_control *ctrl) in mt9m001_get_control()
486 static int mt9m001_set_control(struct soc_camera_device *icd, struct v4l2_control *ctrl) in mt9m001_set_control()
580 static int mt9m001_video_probe(struct soc_camera_device *icd) in mt9m001_video_probe()
641 static void mt9m001_video_remove(struct soc_camera_device *icd) in mt9m001_video_remove()
654 struct soc_camera_device *icd; in mt9m001_probe() local