Searched refs:soc_camera_host (Results 1 – 3 of 3) sorted by relevance
71 struct soc_camera_host { struct90 int (*clock_start)(struct soc_camera_host *); argument91 void (*clock_stop)(struct soc_camera_host *);112 int (*querycap)(struct soc_camera_host *, struct v4l2_capability *);242 static inline struct soc_camera_host *to_soc_camera_host( in to_soc_camera_host()247 return container_of(v4l2_dev, struct soc_camera_host, v4l2_dev); in to_soc_camera_host()269 int soc_camera_host_register(struct soc_camera_host *ici);270 void soc_camera_host_unregister(struct soc_camera_host *ici);
171 static int soc_camera_clock_start(struct soc_camera_host *ici) in soc_camera_clock_start()185 static void soc_camera_clock_stop(struct soc_camera_host *ici) in soc_camera_clock_stop()247 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_try_fmt()351 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_enum_framesizes()446 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_init_user_formats()518 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_free_user_formats()532 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_set_fmt()570 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_add_device()600 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_remove_device()616 struct soc_camera_host *ici; in soc_camera_open()[all …]
54 soc_camera_host_register(struct soc_camera_host *);60 struct soc_camera_host *ici;