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