Home
last modified time | relevance | path

Searched refs:init_videobuf2 (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/media/
Dsoc_camera.h113 int (*init_videobuf2)(struct vb2_queue *, member
/Linux-v4.19/Documentation/media/v4l-drivers/
Dsoc-camera.rst75 .init_videobuf2 = camera_init_videobuf2,
84 parameters between the host and the sensor. .init_videobuf2 is called by
/Linux-v4.19/drivers/media/platform/soc_camera/
Dsoc_camera.c705 ret = ici->ops->init_videobuf2(&icd->vb2_vidq, icd); in soc_camera_open()
745 if (ici->ops->init_videobuf2) in soc_camera_close()
776 if (ici->ops->init_videobuf2 && icd->vb2_vidq.io_modes & VB2_READ) in soc_camera_read()
1854 !ici->ops->init_videobuf2 || in soc_camera_host_register()
Dsh_mobile_ceu_camera.c1610 .init_videobuf2 = sh_mobile_ceu_init_videobuf,