Home
last modified time | relevance | path

Searched refs:ici (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/platform/soc_camera/
Dsoc_camera.c175 static int soc_camera_clock_start(struct soc_camera_host *ici) in soc_camera_clock_start() argument
179 if (!ici->ops->clock_start) in soc_camera_clock_start()
182 mutex_lock(&ici->clk_lock); in soc_camera_clock_start()
183 ret = ici->ops->clock_start(ici); in soc_camera_clock_start()
184 mutex_unlock(&ici->clk_lock); in soc_camera_clock_start()
189 static void soc_camera_clock_stop(struct soc_camera_host *ici) in soc_camera_clock_stop() argument
191 if (!ici->ops->clock_stop) in soc_camera_clock_stop()
194 mutex_lock(&ici->clk_lock); in soc_camera_clock_stop()
195 ici->ops->clock_stop(ici); in soc_camera_clock_stop()
196 mutex_unlock(&ici->clk_lock); in soc_camera_clock_stop()
[all …]
Dsh_mobile_ceu_camera.c96 struct soc_camera_host ici; member
185 dev_warn(pcdev->ici.v4l2_dev.dev, "soft reset time out\n"); in sh_mobile_ceu_soft_reset()
206 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in sh_mobile_ceu_videobuf_setup() local
207 struct sh_mobile_ceu_dev *pcdev = ici->priv; in sh_mobile_ceu_videobuf_setup()
251 struct soc_camera_device *icd = pcdev->ici.icd; in sh_mobile_ceu_capture()
351 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in sh_mobile_ceu_videobuf_queue() local
352 struct sh_mobile_ceu_dev *pcdev = ici->priv; in sh_mobile_ceu_videobuf_queue()
402 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in sh_mobile_ceu_videobuf_release() local
404 struct sh_mobile_ceu_dev *pcdev = ici->priv; in sh_mobile_ceu_videobuf_release()
432 struct soc_camera_host *ici = to_soc_camera_host(icd->parent); in sh_mobile_ceu_videobuf_init() local
[all …]
Dsoc_camera_platform.c130 struct soc_camera_host *ici; in soc_camera_platform_probe() local
155 ici = to_soc_camera_host(icd->parent); in soc_camera_platform_probe()
162 return v4l2_device_register_subdev(&ici->v4l2_dev, &priv->subdev); in soc_camera_platform_probe()
/Linux-v4.19/Documentation/media/v4l-drivers/
Dsoc-camera.rst58 struct soc_camera_host *ici;
59 ici->drv_name = DRV_NAME;
60 ici->ops = &camera_host_ops;
61 ici->priv = pcdev;
62 ici->v4l2_dev.dev = &pdev->dev;
63 ici->nr = pdev->id;
/Linux-v4.19/include/media/
Dsoc_camera.h272 int soc_camera_host_register(struct soc_camera_host *ici);
273 void soc_camera_host_unregister(struct soc_camera_host *ici);