Lines Matching defs:v4l2
13 #include <media/v4l2-device.h>
14 #include <media/v4l2-ioctl.h>
15 #include <media/videobuf2-v4l2.h>
114 struct v4l2_device v4l2;
693 strlcpy(f54->v4l2.name, F54_NAME, sizeof(f54->v4l2.name));
694 ret = v4l2_device_register(&fn->dev, &f54->v4l2);
712 f54->vdev.v4l2_dev = &f54->v4l2;
727 v4l2_device_unregister(&f54->v4l2);
740 v4l2_device_unregister(&f54->v4l2);