Searched defs:pxa_camera_dev (Results 1 – 2 of 2) sorted by relevance
649 struct pxa_camera_dev { struct650 struct v4l2_device v4l2_dev;651 struct video_device vdev;652 struct v4l2_async_notifier notifier;653 struct vb2_queue vb2_vq;654 struct v4l2_subdev *sensor;655 struct pxa_camera_format_xlate *user_formats;656 const struct pxa_camera_format_xlate *current_fmt;657 struct v4l2_pix_format current_pix;659 struct v4l2_async_subdev asd;[all …]
648 struct pxa_camera_dev { struct649 struct v4l2_device v4l2_dev;650 struct video_device vdev;651 struct v4l2_async_notifier notifier;652 struct vb2_queue vb2_vq;653 struct v4l2_subdev *sensor;654 struct pxa_camera_format_xlate *user_formats;655 const struct pxa_camera_format_xlate *current_fmt;656 struct v4l2_pix_format current_pix;663 struct clk *clk;[all …]