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
312 struct soc_camera_device *icd = file->private_data; in soc_camera_enum_input() local
342 struct soc_camera_device *icd = file->private_data; in soc_camera_s_std() local
350 struct soc_camera_device *icd = file->private_data; in soc_camera_g_std() local
359 struct soc_camera_device *icd = file->private_data; in soc_camera_enum_framesizes() local
369 struct soc_camera_device *icd = file->private_data; in soc_camera_reqbufs() local
395 struct soc_camera_device *icd = file->private_data; in soc_camera_querybuf() local
409 struct soc_camera_device *icd = file->private_data; in soc_camera_qbuf() local
426 struct soc_camera_device *icd = file->private_data; in soc_camera_dqbuf() local
443 struct soc_camera_device *icd = file->private_data; in soc_camera_create_bufs() local
463 struct soc_camera_device *icd = file->private_data; in soc_camera_prepare_buf() local
476 struct soc_camera_device *icd = file->private_data; in soc_camera_expbuf() local
489 static int soc_camera_init_user_formats(struct soc_camera_device *icd) in soc_camera_init_user_formats()
561 static void soc_camera_free_user_formats(struct soc_camera_device *icd) in soc_camera_free_user_formats()
574 static int soc_camera_set_fmt(struct soc_camera_device *icd, in soc_camera_set_fmt()
615 static int soc_camera_add_device(struct soc_camera_device *icd) in soc_camera_add_device()
645 static void soc_camera_remove_device(struct soc_camera_device *icd) in soc_camera_remove_device()
662 struct soc_camera_device *icd; in soc_camera_open() local
787 struct soc_camera_device *icd = file->private_data; in soc_camera_close() local
818 struct soc_camera_device *icd = file->private_data; in soc_camera_read() local
834 struct soc_camera_device *icd = file->private_data; in soc_camera_mmap() local
861 struct soc_camera_device *icd = file->private_data; in soc_camera_poll() local
890 struct soc_camera_device *icd = file->private_data; in soc_camera_s_fmt_vid_cap() local
919 struct soc_camera_device *icd = file->private_data; in soc_camera_enum_fmt_vid_cap() local
938 struct soc_camera_device *icd = file->private_data; in soc_camera_g_fmt_vid_cap() local
961 struct soc_camera_device *icd = file->private_data; in soc_camera_querycap() local
973 struct soc_camera_device *icd = file->private_data; in soc_camera_streamon() local
1001 struct soc_camera_device *icd = file->private_data; in soc_camera_streamoff() local
1031 struct soc_camera_device *icd = file->private_data; in soc_camera_cropcap() local
1040 struct soc_camera_device *icd = file->private_data; in soc_camera_g_crop() local
1057 struct soc_camera_device *icd = file->private_data; in soc_camera_s_crop() local
1097 struct soc_camera_device *icd = file->private_data; in soc_camera_g_selection() local
1113 struct soc_camera_device *icd = file->private_data; in soc_camera_s_selection() local
1156 struct soc_camera_device *icd = file->private_data; in soc_camera_g_parm() local
1168 struct soc_camera_device *icd = file->private_data; in soc_camera_s_parm() local
1183 struct soc_camera_device *icd; in scan_add_host() local
1212 struct soc_camera_device *icd = clk->priv; in soc_camera_clk_enable() local
1232 struct soc_camera_device *icd = clk->priv; in soc_camera_clk_disable() local
1299 static int soc_camera_probe_finish(struct soc_camera_device *icd) in soc_camera_probe_finish()
1354 static int soc_camera_i2c_init(struct soc_camera_device *icd, in soc_camera_i2c_init()
1426 static void soc_camera_i2c_free(struct soc_camera_device *icd) in soc_camera_i2c_free()
1461 struct soc_camera_device *icd = platform_get_drvdata(sasc->pdev); in soc_camera_async_bound() local
1494 struct soc_camera_device *icd = platform_get_drvdata(sasc->pdev); in soc_camera_async_unbind() local
1506 struct soc_camera_device *icd = platform_get_drvdata(sasc->pdev); in soc_camera_async_complete() local
1527 struct soc_camera_device *icd; in scan_async_group() local
1612 #define soc_camera_i2c_init(icd, sdesc) (-ENODEV) argument
1613 #define soc_camera_i2c_free(icd) do {} while (0) argument
1629 struct soc_camera_device *icd; in soc_of_bind() local
1746 struct soc_camera_device *icd) in soc_camera_probe()
1844 static int soc_camera_remove(struct soc_camera_device *icd) in soc_camera_remove()
1881 static int default_cropcap(struct soc_camera_device *icd, in default_cropcap()
1888 static int default_g_crop(struct soc_camera_device *icd, struct v4l2_crop *a) in default_g_crop()
1894 static int default_s_crop(struct soc_camera_device *icd, const struct v4l2_crop *a) in default_s_crop()
1900 static int default_g_parm(struct soc_camera_device *icd, in default_g_parm()
1907 static int default_s_parm(struct soc_camera_device *icd, in default_s_parm()
1914 static int default_enum_framesizes(struct soc_camera_device *icd, in default_enum_framesizes()
2023 struct soc_camera_device *icd, *tmp; in soc_camera_host_unregister() local
2056 static int soc_camera_device_register(struct soc_camera_device *icd) in soc_camera_device_register()
2135 static int video_dev_create(struct soc_camera_device *icd) in video_dev_create()
2160 static int soc_camera_video_start(struct soc_camera_device *icd) in soc_camera_video_start()
2191 struct soc_camera_device *icd; in soc_camera_pdrv_probe() local
2231 struct soc_camera_device *icd = platform_get_drvdata(pdev); in soc_camera_pdrv_remove() local