Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) /* SPDX-License-Identifier: GPL-2.0-only */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3)  * vivid-vid-out.h - video output support functions.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4)  *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)  * Copyright 2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6)  */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) #ifndef _VIVID_VID_OUT_H_
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) #define _VIVID_VID_OUT_H_
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) extern const struct vb2_ops vivid_vid_out_qops;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) void vivid_update_format_out(struct vivid_dev *dev);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) int vivid_g_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) int vivid_try_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) int vivid_s_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) int vidioc_g_fmt_vid_out_mplane(struct file *file, void *priv, struct v4l2_format *f);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) int vidioc_try_fmt_vid_out_mplane(struct file *file, void *priv, struct v4l2_format *f);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) int vidioc_s_fmt_vid_out_mplane(struct file *file, void *priv, struct v4l2_format *f);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) int vidioc_g_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) int vidioc_try_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) int vidioc_s_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) int vivid_vid_out_g_selection(struct file *file, void *priv, struct v4l2_selection *sel);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) int vivid_vid_out_s_selection(struct file *file, void *fh, struct v4l2_selection *s);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) int vivid_vid_out_g_pixelaspect(struct file *file, void *priv, int type, struct v4l2_fract *f);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) int vidioc_enum_fmt_vid_out_overlay(struct file *file, void  *priv, struct v4l2_fmtdesc *f);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) int vidioc_g_fmt_vid_out_overlay(struct file *file, void *priv, struct v4l2_format *f);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) int vidioc_try_fmt_vid_out_overlay(struct file *file, void *priv, struct v4l2_format *f);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) int vidioc_s_fmt_vid_out_overlay(struct file *file, void *priv, struct v4l2_format *f);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) int vivid_vid_out_overlay(struct file *file, void *fh, unsigned i);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) int vivid_vid_out_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *a);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) int vivid_vid_out_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *a);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) int vidioc_enum_output(struct file *file, void *priv, struct v4l2_output *out);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) int vidioc_g_output(struct file *file, void *priv, unsigned *i);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) int vidioc_s_output(struct file *file, void *priv, unsigned i);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) int vidioc_enumaudout(struct file *file, void *fh, struct v4l2_audioout *vout);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) int vidioc_g_audout(struct file *file, void *fh, struct v4l2_audioout *vout);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) int vidioc_s_audout(struct file *file, void *fh, const struct v4l2_audioout *vout);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) int vivid_vid_out_s_std(struct file *file, void *priv, v4l2_std_id id);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) int vivid_vid_out_s_dv_timings(struct file *file, void *_fh, struct v4l2_dv_timings *timings);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) int vivid_vid_out_g_parm(struct file *file, void *priv, struct v4l2_streamparm *parm);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) #endif