Searched defs:pxa_camera_dev (Results 1 – 1 of 1) sorted by relevance
660 struct pxa_camera_dev { struct661 struct v4l2_device v4l2_dev;662 struct video_device vdev;663 struct v4l2_async_notifier notifier;664 struct vb2_queue vb2_vq;665 struct v4l2_subdev *sensor;666 struct soc_camera_format_xlate *user_formats;667 const struct soc_camera_format_xlate *current_fmt;668 struct v4l2_pix_format current_pix;670 struct v4l2_async_subdev asd;[all …]