Home
last modified time | relevance | path

Searched refs:to_soc_camera_host (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/media/platform/soc_camera/
Dsoc_camera.c251 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_try_fmt()
355 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_enum_framesizes()
450 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_init_user_formats()
522 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_free_user_formats()
536 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_set_fmt()
574 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_add_device()
604 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_remove_device()
637 ici = to_soc_camera_host(icd->parent); in soc_camera_open()
741 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_close()
772 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_read()
[all …]
Dsh_mobile_ceu_camera.c206 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in sh_mobile_ceu_videobuf_setup()
351 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in sh_mobile_ceu_videobuf_queue()
402 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in sh_mobile_ceu_videobuf_release()
432 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in sh_mobile_ceu_videobuf_init()
447 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in sh_mobile_ceu_stop_streaming()
599 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in sh_mobile_ceu_set_rect()
707 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in sh_mobile_ceu_set_bus_param()
923 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in sh_mobile_ceu_s_ctrl()
951 struct soc_camera_host *ici = to_soc_camera_host(dev); in sh_mobile_ceu_get_formats()
1118 struct soc_camera_host *ici = to_soc_camera_host(dev); in sh_mobile_ceu_set_selection()
[all …]
Dsoc_camera_platform.c155 ici = to_soc_camera_host(icd->parent); in soc_camera_platform_probe()
/Linux-v4.19/include/media/
Dsoc_camera.h245 static inline struct soc_camera_host *to_soc_camera_host( in to_soc_camera_host() function