Lines Matching defs:ici
47 #define is_streaming(ici, icd) \ argument
180 static int soc_camera_clock_start(struct soc_camera_host *ici) in soc_camera_clock_start()
194 static void soc_camera_clock_stop(struct soc_camera_host *ici) in soc_camera_clock_stop()
256 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_try_fmt() local
357 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_enum_framesizes() local
367 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_reqbufs() local
394 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_querybuf() local
408 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_qbuf() local
425 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_dqbuf() local
442 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_create_bufs() local
455 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_prepare_buf() local
468 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_expbuf() local
484 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_init_user_formats() local
550 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_free_user_formats() local
564 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_set_fmt() local
604 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_add_device() local
634 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_remove_device() local
650 struct soc_camera_host *ici; in soc_camera_open() local
775 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_close() local
805 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_read() local
821 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_mmap() local
848 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_poll() local
948 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_querycap() local
960 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_streamon() local
989 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_streamoff() local
1017 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_cropcap() local
1026 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_g_crop() local
1043 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_s_crop() local
1083 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_g_selection() local
1099 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_s_selection() local
1142 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_g_parm() local
1154 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_s_parm() local
1166 static void scan_add_host(struct soc_camera_host *ici) in scan_add_host()
1198 struct soc_camera_host *ici; in soc_camera_clk_enable() local
1218 struct soc_camera_host *ici; in soc_camera_clk_disable() local
1341 struct soc_camera_host *ici; in soc_camera_i2c_init() local
1491 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in soc_camera_async_complete() local
1504 static int scan_async_group(struct soc_camera_host *ici, in scan_async_group()
1583 static void scan_async_host(struct soc_camera_host *ici) in scan_async_host()
1596 #define scan_async_host(ici) do {} while (0) argument
1607 static int soc_of_bind(struct soc_camera_host *ici, in soc_of_bind()
1688 static void scan_of_host(struct soc_camera_host *ici) in scan_of_host()
1723 static inline void scan_of_host(struct soc_camera_host *ici) { } in scan_of_host()
1727 static int soc_camera_probe(struct soc_camera_host *ici, in soc_camera_probe()
1933 int soc_camera_host_register(struct soc_camera_host *ici) in soc_camera_host_register()
2003 void soc_camera_host_unregister(struct soc_camera_host *ici) in soc_camera_host_unregister()
2119 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in video_dev_create() local