Home
last modified time | relevance | path

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

/Linux-v5.4/include/media/
Dsoc_camera.h110 int (*init_videobuf2)(struct vb2_queue *, member
/Linux-v5.4/Documentation/media/v4l-drivers/
Dsoc-camera.rst77 .init_videobuf2 = camera_init_videobuf2,
86 parameters between the host and the sensor. .init_videobuf2 is called by
/Linux-v5.4/drivers/staging/media/soc_camera/
Dsoc_camera.c701 ret = ici->ops->init_videobuf2(&icd->vb2_vidq, icd); in soc_camera_open()
741 if (ici->ops->init_videobuf2) in soc_camera_close()
772 if (ici->ops->init_videobuf2 && icd->vb2_vidq.io_modes & VB2_READ) in soc_camera_read()
1863 !ici->ops->init_videobuf2 || in soc_camera_host_register()