• Home
  • Raw
  • Download

Lines Matching defs:icd

228 	struct soc_camera_device        icd;  member
477 tw9910_select_norm(struct soc_camera_device *icd, u32 width, u32 height) in tw9910_select_norm()
510 static int tw9910_init(struct soc_camera_device *icd) in tw9910_init()
527 static int tw9910_release(struct soc_camera_device *icd) in tw9910_release()
538 static int tw9910_start_capture(struct soc_camera_device *icd) in tw9910_start_capture()
555 static int tw9910_stop_capture(struct soc_camera_device *icd) in tw9910_stop_capture()
560 static int tw9910_set_bus_param(struct soc_camera_device *icd, in tw9910_set_bus_param()
566 static unsigned long tw9910_query_bus_param(struct soc_camera_device *icd) in tw9910_query_bus_param()
577 static int tw9910_get_chip_id(struct soc_camera_device *icd, in tw9910_get_chip_id()
586 static int tw9910_set_std(struct soc_camera_device *icd, in tw9910_set_std()
597 static int tw9910_enum_input(struct soc_camera_device *icd, in tw9910_enum_input()
608 static int tw9910_get_register(struct soc_camera_device *icd, in tw9910_get_register()
629 static int tw9910_set_register(struct soc_camera_device *icd, in tw9910_set_register()
642 static int tw9910_set_fmt(struct soc_camera_device *icd, __u32 pixfmt, in tw9910_set_fmt()
734 static int tw9910_try_fmt(struct soc_camera_device *icd, in tw9910_try_fmt()
760 static int tw9910_video_probe(struct soc_camera_device *icd) in tw9910_video_probe()
810 static void tw9910_video_remove(struct soc_camera_device *icd) in tw9910_video_remove()
846 struct soc_camera_device *icd; in tw9910_probe() local