Lines Matching defs:v4l2
29 #include <media/v4l2-device.h>
30 #include <media/v4l2-ioctl.h>
31 #include <media/videobuf2-v4l2.h>
247 struct v4l2_device v4l2;
1634 v4l2_device_unregister(&data->dbg.v4l2);
2644 snprintf(dbg->v4l2.name, sizeof(dbg->v4l2.name), "%s", "atmel_mxt_ts");
2645 error = v4l2_device_register(&data->client->dev, &dbg->v4l2);
2661 dbg->vdev.v4l2_dev = &dbg->v4l2;
2674 v4l2_device_unregister(&dbg->v4l2);