Lines Matching defs:icd

47 #define is_streaming(ici, icd)				\  argument
156 static int __soc_camera_power_on(struct soc_camera_device *icd) in __soc_camera_power_on()
168 static int __soc_camera_power_off(struct soc_camera_device *icd) in __soc_camera_power_off()
205 struct soc_camera_device *icd, unsigned int fourcc) in soc_camera_xlate_by_fourcc()
253 static int soc_camera_try_fmt(struct soc_camera_device *icd, in soc_camera_try_fmt()
297 struct soc_camera_device *icd = file->private_data; in soc_camera_try_fmt_vid_cap() local
339 struct soc_camera_device *icd = file->private_data; in soc_camera_s_std() local
347 struct soc_camera_device *icd = file->private_data; in soc_camera_g_std() local
356 struct soc_camera_device *icd = file->private_data; in soc_camera_enum_framesizes() local
366 struct soc_camera_device *icd = file->private_data; in soc_camera_reqbufs() local
393 struct soc_camera_device *icd = file->private_data; in soc_camera_querybuf() local
407 struct soc_camera_device *icd = file->private_data; in soc_camera_qbuf() local
424 struct soc_camera_device *icd = file->private_data; in soc_camera_dqbuf() local
441 struct soc_camera_device *icd = file->private_data; in soc_camera_create_bufs() local
454 struct soc_camera_device *icd = file->private_data; in soc_camera_prepare_buf() local
467 struct soc_camera_device *icd = file->private_data; in soc_camera_expbuf() local
481 static int soc_camera_init_user_formats(struct soc_camera_device *icd) in soc_camera_init_user_formats()
548 static void soc_camera_free_user_formats(struct soc_camera_device *icd) in soc_camera_free_user_formats()
561 static int soc_camera_set_fmt(struct soc_camera_device *icd, in soc_camera_set_fmt()
602 static int soc_camera_add_device(struct soc_camera_device *icd) in soc_camera_add_device()
632 static void soc_camera_remove_device(struct soc_camera_device *icd) in soc_camera_remove_device()
649 struct soc_camera_device *icd; in soc_camera_open() local
774 struct soc_camera_device *icd = file->private_data; in soc_camera_close() local
804 struct soc_camera_device *icd = file->private_data; in soc_camera_read() local
820 struct soc_camera_device *icd = file->private_data; in soc_camera_mmap() local
847 struct soc_camera_device *icd = file->private_data; in soc_camera_poll() local
876 struct soc_camera_device *icd = file->private_data; in soc_camera_s_fmt_vid_cap() local
905 struct soc_camera_device *icd = file->private_data; in soc_camera_enum_fmt_vid_cap() local
924 struct soc_camera_device *icd = file->private_data; in soc_camera_g_fmt_vid_cap() local
947 struct soc_camera_device *icd = file->private_data; in soc_camera_querycap() local
959 struct soc_camera_device *icd = file->private_data; in soc_camera_streamon() local
987 struct soc_camera_device *icd = file->private_data; in soc_camera_streamoff() local
1016 struct soc_camera_device *icd = file->private_data; in soc_camera_cropcap() local
1025 struct soc_camera_device *icd = file->private_data; in soc_camera_g_crop() local
1042 struct soc_camera_device *icd = file->private_data; in soc_camera_s_crop() local
1082 struct soc_camera_device *icd = file->private_data; in soc_camera_g_selection() local
1098 struct soc_camera_device *icd = file->private_data; in soc_camera_s_selection() local
1141 struct soc_camera_device *icd = file->private_data; in soc_camera_g_parm() local
1153 struct soc_camera_device *icd = file->private_data; in soc_camera_s_parm() local
1168 struct soc_camera_device *icd; in scan_add_host() local
1197 struct soc_camera_device *icd = clk->priv; in soc_camera_clk_enable() local
1217 struct soc_camera_device *icd = clk->priv; in soc_camera_clk_disable() local
1284 static int soc_camera_probe_finish(struct soc_camera_device *icd) in soc_camera_probe_finish()
1336 static int soc_camera_i2c_init(struct soc_camera_device *icd, in soc_camera_i2c_init()
1408 static void soc_camera_i2c_free(struct soc_camera_device *icd) in soc_camera_i2c_free()
1443 struct soc_camera_device *icd = platform_get_drvdata(sasc->pdev); in soc_camera_async_bound() local
1476 struct soc_camera_device *icd = platform_get_drvdata(sasc->pdev); in soc_camera_async_unbind() local
1488 struct soc_camera_device *icd = platform_get_drvdata(sasc->pdev); in soc_camera_async_complete() local
1509 struct soc_camera_device *icd; in scan_async_group() local
1594 #define soc_camera_i2c_init(icd, sdesc) (-ENODEV) argument
1595 #define soc_camera_i2c_free(icd) do {} while (0) argument
1611 struct soc_camera_device *icd; in soc_of_bind() local
1728 struct soc_camera_device *icd) in soc_camera_probe()
1826 static int soc_camera_remove(struct soc_camera_device *icd) in soc_camera_remove()
1863 static int default_cropcap(struct soc_camera_device *icd, in default_cropcap()
1870 static int default_g_crop(struct soc_camera_device *icd, struct v4l2_crop *a) in default_g_crop()
1876 static int default_s_crop(struct soc_camera_device *icd, const struct v4l2_crop *a) in default_s_crop()
1882 static int default_g_parm(struct soc_camera_device *icd, in default_g_parm()
1889 static int default_s_parm(struct soc_camera_device *icd, in default_s_parm()
1896 static int default_enum_framesizes(struct soc_camera_device *icd, in default_enum_framesizes()
2005 struct soc_camera_device *icd, *tmp; in soc_camera_host_unregister() local
2038 static int soc_camera_device_register(struct soc_camera_device *icd) in soc_camera_device_register()
2117 static int video_dev_create(struct soc_camera_device *icd) in video_dev_create()
2142 static int soc_camera_video_start(struct soc_camera_device *icd) in soc_camera_video_start()
2173 struct soc_camera_device *icd; in soc_camera_pdrv_probe() local
2213 struct soc_camera_device *icd = platform_get_drvdata(pdev); in soc_camera_pdrv_remove() local