Searched defs:pxa_camera_dev (Results 1 – 1 of 1) sorted by relevance
685 struct pxa_camera_dev { struct686 struct v4l2_device v4l2_dev;687 struct video_device vdev;688 struct v4l2_async_notifier notifier;689 struct vb2_queue vb2_vq;690 struct v4l2_subdev *sensor;691 struct pxa_camera_format_xlate *user_formats;692 const struct pxa_camera_format_xlate *current_fmt;693 struct v4l2_pix_format current_pix;695 struct v4l2_async_subdev asd;[all …]