Lines Matching defs:v4l2
16 * and from the v4l2-pci-skeleton driver,
34 #include <media/v4l2-device.h>
35 #include <media/v4l2-dev.h>
36 #include <media/v4l2-ioctl.h>
37 #include <media/v4l2-ctrls.h>
38 #include <media/videobuf2-v4l2.h>
211 struct v4l2_device v4l2;
737 snprintf(sur40->v4l2.name, sizeof(sur40->v4l2.name), "%s", DRIVER_LONG);
738 error = v4l2_device_register(sur40->dev, &sur40->v4l2);
758 sur40->vdev.v4l2_dev = &sur40->v4l2;
765 sur40->v4l2.ctrl_handler = &sur40->hdl;
810 v4l2_device_unregister(&sur40->v4l2);
828 v4l2_device_unregister(&sur40->v4l2);