Lines Matching defs:tw5864_input
84 struct tw5864_input { struct
85 int nr; /* input number */
86 struct tw5864_dev *root;
87 struct mutex lock; /* used for vidq and vdev */
88 spinlock_t slock; /* used for sync between ISR, tasklet & V4L2 API */
89 struct video_device vdev;
90 struct v4l2_ctrl_handler hdl;
91 struct vb2_queue vidq;
92 struct list_head active;
93 enum resolution resolution;
94 unsigned int width, height;
95 unsigned int frame_seqno;
96 unsigned int frame_gop_seqno;
97 unsigned int h264_idr_pic_id;
98 int enabled;
99 enum tw5864_vid_std std;
100 v4l2_std_id v4l2_std;
101 int tail_nb_bits;
102 u8 tail;
103 u8 *buf_cur_ptr;
104 int buf_cur_space_left;
106 u32 reg_interlacing;
107 u32 reg_vlc;
108 u32 reg_dsp_codec;
109 u32 reg_dsp;
110 u32 reg_emu;
111 u32 reg_dsp_qp;
112 u32 reg_dsp_ref_mvp_lambda;
113 u32 reg_dsp_i4x4_weight;
137 struct tw5864_input *input; argument