Searched refs:to_soc_camera_host (Results 1 – 2 of 2) sorted by relevance
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()633 ici = to_soc_camera_host(icd->parent); in soc_camera_open()737 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_close()768 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_read()[all …]
242 static inline struct soc_camera_host *to_soc_camera_host( in to_soc_camera_host() function