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()
181 struct soc_camera_device *icd, unsigned int fourcc) in soc_camera_xlate_by_fourcc()
229 static int soc_camera_try_fmt(struct soc_camera_device *icd, in soc_camera_try_fmt()
273 struct soc_camera_device *icd = file->private_data; in soc_camera_try_fmt_vid_cap() local
315 struct soc_camera_device *icd = file->private_data; in soc_camera_s_std() local
323 struct soc_camera_device *icd = file->private_data; in soc_camera_g_std() local
332 struct soc_camera_device *icd = file->private_data; in soc_camera_enum_framesizes() local
342 struct soc_camera_device *icd = file->private_data; in soc_camera_reqbufs() local
369 struct soc_camera_device *icd = file->private_data; in soc_camera_querybuf() local
383 struct soc_camera_device *icd = file->private_data; in soc_camera_qbuf() local
400 struct soc_camera_device *icd = file->private_data; in soc_camera_dqbuf() local
417 struct soc_camera_device *icd = file->private_data; in soc_camera_create_bufs() local
430 struct soc_camera_device *icd = file->private_data; in soc_camera_prepare_buf() local
443 struct soc_camera_device *icd = file->private_data; in soc_camera_expbuf() local
457 static int soc_camera_init_user_formats(struct soc_camera_device *icd) in soc_camera_init_user_formats()
524 static void soc_camera_free_user_formats(struct soc_camera_device *icd) in soc_camera_free_user_formats()
537 static int soc_camera_set_fmt(struct soc_camera_device *icd, in soc_camera_set_fmt()
578 static int soc_camera_add_device(struct soc_camera_device *icd) in soc_camera_add_device()
613 static void soc_camera_remove_device(struct soc_camera_device *icd) in soc_camera_remove_device()
633 struct soc_camera_device *icd; in soc_camera_open() local
757 struct soc_camera_device *icd = file->private_data; in soc_camera_close() local
787 struct soc_camera_device *icd = file->private_data; in soc_camera_read() local
803 struct soc_camera_device *icd = file->private_data; in soc_camera_mmap() local
830 struct soc_camera_device *icd = file->private_data; in soc_camera_poll() local
848 struct soc_camera_device *icd = vb2_get_drv_priv(vq); in soc_camera_lock() local
856 struct soc_camera_device *icd = vb2_get_drv_priv(vq); in soc_camera_unlock() local
875 struct soc_camera_device *icd = file->private_data; in soc_camera_s_fmt_vid_cap() local
904 struct soc_camera_device *icd = file->private_data; in soc_camera_enum_fmt_vid_cap() local
923 struct soc_camera_device *icd = file->private_data; in soc_camera_g_fmt_vid_cap() local
946 struct soc_camera_device *icd = file->private_data; in soc_camera_querycap() local
958 struct soc_camera_device *icd = file->private_data; in soc_camera_streamon() local
986 struct soc_camera_device *icd = file->private_data; in soc_camera_streamoff() local
1015 struct soc_camera_device *icd = file->private_data; in soc_camera_cropcap() local
1024 struct soc_camera_device *icd = file->private_data; in soc_camera_g_crop() local
1041 struct soc_camera_device *icd = file->private_data; in soc_camera_s_crop() local
1081 struct soc_camera_device *icd = file->private_data; in soc_camera_g_selection() local
1097 struct soc_camera_device *icd = file->private_data; in soc_camera_s_selection() local
1140 struct soc_camera_device *icd = file->private_data; in soc_camera_g_parm() local
1152 struct soc_camera_device *icd = file->private_data; in soc_camera_s_parm() local
1167 struct soc_camera_device *icd; in scan_add_host() local
1195 struct soc_camera_device *icd = clk->priv; in soc_camera_clk_enable() local
1219 struct soc_camera_device *icd = clk->priv; in soc_camera_clk_disable() local
1288 static int soc_camera_probe_finish(struct soc_camera_device *icd) in soc_camera_probe_finish()
1340 static int soc_camera_i2c_init(struct soc_camera_device *icd, in soc_camera_i2c_init()
1412 static void soc_camera_i2c_free(struct soc_camera_device *icd) in soc_camera_i2c_free()
1447 struct soc_camera_device *icd = platform_get_drvdata(sasc->pdev); in soc_camera_async_bound() local
1480 struct soc_camera_device *icd = platform_get_drvdata(sasc->pdev); in soc_camera_async_unbind() local
1492 struct soc_camera_device *icd = platform_get_drvdata(sasc->pdev); in soc_camera_async_complete() local
1513 struct soc_camera_device *icd; in scan_async_group() local
1598 #define soc_camera_i2c_init(icd, sdesc) (-ENODEV) argument
1599 #define soc_camera_i2c_free(icd) do {} while (0) argument
1615 struct soc_camera_device *icd; in soc_of_bind() local
1729 struct soc_camera_device *icd) in soc_camera_probe()
1833 static int soc_camera_remove(struct soc_camera_device *icd) in soc_camera_remove()
1870 static int default_cropcap(struct soc_camera_device *icd, in default_cropcap()
1877 static int default_g_crop(struct soc_camera_device *icd, struct v4l2_crop *a) in default_g_crop()
1883 static int default_s_crop(struct soc_camera_device *icd, const struct v4l2_crop *a) in default_s_crop()
1889 static int default_g_parm(struct soc_camera_device *icd, in default_g_parm()
1896 static int default_s_parm(struct soc_camera_device *icd, in default_s_parm()
1903 static int default_enum_framesizes(struct soc_camera_device *icd, in default_enum_framesizes()
2002 struct soc_camera_device *icd, *tmp; in soc_camera_host_unregister() local
2035 static int soc_camera_device_register(struct soc_camera_device *icd) in soc_camera_device_register()
2114 static int video_dev_create(struct soc_camera_device *icd) in video_dev_create()
2139 static int soc_camera_video_start(struct soc_camera_device *icd) in soc_camera_video_start()
2170 struct soc_camera_device *icd; in soc_camera_pdrv_probe() local
2210 struct soc_camera_device *icd = platform_get_drvdata(pdev); in soc_camera_pdrv_remove() local