Home
last modified time | relevance | path

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

/drivers/media/video/
Dsoc_camera.c100 struct soc_camera_host *ici = to_soc_camera_host(icd->dev.parent); in soc_camera_try_fmt_vid_cap() local
105 return ici->ops->try_fmt(icd, f); in soc_camera_try_fmt_vid_cap()
163 struct soc_camera_host *ici = to_soc_camera_host(icd->dev.parent); in soc_camera_reqbufs() local
173 return ici->ops->reqbufs(icf, p); in soc_camera_reqbufs()
208 struct soc_camera_host *ici = to_soc_camera_host(icd->dev.parent); in soc_camera_init_user_formats() local
211 if (!ici->ops->get_formats) in soc_camera_init_user_formats()
223 fmts += ici->ops->get_formats(icd, i, NULL); in soc_camera_init_user_formats()
240 if (!ici->ops->get_formats) { in soc_camera_init_user_formats()
245 fmts += ici->ops->get_formats(icd, i, in soc_camera_init_user_formats()
263 struct soc_camera_host *ici; in soc_camera_open() local
[all …]
Dsh_mobile_ceu_camera.c85 struct soc_camera_host ici; member
123 struct soc_camera_host *ici = to_soc_camera_host(icd->dev.parent); in sh_mobile_ceu_videobuf_setup() local
124 struct sh_mobile_ceu_dev *pcdev = ici->priv; in sh_mobile_ceu_videobuf_setup()
265 struct soc_camera_host *ici = to_soc_camera_host(icd->dev.parent); in sh_mobile_ceu_videobuf_queue() local
266 struct sh_mobile_ceu_dev *pcdev = ici->priv; in sh_mobile_ceu_videobuf_queue()
328 struct soc_camera_host *ici = to_soc_camera_host(icd->dev.parent); in sh_mobile_ceu_add_device() local
329 struct sh_mobile_ceu_dev *pcdev = ici->priv; in sh_mobile_ceu_add_device()
357 struct soc_camera_host *ici = to_soc_camera_host(icd->dev.parent); in sh_mobile_ceu_remove_device() local
358 struct sh_mobile_ceu_dev *pcdev = ici->priv; in sh_mobile_ceu_remove_device()
391 struct soc_camera_host *ici = to_soc_camera_host(icd->dev.parent); in sh_mobile_ceu_set_bus_param() local
[all …]
Dpxa_camera.c240 struct soc_camera_host *ici = to_soc_camera_host(icd->dev.parent); in pxa_videobuf_setup() local
241 struct pxa_camera_dev *pcdev = ici->priv; in pxa_videobuf_setup()
266 struct soc_camera_host *ici = to_soc_camera_host(icd->dev.parent); in free_buffer() local
267 struct pxa_camera_dev *pcdev = ici->priv; in free_buffer()
342 struct soc_camera_host *ici = to_soc_camera_host(icd->dev.parent); in pxa_videobuf_prepare() local
343 struct pxa_camera_dev *pcdev = ici->priv; in pxa_videobuf_prepare()
461 struct soc_camera_host *ici = to_soc_camera_host(icd->dev.parent); in pxa_videobuf_queue() local
462 struct pxa_camera_dev *pcdev = ici->priv; in pxa_videobuf_queue()
695 struct soc_camera_host *ici = to_soc_camera_host(icd->dev.parent); in pxa_camera_init_videobuf() local
696 struct pxa_camera_dev *pcdev = ici->priv; in pxa_camera_init_videobuf()
[all …]